BlackC@ Posted September 27, 2005 Posted September 27, 2005 Hi, I installed oscommerce on our IIS. When I start the installation process (install.php) everything runs fine, but when it tries to install the oscommerce.sql it says file not found. However, the file is in the correct location. So, I installed the database manually (like I did with my apache server) and finished the installation process without installing the database. On the final page it says: Warning: fopen(/includes/configure.php) [function.fopen]: failed to open stream: No such file or directory in C:\...\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(/admin/includes/configure.php) [function.fopen]: failed to open stream: No such file or directory in C:\...\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 261 The configuration was successful! Why do I receive these errors? The directory structure exists so the files should be available. Is there a problem with PHP? Thanks for your help!
Guest Posted September 28, 2005 Posted September 28, 2005 Hi, in my opinion the part of the path "fopen(/includes/configure.php" could not be found on a Windows machine. I have the same problem: New Installation osCommerce Configuration Warning: fopen(D:/WEBAPPLICATION/DocumentRoot/Shop/includes/configure.php) [function.fopen]: failed to open stream: Permission denied in D:\WEBAPPLICATION\DocumentRoot\Shop\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in D:\WEBAPPLICATION\DocumentRoot\Shop\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in D:\WEBAPPLICATION\DocumentRoot\Shop\install\templates\pages\install_7.php on line 211 Warning: fopen(D:/WEBAPPLICATION/DocumentRoot/Shop/admin/includes/configure.php) [function.fopen]: failed to open stream: Permission denied in D:\WEBAPPLICATION\DocumentRoot\Shop\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in D:\WEBAPPLICATION\DocumentRoot\Shop\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in D:\WEBAPPLICATION\DocumentRoot\Shop\install\templates\pages\install_7.php on line 261 The configuration was successful! The path "fopen(D:/WEBAPPLICATION/DocumentRoot/Shop/includes/configure.php)" is not possible with "/" in the System fileformat. "\" is required I think. Greetings Frank
bah bah Posted September 28, 2005 Posted September 28, 2005 my problem very similar to your but it fails to open the file permission denied i think this is caused by file permission under windows platform as oscommerce uses unix numric file permission. Warning: fopen(C:/Sites/Single5/ewestuk/webroot/catalog/includes/configure.php): failed to open stream: Permission denied in C:\Sites\Single5\ewestuk\webroot\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in C:\Sites\Single5\ewestuk\webroot\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in C:\Sites\Single5\ewestuk\webroot\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(C:/Sites/Single5/ewestuk/webroot/catalog/admin/includes/configure.php): failed to open stream: Permission denied in C:\Sites\Single5\ewestuk\webroot\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in C:\Sites\Single5\ewestuk\webroot\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in C:\Sites\Single5\ewestuk\webroot\catalog\install\templates\pages\install_7.php on line 261 any help and advice highly appreciated in advance People have the right to be stupid. Some people abuse that privilege.
jmarinac Posted October 15, 2005 Posted October 15, 2005 Having the same problems - ever find a resolution? Thanks Hi, I installed oscommerce on our IIS. When I start the installation process (install.php) everything runs fine, but when it tries to install the oscommerce.sql it says file not found. However, the file is in the correct location. So, I installed the database manually (like I did with my apache server) and finished the installation process without installing the database. On the final page it says: Warning: fopen(/includes/configure.php) [function.fopen]: failed to open stream: No such file or directory in C:\...\catalog\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 211 Warning: fopen(/admin/includes/configure.php) [function.fopen]: failed to open stream: No such file or directory in C:\...\catalog\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in C:\...\catalog\install\templates\pages\install_7.php on line 261 The configuration was successful! Why do I receive these errors? The directory structure exists so the files should be available. Is there a problem with PHP? Thanks for your help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.