Translations of this page?:

session_start() errors

:?: What do errors like these mean:

session_start(): PrivoxyWindowOpen(/tmp/sess_be09512603dfe7ca99751ee0ded7fbad, O_RDWR) failed: Permission denied (13)
Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp)

:!: This means your PHP install isn't configured correctly. PHP can't create the session datafiles. Contact your admin or read the PHP docs to setup session handling correctly.

:!: I was getting this error message as well. It was a PHP configuration problem as described above. I fixed the problem by editing the php.ini file and setting this directive to a directory that existed… it had previously been /tmp by default (expecting to be hosted on a *nix server. So if you are running php on Windows you have to change it, just keep the / instead of using the windows \.

session.save_path = c:/temp

 
wiki/faq/sessionstart.txt · Last modified: 2007/01/03 10:47 by andi
 
Imprint Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsTranslate