Problem in code generation after update to v9.3.012

Hi,

I installed the last update and now I have a problem with some large form applications :

Fatal error: Maximum execution time of 300 seconds exceeded in C:\Program Files\NetMake\v9\wwwroot\scriptcase\prod hird\ado db\drivers\adodb-pdo.inc.php on line 126

The problem is that the APL file is not generated !!! Before this update it was working fine.
In my PHP.ini, max_execution_time is 3600
There is nothing in error.log and access.log, it runs the form but the page is blank.
Debug mode also give a blank page.

Can someone help me for that ??

Thanks
Nac

Hello,

I found the solution, I write it here maybe it will be usefull.

After you convert v8 project to v9, the DBMS driver stay in MYSQL_PDO, for some form apps there is a code generation error with version v9.011 and above.

I changed it to MYSQLi and everythings works fine

solved! :slight_smile: