NO BUTTONS
Hello I have this error
[root@localhost fop2]# /usr/local/fop2/fop2_server --test
Flash Operator Panel 2 - Valid License (7)
Can't exec "/usr/local/fop2/autoconfig-buttons.sh": Permission denied at script/fop2_server.pl line 580, <$CONFIG> line 1.
Connection to manager OK!
My system is
Centos 6.5
Asterisk 12
freepbx 12 beta
FOP 2.28 final
Regards,
Marcelo
[root@localhost fop2]# /usr/local/fop2/fop2_server --test
Flash Operator Panel 2 - Valid License (7)
Can't exec "/usr/local/fop2/autoconfig-buttons.sh": Permission denied at script/fop2_server.pl line 580, <$CONFIG> line 1.
Connection to manager OK!
My system is
Centos 6.5
Asterisk 12
freepbx 12 beta
FOP 2.28 final
Regards,
Marcelo
Comments
I've executed the command and the previous error disappeared.
I have no buttons on my screen.
I have this error:
[root@localhost fop2]# ./autoconfig-buttons.sh
! Cannot connect to Fo2 Manager database
I've executed the command and the previous error disappeared.
I have no buttons on my screen.
I have this error:
[root@localhost fop2]# ./autoconfig-buttons.sh
! Cannot connect to Fo2 Manager database
Now onto the 2nd problem, perhaps FreePBX 12 beta does not store configuration details in the /etc/amportal.conf file or /etc/freepbx.conf file, that the autoconf scripts use in order to connect to the asterisk mysql database. Do you have those files? Do not paste their contents as is here as they contain sensitive information (like your mysql password!).
Try this:
and this:
Does it return anything?
[root@localhost ~]# cat /etc/freepbx.conf | grep AMPDBNAME
$amp_conf = 'asterisk';
[root@localhost ~]# cat /etc/amportal.conf | grep AMPDBNAME
AMPDBNAME=asterisk
I've downgraded to version 2.27 and it is working fine.