My first post.....
After 2 years of putting this off

I finally have PHP and MYSQL both working with IIS5 on a local WinXP machine! I have installed PHP5, added the ISAPI filter, and all seems to be working. HOWEVER, when tying to view my website on localhost, I am getting errors...
Here is my first. (It may resovle the rest?)
Code: Select all
Warning: session_start() [function.session-start]: open(C:\php4\sessiondata\sess_4bb4bfccba98ed07bda406639f471059, O_RDWR) failed: No such file or directory (2) in E:\MyFiles\Multimedia_Files\BSDE\webroot\pagepress\common\page.php on line 3
I don't know why it is looking for anything in C:\php4\ as that folder doesn't exist. The only php folder that exists, is C:\php\. Any ideas on how to fix this? (I did attempt a php4 install some time back and that folder used to exist).
Thanks,
Geoff
feyd | Split from here as it's not a support thread.