1 (edited by barbarian 09/30/2014 09:46:15 am)

Topic: Session error

I've gotten this error like in the screenshot. It doesn't show up in my local environment.

Image

Re: Session error

Set your (currently error causing path) session path to be somewhere under your writeable path in the php.ini and make sure it is writeable by the web server user.
Otherwise, make sure the stated /var/php_sessions folder is created and writeable by the web server user.

Re: Session error

It's caused by the web hosting policy. I add some line of code to set the path of the session as instructed by the web hosting and it worked. Solved.