Posted: November 6, 2024 at 1:20 am
The ‘Download CSV List’ function isn’t working. When attempting to create the CSV, it tries to open a file that doesn’t exist. Clicking on the function only redirects me to my homepage. |
|
Hi there,
Can you explain this further, please? How do you know its trying to open a file? The CSV is generated in a batch process, so the file will not exist until its created during that process and then it is automatically deleted again once its streamed to the browser.
Are you using the latest version of EVent Espresso? 5.0.29.p? So you click the Registration CSV Report button and that instantly takes you to your home page? No other output between clicking on arriving at home? |
|
Hi Tony, thanks for your response! When I click the button to export the CSV, I’m redirected to a page showing the generation progress. Once it completes, however, I’m immediately redirected to the homepage, and no download occurs. It seems like the index.php file in the batch folder might be either empty or not permitted for download, but I’m not entirely sure. I am using the update version 5.0.23 |
|
For your information: I updated the plugin. Now it is running on the latest version. |
|
The batch process creates directories/files within:
Any
So if you are getting to the batch process, the file is being created otherwise it would error out (each batch write checks the file exists). Take a look You can add a screenshot if preferred. It sounds like something may be blocking the request for the download, but that’s more likely to be something like mod_sec than your index.php files. Whilst this isn’t a solution, you can add:
To your wp-config.php file somewhere above |
|
I added the suggested code to the wp-config – now it works! |
|
As mentioned, that’s not really a solution. It works and is ok to use, but it doesn’t ‘fix’ anything. What that code does is turn off the batch processing for CSV, which is for for events with anywhere between 2000-5000 registrations (very much depends on your server and event setup). So if you’d like to troubleshoot the batch processing further, we can do? |
|
The support post ‘Unable to Download CSV List of Registrations’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.