ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: tim1 on November 03, 2004, 10:22:41 am

Title: error message from Tim Drobnick Sr
Post by: tim1 on November 03, 2004, 10:22:41 am
Fatal error: Maximum execution time of 60 seconds exceeded in /home/virtual/site2/fst/var/www/html/mail2/dailymail.php on line 214


I can download the email just fine with a pop program.

I get this message with as little as 12 Megs of email, about 1500
messages

I have reset the php.ini settings to 600 instead of 60 but I still get the same message, and yes I have restarted the server.

any ideas?
Title: error message from Tim Drobnick Sr
Post by: DW on November 03, 2004, 07:16:09 pm
Normally, ListMail sets PHP to never timeout with some cod

Check out the following lines in config.php.

max_execution_time = 30 ; Around line 244
max_input_time = 60     ;  Around line 245
default_socket_timeout = 60 ; Around line 514
mysql.connect_timeout = 60 ; Around line 613, you can set this to -1.

Raise the max_execution_time value.  Restart Apache for changes to take effect.
Title: error message from Tim Drobnick Sr
Post by: tim1 on November 04, 2004, 11:50:32 am
thank you for the reply dean.

I must not have the same version you are speaking of. I have v177b and there are none of those variables in config.php
Title: error message from Tim Drobnick Sr
Post by: DW on November 08, 2004, 02:38:54 pm
I'm sorry I was referring to the web server (PHP.INI) configuration.  This is a hosting issue.