bigolyt Posted February 16, 2005 Share Posted February 16, 2005 When doing an automatic install via the web, this is what I get... Ive talked to someone who said I should edit my configure.php file which I did and still get this error. New Installation osCommerce Configuration Warning: fopen(/wwwroot/inetpub/oscommerce\includes/configure.php): failed to open stream: No such file or directory in c:\inetpub\wwwroot\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(/wwwroot/inetpub/oscommerce\admin/includes/configure.php): failed to open stream: No such file or directory in c:\inetpub\wwwroot\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\catalog\install\templates\pages\install_7.php on line 261 The configuration was successful! When I click the Catalog Button or the Administration tools I get this: Warning: Unknown(c:\inetpub\wwwroot\admin\index.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: Unknown(c:\inetpub\wwwroot\admin\index.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)(): Failed opening 'c:\inetpub\wwwroot\admin\index.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 Im running Windows 2003 Small Business Server. IIS6. And the latest version of MYSQL. Any help would be much appreciated. Link to comment Share on other sites More sharing options...
bigolyt Posted February 16, 2005 Author Share Posted February 16, 2005 It looks like I got rid of the first message. Now im working on the second part. New Installation osCommerce Configuration The configuration was successful! Now when I click on Adminitration Tools I get this: Warning: Unknown(c:\inetpub\wwwroot\admin\index.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: Unknown(c:\inetpub\wwwroot\admin\index.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)(): Failed opening 'c:\inetpub\wwwroot\admin\index.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 And when I click on Catalog I get this: Warning: Unknown(c:\inetpub\wwwroot\index.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: Unknown(c:\inetpub\wwwroot\index.php): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)(): Failed opening 'c:\inetpub\wwwroot\index.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 Link to comment Share on other sites More sharing options...
bigolyt Posted February 16, 2005 Author Share Posted February 16, 2005 Seems like Im answering all my own questions..... How about this. Got it to "work" to where I actually see images n what not. But when I click on administration tools I get this: Warning: session_start(): open(/tmp\sess_fb5222a7368b03be548510f05df0d4a6, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php:67) in c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php:67) in c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Pretty much get the same thing when I click catalog as well. Same error other than the \admin and a lot of broken images and text. Link to comment Share on other sites More sharing options...
Guest Posted February 16, 2005 Share Posted February 16, 2005 check under your configuration, sessions and set to false. also in your admin/includes/configure.php set store sql to 'mysql' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.