Fatal erron on Sign Out

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
A Bindi
Veteran Member
Posts: 70
Joined: 2018-01-04 18:45

Fatal erron on Sign Out

Post by A Bindi » 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.

User avatar
lramirez
Veteran Member
Posts: 85
Joined: 2019-11-01 23:23

Re: Fatal erron on Sign Out

Post by lramirez » 2025-08-07 23:09

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.

A Bindi
Veteran Member
Posts: 70
Joined: 2018-01-04 18:45

Re: Fatal erron on Sign Out

Post by A Bindi » 2025-08-08 08:38

Are there some suggestions ?

ALex.

A Bindi
Veteran Member
Posts: 70
Joined: 2018-01-04 18:45

Re: Fatal erron on Sign Out

Post by A Bindi » 2025-08-08 10:26

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% !!! :o

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

ALex.

Post Reply