Tomscoots Posted December 8, 2004 Posted December 8, 2004 Will someone pls explain what this means in simple english? :( New Installation osCommerce Configuration Warning: fopen(c:/inetpub/wwwroot/mydomain.com/www/pages/catalog/includes/configure.php): failed to open stream: Permission denied in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(c:/inetpub/wwwroot/mydomain.com/www/pages/catalog/admin/includes/configure.php): failed to open stream: Permission denied in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 261 What exactly is the problem here? How do i fix this? thanks, Tom
Tomscoots Posted December 8, 2004 Author Posted December 8, 2004 Guys! Pls help me. I really need to get this thing up and running. thanks in advance. cheers! Tom
Guest Posted December 8, 2004 Posted December 8, 2004 Guys!Pls help me. I really need to get this thing up and running. thanks in advance. cheers! Tom <{POST_SNAPBACK}> Can tell us what you did, step by step?
Tomscoots Posted December 8, 2004 Author Posted December 8, 2004 everything was going smooth as illustrated in http://www.oscommerce.info/kb/osCommerce/I...g_osCommerce/16 till I hit 'continue' in figure 11 then i got the above mentioned error
Guest Posted December 8, 2004 Posted December 8, 2004 everything was going smooth as illustrated in http://www.oscommerce.info/kb/osCommerce/I...g_osCommerce/16 till I hit 'continue' in figure 11 then i got the above mentioned error <{POST_SNAPBACK}> Did you set up your database and are the settings correct? I don't know hoh OSC reacts on wrong settings but it looks like there is no connection to the database. I can't imagine that there isn't an experienced OSCer available.
Guest Posted December 8, 2004 Posted December 8, 2004 just what it states, fopen means you do not have rights or have not set the file permissions to write to the configure.php file, are you the MIS person or is there someone else who handles the network administration? if you cant open it you cant write to it (fputs) if you cant write to it you cant close it (fclose). Will someone pls explain what this means in simple english? :( New Installation osCommerce Configuration Warning: fopen(c:/inetpub/wwwroot/mydomain.com/www/pages/catalog/includes/configure.php): failed to open stream: Permission denied in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(c:/inetpub/wwwroot/mydomain.com/www/pages/catalog/admin/includes/configure.php): failed to open stream: Permission denied in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\mydomain.com\www\pages\catalog\install\templates\pages\install_7.php on line 261 What exactly is the problem here? How do i fix this? thanks, Tom <{POST_SNAPBACK}>
aspx_dev Posted December 8, 2004 Posted December 8, 2004 You have done the most important thing by having the installation program set up your database. The rest of your problems revolve aroung 2 files. catalog/includes/configure.php and catalog/admin/includes/configure.php You can search the formum to find examples of how these files should look. Find a good example and then manually edit these files. I know zero about php but managed it this way without too much difficulty.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.