Error: Sessions directory is not writable

By default, such an error is received when you use a custom php.ini file and the directive "session.save_path" is not set.

In order to resolve it please add to your php.ini file this:

session.save_path = /tmp

The above change should be done in each directory you receive this error.

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

HTTP Error 403 - Forbidden

Generally. the HTTP error 403 - Forbidden means that access to the file/folder you are trying to...

HTTP Error 404 - Not found

Below we will focus on the two most common reasons for a website to display a "404 Not Found"...

HTTP Error 500 - Internal server error

When you receive an error "Internal server error 500" on your site, the best way to find the...

I'm receiving 503 Service Temporarily Unavailable error

This error is usually caused by the web server limitation to stop working CPU load. Such errors...

I add directives to my .htaccess file and I receive "Internal Server Error"

You have added a directive to your local .htaccess file and receive an "Internal server error"....