Author Topic: error message from Tim Drobnick Sr  (Read 1636 times)

tim1

  • Posts: 9
    • View Profile
error message from Tim Drobnick Sr
« 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?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
error message from Tim Drobnick Sr
« Reply #1 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.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

tim1

  • Posts: 9
    • View Profile
error message from Tim Drobnick Sr
« Reply #2 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
error message from Tim Drobnick Sr
« Reply #3 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.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting