I never saw it before, but today I got several:
Fatal error: session_start() [function.sessio n-start]: Failed to
initialize storage module: user (path: /tmp) in
/usr/local/psa/home/vhosts/mydomain/httpdocs/test/script.php
In the few docs I found related to this msg problems with a custom
session handler are mentioned as the source of the problem, but I don't
even have a custom session handler. I use the default one, the default
path for session files etc etc.
The server is not my own, but my host's. The script hasn't changed for
weeks, and it worked before. All it does is test if a certain session
var exists. If not it opens a new session and sets the variable.
Apache2 server, PHP 5.0.4), the settings for sessions as copied from
phpinfo():
Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_st art Off Off
session.bug_com pat_42 Off Off
session.bug_com pat_warn On On
session.cache_e xpire 180 180
session.cache_l imiter 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_divi sor 1000 1000
session.gc_maxl ifetime 1440 1440
session.gc_prob ability 1 1
session.hash_bi ts_per_characte r 5 5
session.hash_fu nction 0 0
session.name PHPSESSID PHPSESSID
session.referer _check no value no value
session.save_ha ndler files files
session.save_pa th /tmp /tmp
session.seriali ze_handler php php
session.use_coo kies On On
session.use_onl y_cookies Off Off
session.use_tra ns_sid 0 0
Any clues? Thanks in advance!
Sh.
Fatal error: session_start() [function.sessio n-start]: Failed to
initialize storage module: user (path: /tmp) in
/usr/local/psa/home/vhosts/mydomain/httpdocs/test/script.php
In the few docs I found related to this msg problems with a custom
session handler are mentioned as the source of the problem, but I don't
even have a custom session handler. I use the default one, the default
path for session files etc etc.
The server is not my own, but my host's. The script hasn't changed for
weeks, and it worked before. All it does is test if a certain session
var exists. If not it opens a new session and sets the variable.
Apache2 server, PHP 5.0.4), the settings for sessions as copied from
phpinfo():
Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_st art Off Off
session.bug_com pat_42 Off Off
session.bug_com pat_warn On On
session.cache_e xpire 180 180
session.cache_l imiter 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_divi sor 1000 1000
session.gc_maxl ifetime 1440 1440
session.gc_prob ability 1 1
session.hash_bi ts_per_characte r 5 5
session.hash_fu nction 0 0
session.name PHPSESSID PHPSESSID
session.referer _check no value no value
session.save_ha ndler files files
session.save_pa th /tmp /tmp
session.seriali ze_handler php php
session.use_coo kies On On
session.use_onl y_cookies Off Off
session.use_tra ns_sid 0 0
Any clues? Thanks in advance!
Sh.
Comment