Create Extension Group on FOP2 Panel via FOP2 buttons
Hello Friends,
I am a new user , so need some help.
I bought FOP2 Regular Basic license last month. I am using it on Elastix 2.4 (fop2_sever version 2.5). I don't know it is fop2 manager or fop2 admin yet.
I can't log in to http://your.server.host/fop2/admin
There are thousands of extension in my panel that's why i want to group them by department like IT, SALES, HR etc. But leveling on "Group" field on "FOP2 Buttons" tab, it's not working, remain the blank field. It is not auto saving.
also, I have created two groups , allow them on user. individually shows both groups for that user, but first group showed in fop2 panel when both selected.
Need Help on manage extension by group like this picture.
thanks in advanced
Amit
I am a new user , so need some help.
I bought FOP2 Regular Basic license last month. I am using it on Elastix 2.4 (fop2_sever version 2.5). I don't know it is fop2 manager or fop2 admin yet.
I can't log in to http://your.server.host/fop2/admin
There are thousands of extension in my panel that's why i want to group them by department like IT, SALES, HR etc. But leveling on "Group" field on "FOP2 Buttons" tab, it's not working, remain the blank field. It is not auto saving.
also, I have created two groups , allow them on user. individually shows both groups for that user, but first group showed in fop2 panel when both selected.
Need Help on manage extension by group like this picture.
thanks in advanced
Amit
Comments
Version 2.25 has the "fop2 admin" that is kind of old already. If you have hundreds of buttons, then the most probable cause of your issue is the max_input_vars limit set in php.ini that you should modify and increase.
There are several posts in this forum about that variable:
http://forum.fop2.com/1791-fop2-buttons-no-affect-when-changing/0
Once that is set, changes in the buttons page will work fine.
there is no line in php.ini like "max_input_vars" , would i create this on php.ini ? such as
max_input_vars=5000 ?
<?php
phpinfo();
Then browse http://your.server/fop2/info.php
And look at the output, and see the location of php.ini in that output.
I added a new line,
max-input_vars=5000
then i tried to fill the group field of button tab of fop2, but nothing changed.
i also click on submit change, but the result is same ..
what to do now?
file location is in /etc/php.ini
In any case, if that is your issue, if you have php errors/warnings enabled, you will see the error/warning when submitting the buttons page on the web server error log file.
Best regards,