WebGUI admin problem

I made some update (Framework module, and the incrediblePBX auto-update) today and now I cannot access to any section of the webGUI always has the message
"Not found

The section you requested does not exist or you do not have access to it."

or No message but return to login page of the webgui.

I’M on centos

you may wish to look at httpd logs

I got this in my log,
Not sure how can I resolve that? an update has altered my config.php?

[Tue Nov 04 10:13:25 2014] [error] [client 70.28.26.138] PHP Warning: session_start(): open(/var/lib/php/session/sess_u2k0ldn86jb7ibfkag675pr9l4, O_RDWR) failed: Permission denied (13) in /var/www/html/admin/config.php on line 68, referer: http:// 192.168.2.41/admin/config.php
/bin/df: /var/named/chroot/etc/named': Permission denied /bin/df: /var/named/chroot/var/named’: Permission denied
/bin/df: /var/named/chroot/etc/named.conf': Permission denied /bin/df: /var/named/chroot/etc/named.rfc1912.zones’: Permission denied
/bin/df: /var/named/chroot/etc/rndc.key': Permission denied /bin/df: /var/named/chroot/usr/lib64/bind’: Permission denied
/bin/df: /var/named/chroot/etc/named.iscdlv.key': Permission denied /bin/df: /var/named/chroot/etc/named.root.key’: Permission denied
[Tue Nov 04 10:13:27 2014] [error] [client 70.28.26.138] PHP Warning: session_start(): open(/var/lib/php/session/sess_u2k0ldn86jb7ibfkag675pr9l4, O_RDWR) failed: Permission denied (13) in /var/www/html/admin/config.php on line 68, referer: http:// 192.168.2.41/admin/config.php

chown -R asterisk:asterisk /var/lib/php/session

Thanks! That works perfectly now!

1 Like