I am trying to export registrations by the month but it just gives me all of the registrations in the database, instead of just the registrations for the month I selected.
Inside EE, I go to “Registrations” -> Select the month from the drop down i.e. December 2017 -> click “Filter” -> then click the “Filtered CSV Report” button.
It sounds like maybe your site is using the older CSV report class. When you click the “Filtered CSV Report” button does it redirect to another page to show the progress while it generates the report? Or does it just generate the report without redirecting to another page? If the former, then you can can check your site’s wp-config.php file and see if this code is present:
define(‘EE_USE_OLD_CSV_REPORT_CLASS’, true);
and if that code is present, you can remove it to allow using the new CSV report class.
Yes, the button redirects to another page that shows the progress while it generates the report. Even when the progress is done, the report downloads, but then the progress bar starts over and just keeps looping.
This code IS NOT PRESENT in the wp-config.php file:
define(‘EE_USE_OLD_CSV_REPORT_CLASS’, true);
That continuous looping and the lack of filtering might indicate another plugin is hi-jacking the request. Can you follow this troubleshooting guide to rule out a plugin conflict?
Viewing 4 reply threads
The support post ‘Can't export registrations by month’ 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.