» Knowledgebase - If its not here,
Just ask.
ID #1118
YOU MUST ACCESS THE CDR THROUGH THE ASTERISK MANAGEMENT PORTAL!
This occurs when the php session save path is not writable by the httpd process.
Determine the save path:
grep save_path /etc/php.ini
should result in something like:
session.save_path = /var/lib/php/session
Fix ownership
With the part after the =, change the ownership of that to be asterisk:
chown asterisk /var/lib/php/session
Tags: -
Related entries:
1256/13%Last update: 2008-11-12 02:24
Author: Support TEAM
Revision: 1.1
You cannot comment on this entry