Posted: January 25, 2017 at 10:45 am
|
When we are trying to export all registrations it waits for 30-50 seconds and then shows a blank page here. However Filtered CSV Report and Event Registrations CSV Report buttons work fine. We have more than 2000 registrations and the current version of EE is 4.9.25.p From the server error log we have this: We were trying to change the default_socket_timeout value (current value is 20) but the server doesn’t allow us to change that. Is there anything else we can do to fix the issue? |
Does your server allow you to add the following to your wp-config.php file?
|
|
|
We can edit wp-config.php file but the value doesn’t change for execution time.
|
When you run the All Registrations CSV report, does it break the processing up into batches, or does it try to do it all in one request? When it breaks the processing up into batches, it will happen on a page that looks like this. If it’s using batches, you can set this in the wp-config.php file to make the batches smaller:
If it’s not using batches, can you make sure the following is not set in the wp-config.php file?
|
|
|
http://techventurekids.org/wp-admin/admin.php?page=espresso_batch&return_url=… So, EE must uses the batch mode. Also for other two buttons |
So in that case you can set this in the wp-config.php file to make the batches smaller: |
|
|
Just tried. Worked for Event Registrations CSV Report but not for All Registrations CSV Report |
|
If we don’t filter the registrations by Year/Month/Categories/Status then the Filtered CSV Report button generates CSV for all the registrations. So, we are going to use it as an alternative for now. Thank you for your support. |
Interesting. That may mean there’s one registration that has some invalid data, in which case the filtered report would ignore that one. |
|
The support post ‘'All Registrations CSV Report' button showing blank page after a while’ 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.