Hello all
I was experiencing this error also:
Code: Select all
Fatal error: session_start(): Failed to initialize storage module
But simply could not fix, even after doing all suggested fixes. I have now remarked out
in index.php
Now I'm wondering what functionality this will remove?, or if it will cause phpwcms to break somewhere else. i.e. I do not know what this comment in index.php refers to: "neccessary if frontend users are available". Maybe someone could explain?
Also, is there alternate way to store session variable seeing this is a little tricky, in database maybe?
Thanks in advance
Chris
phpwcms Version 1.2.1-DEV
php info:
PHP Version 4.3.4
session
Session Support enabled
Registered save handlers files user mm
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 2880 2880
session.gc_probability 1 1
session.name hashID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /tmp /tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid On On