session_start(): ps_files_cleanup_dir

Posted: 17th January 2011 by admin in programming
Tags:

This happens when PHP does not have permission to write on the session directory, to correct this go to your /var/www directory and change the owner of the files to root like:

/var/www$ chown root.root myProjectDir -R

Where “myProjectDir” is the directory of the system that you are creating.