Preguntas Frecuentes - FAQ

XHR response code: 200 XHR responseText: undefined jQuery status: parsererror  Imprimir éste Artículo

After yum update you get an rrror on web interface:

XHR response code: 200 XHR responseText: undefined jQuery status: parsererror

Check and see how session is owned by:

[root@localhost ~]# ll /var/lib/php/
total 8
drwxrwx--- 2 root apache 4096 Jun 27 11:29 session


This need to be owned by asterisk not root:

[root@localhost ~]# chown -R asterisk. /var/lib/php/session

Confirm it's owned by asterisk now:

[root@localhost ~]# ll /var/lib/php/
total 8
drwxrwx--- 2 asterisk asterisk 4096 Jun 27 11:29 session

You need to restart Apache for it to take effect:

[root@localhost ~]# /etc/init.d/httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
[root@localhost ~]#

Try it now.

¿Fue útil la respuesta?

Artículos Relacionados

Error after upgrade AsteriskNOW and FreePBX
Yum upgrade breaks AsteriskNOW and FreePBX   After yum updating AsteriskNOW 2.0 I was getting...
How to enable CDR on AsteriskNOW and FreePBX
How to enable CDR on AsteriskNOW and FreePBXInstalling the following yum packages:yum install...