FOP2 addon installation error

  1. 13 years ago

    Hello,

    Kindly assist, I got the following error messages during addon installation of fop2 on elastix 2.2

    [root@asterisks ~]# /usr/local/fop2/fop2_server --test
    Flash Operator Panel 2 - No valid license found. Demo Mode
    ERROR 1146 (42S02) at line 1: Table 'asterisk.fop2settings' doesn't exist
    ERROR 1054 (42S22) at line 1: Unknown column 'exclude' in 'where clause'
    Manager authentication failed. Check credentials!

  2. admin

    1 Nov 2011 Administrator

    You must install the latest fop2admin version (1.2.8).

    Best regards,

  3. Thanks, this worked like magic and all error messages gone, but I still have an issue, the action buttons are not working. I also see this error in my log manager.c: 127.0.0.1 failed to authenticate as 'admin'

  4. admin

    1 Nov 2011 Administrator

    check that your manager credentials are set correctly in fop2.cfg as defined in /etc/asterisk/manager.conf.

    Best regards,

  5. Thanks, but below are my settings, the action buttons still do not work and I still have this error:
    manager.c: 127.0.0.1 failed to authenticate as 'admin'. where else do I look?

    fop2.cfg

    [general]
    ; AMI definitions
    manager_host=localhost
    manager_port=5038
    manager_user=admin
    manager_secret=sunshine
    ;event_mask=agent,call,command,system,user,dialplan

    manager.conf
    [admin]
    secret = sunshine
    deny=0.0.0.0/0.0.0.0
    permit=127.0.0.1/255.255.255.0
    read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
    write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate

    #include manager_additional.conf
    #include manager_custom.conf

or Sign Up to reply!