Editing Users (on FreePBX)
Hi,
I setup FOP2 and everything seems to be in order. All my FreePBX extensions are showing (15 buttons on non-license mode).
My question is how do I edit the User setting.
When I clicked on the left pane Users menu, on the right side a list of FreePBX users are listed.
But when I click on the individual user itself, nothing is showing.
I tried creating new user from FOP successfully.
But the newly created user is also not editable.
When I click the red "x" sign to delete the user, it is also not deleting the user.
Is there anything I missed?
I notice on the Dashboard a message
PHP SQLite module not installed.
Is that related?
Regards,
Rusman
I setup FOP2 and everything seems to be in order. All my FreePBX extensions are showing (15 buttons on non-license mode).
My question is how do I edit the User setting.
When I clicked on the left pane Users menu, on the right side a list of FreePBX users are listed.
But when I click on the individual user itself, nothing is showing.
I tried creating new user from FOP successfully.
But the newly created user is also not editable.
When I click the red "x" sign to delete the user, it is also not deleting the user.
Is there anything I missed?
I notice on the Dashboard a message
PHP SQLite module not installed.
Is that related?
Regards,
Rusman
Comments
Best regards,
Maybe we face the same problem?
I'm running FreePBX 13.0.167 on a Raspberry Pi (RasPBX). Everything is updated to the latest version.
FOP2 is running fine, but I discover that after updating FOP2 Manger to version 1.1.3, users can not be edit anymore. 1.1.1 and 1.1.2 worked just fine. A user can be created, deleted, but selecting it to edit, the right part of the screen that normally shows the current settings is blank. No error is shown.
Best regards,
Best regards,
Can you confirm that FOP2 Manager - Version 1.1.1 and 1.1.2 did not need PHP SQLite?
in config.php I changed value 0 after $Debug to 1 and opened the admin URL for FOP2
I see two messages:
1. in the topbar on the right. It says: /var/www/html/fop2/admin/menu.php (line 108)
Undefined index: action
2. In the left menu bar. It says:
Otherwise no messages. Selecting an existing user, ends up with a blanc display. However a new user can be created and an existing user can be deleted. So for now changing the rights is deleting the existing user and then add it again with the new settings....
Best regards,
XXXXXXX:~# sudo apt-get install sqlite3
Reading package lists... Done
Building dependency tree
Reading state information... Done
sqlite3 is already the newest version.
The following packages were automatically installed and are no longer required:
libgssapi3-heimdal libheimntlm0-heimdal libkdc2-heimdal
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
2. In the left menu bar. It says:
/var/www/html/fop2/admin/menu.php (line 244)
Undefined index: action
fop2manager.js:292 Uncaught TypeError: $(...).bootstrapSwitch is not a function
(anonymous function) @ fop2manager.js:292
c @ jquery-1.10.2.min.js:4
fireWith @ jquery-1.10.2.min.js:4
ready @ jquery-1.10.2.min.js:4
q @ jquery-1.10.2.min.js:4
To force a redownload of the file, edit /var/www/html/fop2/admin/system.php and set version to a lower number, like 1.1.2 or similar.
Best regards,
Best regards,
I'll try.
Can you confirm that FOP2 Manager - Version 1.1.1 and 1.1.2 did not need PHP SQLite support, because those two versions worked just fine. Also after updat 1.1.1 to 1.1.2
Where should I look *on the server* for the error message?
Best regards,
Manager 1.1.1 and 1.1.2 did not have problem editing users without PHP sqlite support.
Manager 1.1.3 does. I checked error log and found PDOExeption "could not find driver..."
applying: sudo apt-get install php5-sqlite
and restarting services everything is just fine.
Best regards, Arend
Best regards,
I'm running Ubuntu, asterisk 13.18, freepbx, and just installed FOP2. I get the "PHP SQLite module not installed" error and I'm not able to edit users. Is sqlite required? (https://www.fop2.com/docs/installation.php#SystemRequirements does not indicate it is.) I installed "sudo apt-get install sqlite php-sqlite3" but no luck. Please confirm whether mysql or sqlite is used and how to eliminate the error and edit users. Thank you!
Resolved! "php -m | grep sqlite" result was empty. I guess "sudo apt-get install sqlite php-sqlite3" didn't work. I used "php -v" to determine my php version (PHP 5.6.40-30+ubuntu18.04.1+deb.sury.org+1 (cli)), then did:
sudo apt-get install php5.6-sqlite3
service apache2 restart
service fop2 restart
php -m | grep sqlite
now shows:
pdo_sqlite
sqlite3
Now I can use the FOP2 Manager!