Fatal error: Maximum execution time of 300 seconds exceeded in*

Hello ,

In my project I have a 2 form apps that exceed 300 seconds when generating code.
In v8 it works perfect but with the last update for v9 , they give error in an function from the internal library when running ?? There was no problem in the previous update.

Here is the error message on run :
Fatal error: Call to undefined function UTLecParam()
I can see the function UTLecParam in apl file ??

Here is the complete message on generation :
Fatal error: Maximum execution time of 300 seconds exceeded in C:\sysd\NetMake\v9\wwwroot\scriptcase\prod hird\a dodb\drivers\adodb-pdo.inc.php on line 126

Thanks for your helps
Nac

the slow execution is often due to errors in a script, it is possible that the request and falls into fault, have you launched your forms in debug mode, then your can see where your app has fail, or add indexes to the tables concerned by your requests, and or check the function that is problematic in a blank application.

Thanks nsch2308, the problem was a bug on version update. It’s fixed with the last update .