Fatal erron on Sign Out
Posted: 2025-08-07 12:24
I recently moved my Appgini application from IIS to Apache 2.4 / PHP 8 / mySQL 8.0 maintaining the local user authentication.
The problem is that the sign out process takes a long time (> 30 seconds) and after succeeds on bottom of the logon window appears the message: "Fatal error: Maximum execution time of 30 seconds exceeded in C:\Apache24\htdocs\GDI\db.php on line 105".
Line 105 is: "return @mysqli_query($link, $query);"
Where can I investigate ?
ALex.
The problem is that the sign out process takes a long time (> 30 seconds) and after succeeds on bottom of the logon window appears the message: "Fatal error: Maximum execution time of 30 seconds exceeded in C:\Apache24\htdocs\GDI\db.php on line 105".
Line 105 is: "return @mysqli_query($link, $query);"
Where can I investigate ?
ALex.