After creating a query in Data Explorer, when I click on either the JSON button or the CSV button I get an error. The CSV button takes me to /admin/plugins/explorer/queries/4/run.csv?download=1 and that page shows an “Oops ! That page does not exist or is private” error. The JSON button goes to /admin/plugins/explorer/queries/4/run.json?download=1 and that gives me a JSON document:
{“errors”:[“The requested URL or resource could not be found.”],“error_type”:“not_found”}
I have seen the other post on these boards about Data Explorer cannot export to CSV. But my problem is not similar to that. I don’t have any 500 errors, nor are there any errors in /admin/logs
Any help getting CSV or JSON or both to work would be much appreciated.
Thanks @JammyDodger ! I get the same error message when I try to access /admin/upgrade. “Oops! The page does not exist or is private”. And yes I am logged in, I’m able to view /admin and see all the pages there. Our discourse instance is hosted on communiteq.com if that makes a difference. When I login to their panel there and look at the software tab, it shows the latest version as 3.2.0.
They are on Data Explorerebe71a7 which is the latest version for 3.2 stable.
FWIW I have seen exactly the same behavior on a CDCK-hosted site about two weeks ago. Just when I started to make a screen recording in order to make a bug report, the issue went away.
@Arun_Kumar can you try refreshing your browser and/or logging out?
@RGJ found out the problem is with the popup blocker on my Firefox browser. When it was blocking the popup it was not allowing the download to happen. By allowing all popups from the domain, this functionality works. Thanks @RGJ and @JammyDodger for your help!