| Author |
Post |
|
|
#1 Thu Mar 22, 2007 7:29 pm
|
|
Member
Registered: Mar 2007
Posts: 3
|
I am trying to install UseBB and get the following error: In file functions_admin.php on line 389:
E_WARNING - fopen(../config.php) [function.fopen]: failed to open stream: Permission denied
I have checked my permissions and I have R/W for the directory and config.php. Any suggestions as to what the problem is?
|
|
|
#2 Thu Mar 22, 2007 7:35 pm
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
For the (forum) directory it should be chmodded to 755 and for config.php chmodded to 777, I think, thats what mine is anyway.
|
|
|
#3 Thu Mar 22, 2007 7:38 pm
|
|
Member
Registered: Mar 2007
Posts: 3
|
I should have added that I'm installing on IIS 5, so CHMOD isn't used.
|
|
|
#4 Thu Mar 22, 2007 7:41 pm
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
Sorry, can not help with IIS. Could try Xampp.
|
|
|
#5 Thu Mar 22, 2007 7:46 pm
|
|
Member
Registered: Mar 2007
Posts: 3
|
I had no problems installing it on my development server, which also has IIS 5. The configurations seem to be the same.
|
|
|
#6 Thu Mar 22, 2007 7:51 pm
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
Woops... http//www.apachefriends.org/en/xampp-windows.html
I know nothing about IIS, sure there is someone here knows.
|
|
|
#7 Fri Mar 23, 2007 3:48 am
|
|
Moderator
Registered: Oct 2005
Posts: 462
Location: canada
|
I also don't know much about IIS, but, wouldn't you need something else other then just R/W? Like Execute or Modify? So Read/Write/Execute, kind of like the equivalent of 777.
|
|
|
#8 Fri Mar 23, 2007 5:04 pm
|
|
Member
Registered: Apr 2006
Posts: 57
Location: Athens, Greece
|
No. In Windows you don't need CHMOD. That's only for Unix/Linux. Permissions won't work under Windows, but you won't need them. Even if you use Apache under Windows, permissions won't work. 
|
|
|
#9 Fri Mar 23, 2007 8:02 pm
|
|
Member
Registered: May 2005
Posts: 298
Location: 98671
|
|
|
|
#10 Fri Mar 23, 2007 8:58 pm
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
There must be something wrong with the permissions, there is a check in the code to see whether config.php is writable and it seems to have passed on your system, however you still get a permission denied error when trying to open the file on line 389.
|