The Revolutionary Web

Henry’s dev notes about the web

PHP: Session Save Path Error

Error: Cannot start without errors, please check errors given in your and/or webserver log file and configure your installation properly.

This error has something to do with the directory where your sessions are saved. Check the value of . in your and make sure that the directory has a write permission or if it exists. If you are running on , typically on install time, the default setting for this is under C:\Documents and Settings\[user]\Local Settings\\\. In some weird cases, deletes this directory. So if you get the error message above, make sure that this directory still exist. If not, you can simply create the directory or better yet, change your . setting to a directory out of .

Leave a Reply