Forums / Developer / fatal error coming on form submission

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

fatal error coming on form submission

Author Message

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\Exponential\lib\ezutils\classes\ezsmtp.php on line 336

Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\Exponential\lib\ezutils\classes\ezexecution.php on line 157

Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\Exponential\lib\ezutils\classes\ezsession.php on line 73

Suggessions Plz

MF

M Farhan

Tuesday 17 June 2003 11:25:00 pm

(Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\ez\Exponential\lib\ezutils\classes\ezsmtp.php on line 336)
Just to add to the above information, i am using Exponential 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 Exponential is loaded).

Try
http://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.

See
http://ez.no/developer/ez_publish_3/documentation/ez_publish_3/typical_problems_and_solutions/not_enough_php_memory

Karsten