note the permission denied errors? Did you use the scripts to upgrade PHP, that is your problem as php breaks ownership of these for the apache user.
We have updated amportal to fix this (even though it's not a FreePBX issue). If you are up-to-date with framework, executing "amportal chown" should fix the ownership issue.
Look at your httpd log files to find messages like this:
[Aug 15 14:06:57 2012|Wed] [error] [192.168.24.139|client] PHP Warning: session_start(): open(/var/lib/php/session/sess_q370hsbon837v7a2cuhvj2r7t7, O_RDWR) failed: Permission denied (13) in /apps/www/amp/docs/admin/config.php on line 71, referer: http://asterisk1.mventix.com/admin/config.php
Then from the terminal do:
rm -f /var/lib/php/session/sess_q370hsbon837v7a2cuhvj2r7t7
Make sure to replace sess_q370hsbon837v7a2cuhvj2r7t7 with the session that is in your log files.
/etc/init.d/httpd restart
That fixed my problem.
No hay comentarios:
Publicar un comentario