geewhzz Posted December 6, 2005 Posted December 6, 2005 Hi, Everything goes great up untill I get to step 7 where I get this: New Installation osCommerce Configuration Warning: fopen(D:/inetpub/sensorysounds/includes/configure.php): failed to open stream: Permission denied in D:\inetpub\sensorysounds\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in D:\inetpub\sensorysounds\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in D:\inetpub\sensorysounds\install\templates\pages\install_7.php on line 211 Warning: fopen(D:/inetpub/sensorysounds/admin/includes/configure.php): failed to open stream: Permission denied in D:\inetpub\sensorysounds\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in D:\inetpub\sensorysounds\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in D:\inetpub\sensorysounds\install\templates\pages\install_7.php on line 261 The configuration was successful! It says everything is sucessful under these warnings, but the catalog and admin buttons just take me back to install.
sticky Posted December 6, 2005 Posted December 6, 2005 Exactly what the error says, the install script needs permission to change these files:- /admin/includes/configure.php /includes/configure.php Change the permissions for these files to 777 through your FTP application.
geewhzz Posted December 6, 2005 Author Posted December 6, 2005 Exactly what the error says, the install script needs permission to change these files:- /admin/includes/configure.php /includes/configure.php Change the permissions for these files to 777 through your FTP application. I did that, and it still didn't work.
AlanR Posted December 6, 2005 Posted December 6, 2005 I did that, and it still didn't work. Unix permissions don't apply to windows servers. Look in your control panel for the correct method to set file permissions. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
geewhzz Posted December 6, 2005 Author Posted December 6, 2005 Okay, I got it now. My webserver is running Control Center, and for some reason it only lets me view directories to change permissions. Guh! :( Thanks for your help so far folks.
sticky Posted December 7, 2005 Posted December 7, 2005 Glad you got it sorted, sorry, I missed the windows paths in your post, just presumed, doh! ;)
accessie Posted January 2, 2006 Posted January 2, 2006 my databas is on a unixserver. And I changed the permission throught flashfxp, and still get the same error, why is that? Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid/gid is 143653/143653 is not allowed to access /hsphere/local/home owned by uid/gid 0/0 in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 209 Warning: fopen(/hsphere/local/home/accessie\includes/configure.php): failed to open stream: No such file or directory in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 211 Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid/gid is 143653/143653 is not allowed to access /hsphere/local/home owned by uid/gid 0/0 in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 259 Warning: fopen(/hsphere/local/home/accessie\admin/includes/configure.php): failed to open stream: No such file or directory in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in /hsphere/local/home/accessie/accessie.se/catalog/install/templates/pages/install_7.php on line 261
Recommended Posts
Archived
This topic is now archived and is closed to further replies.