Guest Posted January 18, 2007 Share Posted January 18, 2007 Im getting the following, even though ive installed, deleted and reinstalled a couple of times >_< adn its really doing my head in, even though its saying that the installation is successful, if i carry on i get a new error on the top and bottom of every page about /tmp/ and the session.php file, so i want to do one thing at a time. As far as im concerned i shouldnt be getting the below so need to know how to fix it before i go any further. BEGIN_______________________________________________________________ Warning: fopen(C:/Domains/sandyscooters.com/wwwroot/catalog/includes/configure.php): failed to open stream: Permission denied in C:\Domains\sandyscooters.com\wwwroot\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in C:\Domains\sandyscooters.com\wwwroot\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in C:\Domains\sandyscooters.com\wwwroot\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(C:/Domains/sandyscooters.com/wwwroot/catalog/admin/includes/configure.php): failed to open stream: Permission denied in C:\Domains\sandyscooters.com\wwwroot\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in C:\Domains\sandyscooters.com\wwwroot\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in C:\Domains\sandyscooters.com\wwwroot\catalog\install\templates\pages\install_7.php on line 261 The configuration was successful! END_____________________________________________________________________________ __ Now, the lines 209, 210, 211 in catalog\install\templates\pages\install_7.php is the following code $fp = fopen($dir_fs_document_root . 'includes/configure.php', 'w'); fputs($fp, $file_contents); fclose($fp); Then the lines 259, 260, 261 in catalog\install\templates\pages\install_7.php is the following code $fp = fopen($dir_fs_document_root . 'admin/includes/configure.php', 'w'); fputs($fp, $file_contents); fclose($fp); to me this means that there is something wrong somewhere with the two configure files, but i have no clue what? :-( By now ive figured that the configure files are at issue so do i need to manually fill in some gaps in the two configure files? why are these not done during the install and if this is common i would have hoped for a mention of this in the faq or the manual, or have i completely missed it? I guess im just getting frustrated at this point and am ready to throw in the towel :'( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.