Posted: October 25, 2020 at 5:23 am
Error message received when clicking on “All Registrations CSV Report” or the filtered report |
|
The following error is returned: The file will download automatically when done, and then you will be redirected. |
|
Hi there, The error message you saw is saying that Event Espresso can’t write to the /uploads folder on your server. This is usually caused by not having the correct file/folder permissions. You can contact your host and ask them to verify the permissions on your server and let them know that WordPress needs to be able to write to the /uploads directory. You can even send them the full error message. If the host isn’t able to correct the file permissions, the other solution is you add this line of code to your wp-config.php file before where it says to stop editing:
|
|
Thank you so much for the response, Tony. |
|
Ahh, yeah I hadn’t considered disc space, that’ll also do it! Glad you found the cause and fix 🙂 |
|
Hi Tony I refreshed a few times but get the same error. Any idea what the issue could be? |
|
The error logs on the host reflects as follows: “[Sat Oct 31 11:47:05.404019 2020] [:error] [pid 2335799:tid 47153092605696] [client 102.65.58.177:61239] client denied by server configuration: /home/fapsaorg/public_html/wp-admin/admin-ajax.php, referer: https://fapsa.org.za/wp-admin/admin.php?page=espresso_batch&return_url=%2F%2Ffapsa.org.za%2Fwp-admin%2Fadmin.php%3Fpage%3Despresso_registrations&action=default®istrations_report_nonce=18a5936b35&batch=file&filters=a%3A5%3A%7Bi%3A0%3Ba%3A1%3A%7Bs%3A6%3A%22STS_ID%22%3Ba%3A2%3A%7Bi%3A0%3Bs%3A2%3A%22%21%3D%22%3Bi%3A1%3Bs%3A3%3A%22RIC%22%3B%7D%7Ds%3A4%3A%22caps%22%3Bs%3A10%3A%22read_admin%22%3Bs%3A24%3A%22default_where_conditions%22%3Bs%3A15%3A%22this_model_only%22%3Bs%3A8%3A%22order_by%22%3Ba%3A2%3A%7Bs%3A8%3A%22REG_date%22%3Bs%3A4%3A%22DESC%22%3Bs%3A6%3A%22REG_ID%22%3Bs%3A4%3A%22DESC%22%3B%7Ds%3A5%3A%22limit%22%3Ba%3A2%3A%7Bi%3A0%3Bi%3A0%3Bi%3A1%3Bi%3A10%3B%7D%7D&job_handler=EventEspressoBatchRequest%5CJobHandlers%5CRegistrationsReport&default_nonce=79e3a6e60c&return=registrations_report” |
|
Looks like your server config is preventing the last step. If you add the constant I mentioned above:
To your sites |
|
Thanks, Tony! That did the trick. |
|
Great, so the above snippet changes your export to use the ‘old’ system. There’s nothing wrong with it but the difference is that the old system pulls ALL of the registrations at once, the new system batch processes them and write them to a temp file then sends the finished report to the browser. Something on your server set up is preventing the batch process and switching to the older system is fine generally up to about 2000 registrations per report (depends on your server) so if that’s working stick with it for now. |
|
The support post ‘Unable to download registration information’ 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.