Posted: February 8, 2019 at 3:18 pm
|
I need to export the CVS report of the people that had purchase tickets for the event. I selected the approved registers only and when i click on the export the filter cvs list, it just load the first couple rows and then will stop. The error after the stop just says “undefined” |
Is error reporting enabled on the server? If so try disabling that, you can do that by using something like this in your site’s wp-config.php file:
That enabled WP_Debug and WP_DEBUG_LOG so errors are logged in /wp-content/debug.log and then sets WP_DEBUG_DISPLAY to false to tell your server not to display errors then for good measure, uses ini_set to set display_errors to 0 to try and make sure no errors display. Then try running a CSV and see what happens. If it fails again, you can check the error message logged to your site’s wp-content/debug.log file. |
|
|
still doing the same, but on the last line of code i don’t know where that one goes. |
You could also add (or edit if it’s already set there) : |
|
All of the code Josh has posted would go in the The page showing undefined likely means there is an error being thrown on the request when EE pulls the data for the CSV, none of the above will fix that (with the exception of maybe the WP_MEMORY_LIMIT) but it stores any errors on your site for us to view as right now ‘undefined’ doesn’t mean anything useful. Add the code on above to your sites wp-config.php file, I recommend you use the code posted here: https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug Then run an export, it will fail the same as before, but let us know when you have done it and we’ll check for any errors on your site. |
|
The support post ‘Export CVS not loading correctly – stops at 23% by undefined error’ 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.