Posted by william.clarke on 10/29/06 22:14
Pedro Graca wrote:
> 9GB wrote:
> > Well.... Do you want me to keep that file? I mean if I'm using PHP5, it
> > should have its own folder to keep session files....
>
> What setting do you have in your php.ini for `session.save_path`?
>
> Make sure you check the right php.ini file. It's the one reported by
> phpinfo().
>
> --
> I (almost) never check the dodgeit address.
> If you *really* need to mail me, use the address in the Reply-To
> header with a message in *plain* *text* *without* *attachments*.
Have you tried modifying your php.ini file to remove references to your
php4 installation? It sounds like your session save_path is pointing at
a directory you may have removed during the upgrade(or it may have been
relative to your php4 install and is therefore not necessarily valid if
you php5 install is in a slightly different location).
[Back to original message]
|