We are receiving this error: Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/95/8601795/html/tours/wp-content/plugins/event-espresso-core-reg/core/db_models/fields/EE_Model_Field_Base.php on line 97
Dean, we have 6500 total, about 500 per month, we need to get the last 6 months.
I saw another support reply were you offered a php code change that would allow us to do this in smaller queries. We are using HostGator.
I see this line on my server: $registrations = $reg_model->get_all(array(array(‘EVT_ID’=>$event_id),’order_by’=>array(‘Transaction.TXN_ID’=>’asc’,’REG_count’=>’asc’)));
but it has the ))); on the end
Your line is:’order_by’ => array(‘Transaction.TXN_ID’=>’asc’,’REG_count’=>’asc’),’REG_count’=>’asc’), ‘limit’ => array(0,100),
Thanks Lorenzo,
I have updated to Version 4.6.19.p
The file : event-espresso-core-reg/core/db_classes/EE_Export.class.php did not update on the server (HostGator). I can tell because I had commented out that line for editing and it is still there. Whats up with that?
Thanks, worked…….the “work a round” code (GitHub”) is a bit off:
‘order_by’ => array(‘Transaction.TXN_ID’=>’asc’,’REG_count’=>’asc’),’REG_count’=>’asc’),
The support post ‘CSV registrations report download’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.