Approximately how many attendees are you trying to export?
We are working on a batch report feature that will allow the information to be exported in smaller chunks. This will allow more flexibility across different hosting solutions.
On the server timeout, could you add this towards the middle of your wp-config.php file and save changes?
/** Raise PHP timeout */
set_time_limit(90);
/** Increase memory available to PHP */
define( 'WP_MEMORY_LIMIT', '128M' );
Then try generating the report again via your WP dashboard.
—
Lorenzo
Viewing 1 reply thread
The support post ‘Can't Export CSV of Attendees’ 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.