Forums / Developer / fatal error coming on form submission
M Farhan
Tuesday 17 June 2003 1:26:49 am
Hello Everyone,
I am getting a fatal error on form submission, though this form functionality is working fine (on the machine where it was initially developed) with emails being sent on the specified addresses but when deployed on a different machine it gives me a fatal error, though everything else is working fine.
Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\ezpublish\lib\ezutils\classes\ezsmtp.php on line 336
Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\ezpublish\lib\ezutils\classes\ezexecution.php on line 157
Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\ezpublish\lib\ezutils\classes\ezsession.php on line 73
Suggessions Plz
MF
Tuesday 17 June 2003 11:25:00 pm
(Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\ezpublish\lib\ezutils\classes\ezsmtp.php on line 336)Just to add to the above information, i am using ezPublish 3.0.2 installed on Microsoft 2000 Server.
Karsten Jennissen
Tuesday 17 June 2003 11:59:23 pm
The reason for this is the long time the translation file initialisation takes (only first time eZ publish is loaded).
Tryhttp://ez.no/developer/ez_publish_3/contributions/30_second_timeout_remedy
Note that you should set the PHP memory to 20MB or above for the same reason.
Seehttp://ez.no/developer/ez_publish_3/documentation/ez_publish_3/typical_problems_and_solutions/not_enough_php_memory
Karsten