Knowledgebase

Portal Home > Knowledgebase > WebSite Down/Issues > I'm receiving a strange error on my website > Error: Sessions directory is not writable


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.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read

Sign in to your account