Couldn't load variables.txt?aldope=33179

sulphy
Posts: 68
Member Since:
2006-08-27

Hi,

I'm using the current BETA version 2.3 and the operator panel in FreePBX doesn't work, I just get:

Couldn't load variables.txt?aldope=33179

It says on the download page to report problems, but no indication on where so I posted it here. :o)



kerryg
Posts: 5533
Member Since:
2006-05-31
In amportal.conf the FOP

In amportal.conf the FOP server is not enabled



benjic
Posts: 3
Member Since:
2008-03-21
Problem with Permissions

That isnt neccessarily true -
Op_server.pl (the FOP panel script) may run but will terminate if it cannot load variables.txt
which by the by it creates on loading.....so usually amportal is running as user asterisk, however if your /var/www/panel directory or which ever director op_server.pl uis running from is Chmod'd to 775 and owned by root then user asterisk does not have write permission and the variables.txt file will not be created.... to check this
cd /var/www/panel/
as root run
./op_server.pl -d (the -d runs it as a daemon)
check its running
ps -A -F | grep panel
should appear on the process list
now reload the FreePBX panel page - also check the admin page and ensure FOP panel is actually running....

if this works you will need to create appropriate permissions for user asterisk to have write permission to /var/www/panel



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.