4.9.0.beta.044 is rather old now, the latest version of EE4 is 4.9.5.p
Is there something preventing you from updating? Have you modified Event Espresso at all?
I receive the “Generating file registrations-for-all.csv…” message but no report is generated and no download occurs.
When generating the CSV Event Espresso creates a temp directory and file within /wp-content/, usually when EE fails to generate the CSV it is because your site does not have the correct permissions to generate those files.
First try adding this line of code to your wp-config.php file:
define( 'EE_USE_OLD_CSV_REPORT_CLASS', true );
You add the above to a line above where it says:
/* That's all, stop editing! Happy blogging. */
Then try to run the export again, does it then work?
If you have any further problems please do let us know.
Viewing 3 reply threads
The support post ‘CSV report not generated/downloaded’ 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.