|
Posted by Hoopster on 10/11/40 11:54
Erwin,
Can you please tell me where the /var/lib/php/session should me at. I
don't see it on my server using my FTP account. If it's not there
should I create it? And if so what file should go in there?
>>
>> Warning: session_start():
>> open(/var/lib/php/session/sess_84d54960aaff722503c1a49dbcfe7871,
>> O_RDWR) failed: Permission denied (13) in
>> /vservers/website/htdocs/session_test.php on line 4
>
>Here the trouble starts, the other messages follow from this.
>What is going on is this:
>1) PHP wants to write the file mentioned to save the session.
>2) Appearantly PHP doesn't have permission to write in that directory!
>
>This is not your fault, but your providers.
>In php.ini they can tell WHICH directory is used to store sessionfiles.
>
>Look for session.save_path
>Right now it points to /var/lib/php/session/
>
>Of course, the user that runs the PHP script (often apache, or nobody, or
>www-data) needs write and read permissions on that directory.
>
>My guess is that your ISP didn't give them.
>
>Contact them, and tell them to fix it. :-)
>
>Regards,
>Erwin Moller
>
>
Navigation:
[Reply to this message]
|