Page 1 of 1

[SOLVED] failed to open stream: Permission denied...

Posted: Sat Sep 15, 2007 5:01 pm
by sdc
I have sucessfully installed on one of my laptops with no problem.  I am attempting to install on my dev machine and get the following error.

Please help... thank you!

SDC

Warning: fopen(C:\Inetpub\wwwroot\cms\config.php) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\wwwroot\cms\lib\config.functions.php on line 303

Warning: unlink(C:\Inetpub\wwwroot\cms\tmp\cache/SITEDOWN) [function.unlink]: Permission denied in C:\Inetpub\wwwroot\cms\install\lib\classes\CMSInstallerPage5.class.php on line 143
Error: Could not remove the tmp/cache/SITEDOWN file. Please remove manually.
Updating hierarchy positions...[done]

Setting up core events...[done]

Installing modules...[done]

Index Search...[done]

Clearing site cache (if any)...[done]

Re: failed to open stream: Permission denied...

Posted: Sat Sep 15, 2007 7:28 pm
by alby
sdc wrote: I have sucessfully installed on one of my laptops with no problem.  I am attempting to install on my dev machine and get the following error.

Please help... thank you!

SDC

Warning: fopen(C:\Inetpub\wwwroot\cms\config.php) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\wwwroot\cms\lib\config.functions.php on line 303

Warning: unlink(C:\Inetpub\wwwroot\cms\tmp\cache/SITEDOWN) [function.unlink]: Permission denied in C:\Inetpub\wwwroot\cms\install\lib\classes\CMSInstallerPage5.class.php on line 143
Error: Could not remove the tmp/cache/SITEDOWN file. Please remove manually.
Updating hierarchy positions...[done]
Maybe a permission problem.
Look this for owner in Windows environment

Alby

Re: failed to open stream: Permission denied...

Posted: Sun Sep 16, 2007 11:08 pm
by sdc
Checked out permissions... this suggestion did the trick.

Thanks,
SDC