Hi,
I have this stack trace directly on menu Bar in new design of projeqtor 9.0.2.Fatal error: Maximum execution time of 30 seconds exceeded in C:UwAmpwwwprojeqtormodelpersistenceSqlElement.php on line 3378Call Stack#TimeMemoryFunctionLocation10.0030476976{main}( )...main.php:0216.674027286288include( 'C:UwAmpwwwprojeqtorviewmenuNewGuiLeft.php' )...main.php:1316316.681027287056drawLeftMenuListNewGui( )...menuNewGuiLeft.php:60416.681027287552getNavigationMenuLeft( )...menuNewGuiLeft.php:512517.056027682704sortMenus( )...menuNewGuiLeft.php:413628.493627964072sortMenus( )...menuNewGuiLeft.php:216728.954728032480sortMenus( )...menuNewGuiLeft.php:216829.971728103808sortMenus( )...menuNewGuiLeft.php:216929.971728104672SqlElement->getSqlElementsFromCriteria( )...menuNewGuiLeft.php:1901030.001728138664SqlElement->getDataLength
could you help me to solve it ?
Thank you very much
Hi,
Issue is "Maximum execution time of 30 seconds"
This means the script could not end before 30s.
So either your sever is very, very, very (yes very) slow,
or you have issue with DB connection : the last line in the stack is getDataLength() that will access DB for a desc
