rmwarner Posted May 25, 2004 Share Posted May 25, 2004 I am new to osCommerce, and I am trying to get it up and running. Everything goes great until step 7 of the install (http://localhost/catalog/install/install.php?step=7) I looked in MySQL and the database is created and everything but I get the following errors on step 7: Warning: fopen(C:/Web/catalog/includes/configure.php): failed to open stream: Permission denied in C:\Web\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in C:\Web\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in C:\Web\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(C:/Web/catalog/admin/includes/configure.php): failed to open stream: Permission denied in C:\Web\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in C:\Web\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in C:\Web\catalog\install\templates\pages\install_7.php on line 261 Any ideas what I am doing wrong?? Thanks Link to comment Share on other sites More sharing options...
Guest Posted May 25, 2004 Share Posted May 25, 2004 Before you started the installation, did you CHMOD both catalog and admin/includes/configure.php to 777 so the install could write on them? Installation document The_Bear Link to comment Share on other sites More sharing options...
rmwarner Posted May 25, 2004 Author Share Posted May 25, 2004 No I didn't. Thanks for your help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.