Posted: December 15, 2015 at 8:34 am
|
After updating to Event Espresso 4.8.26.p, everything works fine except that CSV reports don’t download or appear anywhere. It look like the reports run (takes a few extra seconds for the screen to refresh after clicking the CSV Report button), but the report doesn’t appear in the downloads folder as it used to or appear on the page, etc. Critical functionality for us. |
Hi John, Is access to the Espresso Support page restricted on your site? If so, you could try granting access. You can also add the following to your wp-config.php file to use the old CSV Report feature:
You add the above to a line above where it says:
|
|
|
I’m wondering if this loooong URL that appears after you click the button holds any clues . . . |
Hi John, The long URL is expected as the new registrations CSV system builds the report in batches in the background and then combines them. It should then download once that file is ready. Did you try adding this constant towards the middle of your wp-config.php file? define( 'EE_USE_OLD_CSV_REPORT_CLASS', true ); That will set your site to switch back to the prior csv reporting system. — |
|
|
Yes, adding the line of code to use the old reporting feature works fine. So in the new version the report appears on a support page? |
Hi John, The support page for Event Espresso within your WP dashboard assists with creating those batched files so if access to that page is limited (e.g. a restricted login), then it won’t work. — |
|
The support post ‘CSV Reports Not appearing or downloading’ 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.