FOP2 Admin 1.2.13 FOP2 Buttons bug?

Is there a bug in the FOP2 Admin module for FreePBX?
In FOP2 Buttons I can only modify or check/uncheck items that are on the page.
I made 100 extensions and noticed I could not modify trunks and queues.
After submit the changes are gone.
Upgrade from 2.26 to 2.27 did not help, using FOP2 Admin 1.2.13.
After changing page.fop2buttons.php to move the items i wanted to modify to the top of the page I was able to modify them.
$buttypes = array('trunks','queues','parks','ringgroups','conferences','extensions');
Now I cant modify the last few extensionbuttons.

Comments

  • Hi,

    There is a php.ini setting you have to modify to overcome that issue. It is mentioned in other posts, it is not a bug in itself, but a php setting that was enforced in recent versions. So, edit php.init and set:

    max_input_vars=5000

    The default is set to 1000 in recent php versions.
Sign In or Register to comment.