Support

Home Forums Event Espresso Premium Unable to download Registration CSV Report

Unable to download Registration CSV Report

Posted: February 3, 2015 at 8:09 am


Sunshine

February 3, 2015 at 8:09 am

I am unable to download the registration CSV report. I’ve been trying all of the suggested items I have found on the community forum here.

I keep getting Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/s/h/a/shanlars/html/wp-content/plugins/event-espresso-core-reg-2/core/db_classes/EE_Export.class.php on line 400

I have tried to increase my memory for my shared hosting but it doesn’t appear to be helping.

I added <IfModule mod_suphp.c>
suPHP_ConfigPath /home/content/s/h/a/shanlars/html
</IfModule> to my .htaccess file

I added a php.ini file with this:
memory_limit = 200M;
max_execution_time = 300;

I added the following to my wp-config.php
/** Memory Limit */
define(‘WP_MEMORY_LIMIT’, ’96M’);
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

Information about my site:
WordPress Version:
4.1
PHP Version:
5.3.24
MySQL Version:
5.0.96
Event Espresso Version:
4.4.8.p
WordPress Address (URL):
http://sunshinememorial.org
Site address (URL):
http://sunshinememorial.org


Josh

  • Support Staff

February 3, 2015 at 9:28 am

Hi there,

Can you try adding the following to your wp-config.php file:

set_time_limit(60);


Sunshine

February 3, 2015 at 9:55 am

Josh, yes I added that and it works!

THANK YOU!!!

The support post ‘Unable to download Registration CSV Report’ 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.

Event Espresso