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.
Fatal erron on Sign Out
Re: Fatal erron on Sign Out
You have the same problem I had when I used Windows... and upgraded to PHP 8. I made my life easier and migrated everything to Linux, and now Appgini is flying.
Luis Ramirez R.
Re: Fatal erron on Sign Out
Are there some suggestions ?
ALex.
ALex.
Re: Fatal erron on Sign Out
Update !
I deleted all rows in tables membership_grouppermissions and membership_userpermissions and the problem is disappeared.
In addition the performances of my app (opening tables, dropdowns, update, etc.) are increased of 1000% !!!
Obviously in the meantime I made this change on the test platform (database copied from the one in production).
ALex.
I deleted all rows in tables membership_grouppermissions and membership_userpermissions and the problem is disappeared.
In addition the performances of my app (opening tables, dropdowns, update, etc.) are increased of 1000% !!!

Obviously in the meantime I made this change on the test platform (database copied from the one in production).
ALex.