Retrieve_conf failed after upgrade of few modules

I have Centos 6.5 + Asterisk 11.7.0 + FreePBX 2.11.0.37
Today I’ve found that I have 3 modules available for online upgrade:
ringgroups 2.11.0.6 (current: 2.11.0.5)
conferences 2.11.0.6 (current: 2.11.0.5)
queues 2.11.0.23 (current: 2.11.0.22)

After upgrading of this modules and trying to Apply I’ve got an error 1 of retrieve_conf failed.

I’ve made retrieve_conf --debug and get this:

# /var/lib/asterisk/bin/retrieve_conf --debug

Checking for PEAR Console::Getopt..OK
[FATAL] REPLACE INTO fop2groups values('-1','All Buttons') [nativecode=1136 ** Column count doesn't match value count at row 1]SQL - <br /> REPLACE INTO fop2groups values('-1','All Buttons') 

Trace Back:

/var/www/html/admin/libraries/sql.functions.php:25 die_freepbx()
 [0]: REPLACE INTO fop2groups values('-1','All Buttons') [nativecode=1136 ** Column count doesn't match value count at row 1]SQL - <br /> REPLACE INTO fop2groups values('-1','All Buttons')

/var/www/html/admin/modules/fop2admin/functions.inc.php:111 sql()
 [0]: REPLACE INTO fop2groups values('-1','All Buttons')

/var/lib/asterisk/bin/retrieve_conf:725 fop2admin_get_config()
 [0]: asterisk

Array
(
    [0] => Array
        (
            [file] => /var/www/html/admin/libraries/sql.functions.php
            [line] => 25
            [function] => die_freepbx
            [args] => Array
                (
                    [0] => REPLACE INTO fop2groups values('-1','All Buttons') [nativecode=1136 ** Column count doesn't match value count at row 1]SQL - <br /> REPLACE INTO fop2groups values('-1','All Buttons')
                )

        )

    [1] => Array
        (
            [file] => /var/www/html/admin/modules/fop2admin/functions.inc.php
            [line] => 111
            [function] => sql
            [args] => Array
                (
                    [0] => REPLACE INTO fop2groups values('-1','All Buttons')
                )

        )

    [2] => Array
        (
            [file] => /var/lib/asterisk/bin/retrieve_conf
            [line] => 725
            [function] => fop2admin_get_config
            [args] => Array
                (
                    [0] => asterisk
                )

        )

)

Any help will be appriciated.

Your issues are with FOP2 which is not a FreePBX component. You may wish to check with that project to see if they have an update availible or to file a bug report. Until then I would disable FOP2.

Regards,