PHP 8.2 compatibility?

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
graham
Veteran Member
Posts: 89
Joined: 2020-09-29 12:30

PHP 8.2 compatibility?

Post by graham » 2023-10-17 14:00

Hi, I'm using AppGini 22.14, and just moved up from PHP 7.4 to PHP 8.2.11 on local server. When I try to log in locally now, I get the following :
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups where user='admin' and groupname != 'Admins'' at line 1
Query:
SELECT groupname from groups where user='admin' and groupname != 'Admins'
The above info is displayed because you are currently signed in as the super admin. Other users won't see this.
You could try fixing this issue from the Admin Area : Utilities menu : View/Rebuild Fields.

The remote server is 8.0.29 and that doesn't give the error
Any thoughts? Thanks.

graham
Veteran Member
Posts: 89
Joined: 2020-09-29 12:30

Re: PHP 8.2 compatibility?

Post by graham » 2023-10-17 17:00

Further to above, I also installed 8.0.29 locally and have the same problem.

graham
Veteran Member
Posts: 89
Joined: 2020-09-29 12:30

Re: PHP 8.2 compatibility?

Post by graham » 2023-10-18 12:58

.. and upgraded to the Oct 17th AppGini 23.16

Post Reply