Hello.
We are running:
WordPress Version:
3.9.2
PHP Version:
5.3.28
Event Espresso Version:
3.1.36.5.P
I cannot export my attendees to a spreadsheet. (We need this for class lists.) I have looked for “Event Espresso > Registrations” but cannot locate this page. I can only access my attendees through the individual event overview. Please advise.
First I would start by upping the WP_MEMORY_LIMIT, to do this you will need FTP access to the site.
This basically involves editing your wp-config.php file and adding something like:
define( 'WP_MEMORY_LIMIT', '96M' );
Towards the bottom of the file, but before this line:
/* That’s all, stop editing! Happy blogging. */
this will increase the memory allocated to your website (if your webhost allows) if you are unsure of how to do this you may need to contact your host to have them up the limit for you.
Then retest to see if the file is created.
Viewing 3 reply threads
The support post ‘Exporting Attendee Data in EE3’ 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.