slawkens / myaac

A free and open-source Automatic Account Creator (AAC) written in PHP
https://my-aac.org
GNU General Public License v3.0
125 stars 99 forks source link

Manage accounts admin page does not work (Solved) #262

Closed Scrollog closed 2 months ago

Scrollog commented 2 months ago

Server configuration

Description:

When accessing the admin page to manage player accounts, the following error occurs:

Whoops \ Exception \ ErrorException (E_WARNING) Undefined variable $groups

Steps To Reproduce:

/admin/?p=accounts ### Steps to Resolve: in the admin folder > pages > accounts.php add this line:` $groups = new OTS_Groups_List();`
slawkens commented 2 months ago

Hi, thanks! Seems I removed it accidentally in some commit.