users cannot log in after upgrade from 2.28 to 2.30
Hello,
I have upgrade the fop2 from 2.28 to 2.30, after that the users cannot log in. The web hangs after sending the user and the password in the message "one moment please. Connecting to server, attempt number: 1"
The admin is working ok, I can log in.
To make the upgrade I just download the new version an run make.
If execute fop2_server --test I get:
/usr/local/fop2# ./fop2_server --test
Flash Operator Panel 2 - White Label Version
Flash Operator Panel 2 - Valid License
Flash Operator Panel 2 - Featureset: Voicemail Explorer & IM Chat
Flash Operator Panel 2 - Allowed Tenants: 5
Connection to manager OK!
It is not a password problem. If I fail the password the web ask me for a password again.
Thanks for the help!
I have upgrade the fop2 from 2.28 to 2.30, after that the users cannot log in. The web hangs after sending the user and the password in the message "one moment please. Connecting to server, attempt number: 1"
The admin is working ok, I can log in.
To make the upgrade I just download the new version an run make.
If execute fop2_server --test I get:
/usr/local/fop2# ./fop2_server --test
Flash Operator Panel 2 - White Label Version
Flash Operator Panel 2 - Valid License
Flash Operator Panel 2 - Featureset: Voicemail Explorer & IM Chat
Flash Operator Panel 2 - Allowed Tenants: 5
Connection to manager OK!
It is not a password problem. If I fail the password the web ask me for a password again.
Thanks for the help!
Comments
Issue command:
service fop2 restart
One quick and easy way to test if the problem is browser cache is to use incognito mode to log into FOP2.
yes, fop2 is running:
# ps aux | grep fop2
root 25390 0.7 4.2 156492 87136 ? Ss 15:36 0:00 /usr/local/fop2/fop2_serve --logdir /var/log/asterisk/fop2/ -d -p /var/run/fop2.pid
and I tried with a incognito and do the same it freeze after asking user and password.
Regards,
is in /var/www/freepbx/htdocs/fop2 but I have configured it in fop2.cfg:
web_dir = /var/www/freepbx/htdocs/fop2
Regards
Not only that, having a custom directory means that you also need to modify autoconfig-users.sh script and set the PLUGINDIR variable by hand to match. Otherwise plugins won't work either.
Best regards,