Fop2 Admin Panel not log in
I just updated my fop2 2.31.08 to 2.31.11.
After update i cannot loged in to fop2 Admin panel https://172.16.*.***/fop2/admin/
It said No enough privileges, other wise all fop2 functionality works fine.
How to resolve this issue plz help.
After update i cannot loged in to fop2 Admin panel https://172.16.*.***/fop2/admin/
It said No enough privileges, other wise all fop2 functionality works fine.
How to resolve this issue plz help.
Comments
I am able to login using FreePBX gui credentials but for some reason after logging into FreePBX the login information is not carrying over to FOP2 Manager as advertised.
Any suggestion ??
to this
Also, edit /var/www/html/fop2/admin/config.php and if you have:
change it to
That should do the trick.
As for unable to login, you might have three different problems:
1) invalid credentials alert
2) insufficient privileges alert
3) nothing
And also two possible scenarios:
1) running a 'known' auth backend like FPBX, Issabel or Ombutel
2) not running a 'nown' auth backend or using vanilla Asterisk
Depending on the problem, you should review different things.
If you want to share authentication credentials with your asterisk config backend (if supported), then set USE_BACKEND_AUTH to true, if not, set it to false and authentication/authorization will be made against FOP2 Manager own user tables (fop2managerusers, fop2manageracl and fop2managersecurelevel)
If you set backend auth to false, then you should try to log with the default user/pass that was configured in /var/www/html/fop2/admin/config.php... if you see invalid credentials, then either the user or password is wrong, if you get insuficient privileges, then acl is not set or wrong. fop2manageracl table should have around 17 entries with sections and their required secure level, and fop2managersecurelevel both the admin and user levels set). If any of those tables is empty, then you will need them populated.
Best regards,
I have a similar problem, just upgraded fop2admin (to 1.19 if memory is good) and no more login.
The credentials are default and I get no error message.
If I try different credentials I Get an error message
In ssl_error_log I got :
PHP Fatal error: Call to undefined function fop2_get_plugins_menu() in /var/www/html/fop2/admin/menu.php on line 6
I think it was during the upgrade process
I thought if the account (CAAdmin in this instance) has full FreePBX admin rights it should be able to log into FOP2 Manager.
Direction is appreciated.