Any assistance with displaying tests older than 7 days from ALL users?
A url with the following format works fine
/testlog.php?days=7&filter=&all=on
A url with the following format doesn’t
/testlog.php?days=30&filter=&all=on
“You don’t have authorization to view this page.
HTTP ERROR 403”
If I look for a test submitted 30 days ago from my own computer, it’s fine, but for the ones created on the private instance server, they are visible until a week passes.
Testlogs still exist in the file directory and a random test I looked for myself on September 26, 2019 can still be found and viewed if I go to the log and look up the ID directly.
While preparing this topic, I did find one workaround. If I filter by something like “firefox”, then it will display results as expected(works for 30 days, 6 months, and 1 year).
But I feel this is just masking the issue.