CSV export returning only first 99 registrants?
-
CSV export function is returning only the first 99 registrants when I try to export an event that has over 400. In my error logs I can see this:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8208 bytes) in [...]/public/wp-content/plugins/events-manager/classes/em-booking.php on line 81, referer: [...]/wp-admin/edit.php?post_type=event&page=events-manager-bookings&event_id=4As you can see I have already increased the PHP memory limit to 128M, which should be plenty to generate a 400 row CSV right? I even tried increasing this to 512M and it still didn’t work. What is going on? Has anyone else had this problem?
The topic ‘CSV export returning only first 99 registrants?’ is closed to new replies.