This topic is locked

PHP permission denied (13)

8/21/2008 8:46:47 PM
PHPRunner General questions
J
JordonC author

I need help with an issue. Im not sure if its an PHPrunner issue or a PHP issue. When I open one database in Internet Explorer 7 that was created with PHPrunner and then I go to open another database that was created with php runner in a new tab in Internet Explorer 7 i get:
description Unknown: open(C:\PHP\sessions\sess_l7ld8q4dre0sfqhg1fpa7vbef0, O_RDWR) failed: Permission denied (13)
The login screen still allows me to login but I cant edit anything. If I completely close out of Internet explorer and then open it up again I dont get the error and I can log in and make changes. But I cant seem to open two phprunner database in a single instance of Internet Explorer. Has this happend to anybody else and does anybody have a fix?

J
Jane 8/22/2008

Jordon,
It appears MySQL support and sessions are not configured in PHP.
Here is the article that can help:

http://www.webcheatsheet.com/php/install_and_configure.php

J
JordonC author 8/22/2008

I found the issue. I had to change some permissions in my php session folder i created. Thanks for pointing me in the right direction