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.
  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

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...

HTTP error codes explained

There are multiple HTTP codes that you may come across. Below you can find a summary of the most...

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"....