A common misconfiguration is that the 'session.save_path' directive is not pointing to a valid directory.
Please correct your PHP configuration in the php.ini file located here below.
/etc/php.ini.
I am getting this error. Can anyone help me in this
session_start()
Moderator: General Moderators
Re: session_start()
What is your session save path? Have you checked that the directory exists and is writable by the web server?
Re: session_start()
Hi,
i am trying to install sugarcrm in trixbox. And i am getting above error. When i try to move session.save_path to /tmp still i am facing the same issue.
Can you tell me at what circumference this error occurs and how to fix this error.
Thanks,
Shobana
i am trying to install sugarcrm in trixbox. And i am getting above error. When i try to move session.save_path to /tmp still i am facing the same issue.
Can you tell me at what circumference this error occurs and how to fix this error.
Thanks,
Shobana
Re: session_start()
if you want i can attach screenshot with error...
Re: session_start()
Does trixbox also run Apache as asterisk user? Does asterisk have write permission to /tmp? What about /var/lib/php/session? Did you upgrade Apache/PHP after installing trixbox? That could have affected the user apache runs as.
Re: session_start()
Does trixbox also run Apache as asterisk user?
Yes
Does asterisk have write permission to /tmp?
Yes
What about /var/lib/php/session?
Nothing is there in this path
Did you upgrade Apache/PHP after installing trixbox?
No
Yes
Does asterisk have write permission to /tmp?
Yes
What about /var/lib/php/session?
Nothing is there in this path
Did you upgrade Apache/PHP after installing trixbox?
No
Re: session_start()
Is anyone there to help me out.....
Re: session_start()
There's information missing somewhere. /tmp obviously exists. You've confirmed apache is running as asterisk and have confirmed asterisk has write permission to /tmp, yet you're still getting an error that the directory either doesn't exist or can't be written to. Doesn't add up.