» Knowledgebase - If its not here, Just ask.

VOIP

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:

Last update: 2008-11-12 02:24
Author: Support TEAM
Revision: 1.1

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 3 out of 5 (2 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry