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
-
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?
-
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.
-
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
-
I'm sorry I was referring to the web server (PHP.INI) configuration. This is a hosting issue.