Connecting Tech Pros Worldwide Forums | Help | Site Map

Bizarre session_start error

D. Alvarado
Guest
 
Posts: n/a
#1: Jul 17 '05
Hello, I have moved my site to a hosting environment with PHP 4. But
I get this bizarre error upon invoking session_start()

Warning: session_start():
open(/tmp/php/sessions/b/3/c/sess_b3c32ee4770b585fe49244f043b4dafa,
O_RDWR) failed: No such file or directory (2) in
/www/i/ikite/htdocs/admin/includes/functions/sessions.php on line 67

Could someone explain what this means, or what more information I
should provide?

Thanks, -

kingofkolt
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Bizarre session_start error


"D. Alvarado" <laredotornado@zipmail.com> wrote in message
news:9fe1f2ad.0410012006.39aaf960@posting.google.c om...[color=blue]
> Hello, I have moved my site to a hosting environment with PHP 4. But
> I get this bizarre error upon invoking session_start()
>
> Warning: session_start():
> open(/tmp/php/sessions/b/3/c/sess_b3c32ee4770b585fe49244f043b4dafa,
> O_RDWR) failed: No such file or directory (2) in
> /www/i/ikite/htdocs/admin/includes/functions/sessions.php on line 67
>
> Could someone explain what this means, or what more information I
> should provide?
>
> Thanks, -[/color]

I can only guess that would mean you set the session.save_path to a
nonexistent folder. I don't know for sure though, but I'd have to guess
that's your problem.

- JP


Pjotr Wedersteers
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Bizarre session_start error


D. Alvarado wrote:[color=blue]
> Hello, I have moved my site to a hosting environment with PHP 4. But
> I get this bizarre error upon invoking session_start()
>
> Warning: session_start():
> open(/tmp/php/sessions/b/3/c/sess_b3c32ee4770b585fe49244f043b4dafa,
> O_RDWR) failed: No such file or directory (2) in
> /www/i/ikite/htdocs/admin/includes/functions/sessions.php on line 67
>
> Could someone explain what this means, or what more information I
> should provide?
>
> Thanks, -[/color]

Rights issue on the directory where the session data is saved ???
My 2 cts
Pjotr


Closed Thread