It sounds like your site does not have access/permissions to create files in wp-content/uploads/ or at least wp-content/uploads/espresso/
This could be intentional by your host or incorrect permissions on the directory.
Are you running any security plugins? If so, which one?
One option is to add this to your wp-config.php file:
define( 'EE_USE_OLD_CSV_REPORT_CLASS', true );
That tells Event Espresso to use the ‘old’ export system that does not create temp files in the above directories so should still work on your site. THat will at least allow you to create reports whilst investigating this further.
Viewing 3 reply threads
The support post ‘Registrations CSV Export FAIL’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.