|
Posted by deciacco on 09/04/07 15:29
Thanks for your time/response.
07777 was a typo in the post but not in the script itself. Thanks for
pointing it out.
On the windows box I use the correct slash as I mentioned in the post
already, but thanks for this as well.
I will put the error_reporting call at the beginning of the script and
see if that shows anything. Didn't think of it...
Vladimir Ghetau wrote:
> can you add error_reporting (E_ALL) at the begining of the script and
> see what happens?
>
>
> Plus, how about this line:
>
>> mkdir($sessdir, 07777);
>
> Plus, (even if modes are ignored in Windows) it seems the writing
> permissions are written incorrectly.
>
> Next thing,
>
>> $sessdir = ini_get('session.save_path')
>> ."/session_testing";
>
> Probably session.save_path outputs something like:
>
>> drive:\php_folder\tmp/session_testing
>
> *** see the slashes difference? try to switch the slashes based on the
> OS you're using.
>
> Everything should be ok at this step.
>
>
> Best luck!
>
> Vladimir Ghetau
>
>
>
>
Navigation:
[Reply to this message]
|