FreePBX 2.10.1.1 not showing FOP2Admin module
My module manager shows it to be installed, but when I try to access it:
/admin/config.php?display=fop2admin
I get:
404 Not found (modules//page..php)
I'm really not sure what to do as I need to change extension permissions ASAP, and I can't find a manual way in SSH as it's linked to FreePBX so fop2.cfg is ignored. Thanks
/admin/config.php?display=fop2admin
I get:
404 Not found (modules//page..php)
I'm really not sure what to do as I need to change extension permissions ASAP, and I can't find a manual way in SSH as it's linked to FreePBX so fop2.cfg is ignored. Thanks
Comments
If you need to do a manual config, you are free to do so by editing fop2.cfg accordingly. You can disable the autoconfiguration by removing the last #exec line and then writing your own user lines and buttonfile=xxxxx on fop2.cfg
For a quick way to get the button config from the autoconfig in a static file, you can run
/usr/local/fop2/autoconfig-users-freepbx.sh > /usr/local/fop2/buttons.cfg
Then in fop2.cfg remove the last #exec line and put instead
user=100:1234:all
buttonfile=buttons.cfg
In any case, your issue might probably be fixed by using the latest fop2admin
Best regards,
http://i.imgur.com/jXVf6.png
http://i.imgur.com/qThmd.png
http://i.imgur.com/wW8Ro.png
I should add too, I have actually purchased FOP2
I just built 2 FreePBX installs from the FreePBX distro. I had to uninstall iSymphony and manually install FOP2 software and then the FOP2 admin module.
How did you install FreePBX? Was it a distro or built by hand?