load page is done

A

Anonymous

Guest
Hi Guys,
Today is the bad weather. I am feeling quite funny.
I have a problem about load site. The page is something done (see at status bar), this page show white. I am looking for a error when i check log by SSH. The following is error:

X == IP number,

Code:
[client XXX.XXX.X.XX] PHP Fatal error: session_start(): 
Failed to initialize storage module: 
user (path: /var/lib/php/session) in /home/mysite.com/folder_html/include_files.php on line 3, 
referer: http://www.mysite.com/for_me.php

I think that this error of server without code,
What is this solution? I indeed don't understand,
Plz Guys help me,
Thank so much.

Rdgs,
 
You could try adding
Code:
ini_set('session.save_handler', 'files');
to the beginning of your php file, let me know if it works.
 
hi,

Thank for support,

I see in the session table of phpinfo:

Code:
session.save_handler: local value= files; master value = files

What is defference between this parameter and your command ? :)
 
Back
Top