Posted: April 5, 2017 at 9:05 am
|
Hi, When trying to create a filtered CSV file I am getting this error- Nan% (0/0) The file will download automatically when done, and then you will be redirected. Any ideas of the problem? |
Hi there, Can you FTP into the server and check for a RegistrationsReport.php file in this location? /wp-content/plugins/event-espresso-core-reg/core/libraries/batch/JobHandlers/RegistrationsReport.php If it’s not there, you can reinstall the Event Espresso 4 plugin by downloading a fresh copy from your account page, then deactivate/remove/replace the plugin on the WP Plugins page of your website. |
|
|
Hi Josh, No the file is there, and it’s updated to the latest version. Thanks, |
Thanks for checking on that. I had a chat with one of the developers and what we suspect is there’s something on your server that’s already stripping the slashes in the $_GET variable before Event Espresso does. So, if you want to try out a temporary fix, you can open up wp-content/plugins/event-espresso-core-reg/modules/batch/EED_Batch.module.php then go to edit line 166, which has this:
and you change it to this:
If the above change fixes the issue for you, then we’ll add a conditional check there and only run the stripslashes() if the slashes are present. |
|
|
Hi Josh, I actually fixed it separately in the meantime. There was a conflict with the ‘Web Directory 2.0’ plugin, so I disabled and now working perfectly Thanks for the help Mark |
Thanks for the update Mark. |
|
The support post ‘Generating file Unknown…CSV Export’ 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.