Re: Fatal error: session_start(): Failed to initialize storage module: user
- From: "mrbog" <dterrors@xxxxxxxxxxx>
- Date: 5 Mar 2007 20:23:41 -0800
On Mar 4, 11:28 pm, Rik <luiheidsgoe...@xxxxxxxxxxx> wrote:
mrbog <dterr...@xxxxxxxxxxx> wrote:
My server was working fine (no one else changes it but me, it's a
local server on my lan), and all of a sudden I get:
Fatal error: session_start(): Failed to initialize storage module:
user...
It didn't even happen after like a reboot or something, it just
happened one morning.
I fixed it by changing:
session.save_handler = user
to
session.save_handler = files
But my question is- why did I have to do that? What could've
happened? How do I make it work with "user" again?
Correct me if I'm wrong here, but AFAIK, 'user' is not a deault handler.
If there are problems saving sessions with the 'user' session handler,
you'd have to check that logic. In many custom handlers it's done in
combination with a database, so you might check wether that database is
reachable, not at it's limits (either by primary/unique index or size
enforced by hoster).
--
Rik Wasmus
It's not saving to a database, it's creating a session file.
And as stated in my question there is no "hoster", it's my lan server,
and I'm the only one that touches it.
.
- Follow-Ups:
- References:
- Prev by Date: Re: List Fails on some computers - www missing in url
- Next by Date: Re: List Fails on some computers - www missing in url
- Previous by thread: Re: Fatal error: session_start(): Failed to initialize storage module: user
- Next by thread: Re: Fatal error: session_start(): Failed to initialize storage module: user
- Index(es):
Relevant Pages
|