jandirks Posted September 2, 2005 Share Posted September 2, 2005 Hi, I have installed osCommerce today on a local machine. The final result was a successfull installation, but I got a short list with warnings in the last step (New installation - osCommerce configuration) Warning: fopen(C:/Inetpub/wwwroot/shop/catalog/includes/configure.php): failed to open stream: Permission denied in C:\Inetpub\wwwroot\shop\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\shop\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\shop\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(C:/Inetpub/wwwroot/shop/catalog/admin/includes/configure.php): failed to open stream: Permission denied in C:\Inetpub\wwwroot\shop\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\shop\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\shop\catalog\install\templates\pages\install_7.php on line 261 Any idea what could have caused this? Also, when clicking on the 'Catalog' button, I get the start-screen for a new installation (http://localhost/shop/catalog/install/index.php). The 'Administration-tool' button shows a new window with the administration tool. When I click on most links/buttons here, I get an error 404 - page not found. This is caused by the fact that most links/buttons direct me to: http://localhost/admin/categories.php?... and not http://localhost/shop/catalog/admin/categories.php? Where can I change this? Thanks in advance! Jan-Dirk Link to comment Share on other sites More sharing options...
♥Vger Posted September 2, 2005 Share Posted September 2, 2005 The reason you keep getting the install screen is because you've not deleted the Install folder. The reason you are getting all of the other error messages is because the Install programme was not able to write data into the two configure.php files because the folders were 'Read Only'. As this is a local install do yourself a big favour, uninstall IIS and install an Apache web server instead. No need to put yourself through the grief of running a Windows server when you don't need to. Here's one they made earlier (Apache all-in-one package called XAMPP): http://www.apachefriends.org/en Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.