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

Comments

  • Hi,

    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.
  • Hello Admin,
    there is no line in php.ini like "max_input_vars" , would i create this on php.ini ? such as
    max_input_vars=5000 ?
  • Yes, you should add it. Be sure to add it in the correct php.ini file, as you might have more than one (one for cli version, one for web server module, etc).
  • php.ini file in which location ? I found one in /etc/php.ini , is it the correct file ?
  • I cannot say is the correct location, that is dependant on your distro and configuration. You might want to add a file in /var/www/html/fop2/info.php with the content

    <?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.

  • Thanks, the file location is in /etc/php.info

    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?
  • Sorry, typo ....
    file location is in /etc/php.ini

  • max_input_vars <> max-input_vars

    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,
  • Thanks a lot ... The problem has been solved ....
Sign In or Register to comment.