-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 12
-
Fix Version/s: 12
-
Component/s: Core, Web interface
-
Labels:None
-
ToDo:
-
Distro:FreePBX Distro
Hello,
Recently I noticed that I am unable to operate in the Admin -> Administrators section of the web interface.
For example if I want to modify an admin account, I am redirected to http://<mypbxurl>/admin/config.php?display=&userdisplay=snikolov
That just loads the system status page.
I managed to fix the issue locally, by defining
$display = ampusers;
somewhere in the beginning of
/var/www/html/admin/modules/core/page.ampusers.php
Now the HTTP GET looks correct and the module is working:
http://<mypbxurl>/admin/config.php?display=ampusers&userdisplay=snikolov
Please fix it officially.
Kind regards,
Stefan Nikolov
- duplicates
-
FREEPBX-12798 Unable to Add/Edit User ( Administrators )
-
- Closed
-