dschuman Posted January 9, 2005 Posted January 9, 2005 I have searched on the forums and wasn't able to find a solution to my problem. Someone else posted earlier today with something similar, but I am unable to tell from the posting what platform the user is running on. I have checked the online documentation, but not much to go on in the Windows platform. Here is what I am running: PHP Version 4.3.10 mysql Microsoft-IIS/6.0 Database is setup and confirmed connection Here are the errors I have: New Installation osCommerce Configuration Warning: fopen(e:/domains/mydomain.com/wwwroot/shop/includes/configure.php): failed to open stream: Permission denied in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 211 Warning: fopen(e:/domains/mydomain.com/wwwroot/shop/admin/includes/configure.php): failed to open stream: Permission denied in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 261 The configuration was successful! Any help would be greatly appreciated. Two more quick questions: Is is worth trying to use a Shared SSL certificate? Are their any special file/folder permissions I need to setup on the server? (ie write capability).
kenshin Posted January 28, 2005 Posted January 28, 2005 dschuman Hi, first of all i'll assumed that you are using Windows 2003, because you mentioned you are using IIS6.0. Anyway, my guess is that there is something not set up correctly on your PHP this has also something to do with folder/file permission. 1. If you are using a Windows / IIS combination instead of Windows / Apache, try to reinstall your PHP using the php windows installer edit your php.ini which should be in your windows directory and modify the register_globals and set it to on, if you have not done so 2. Make sure that your php path which should be in c:\php is included in your ENVIRONMENT VARIABLES, include it in your path. ALso check to make sure that the c:\php\includes is in there too. 3. Check to confirm that your C:\php\php.exe is in your Web Servers App Mappings 4. Most important is to check if the root folder ("catalog") has the right permission . 5. You also need to create a "tmp" folder in your c: drive "c:\tmp" your ssessions will be stored here. I have tried a combination of Windows / IIS on a xp SP2 and on a Windows 2k3 just for testing, i'm currently using XP Sp2 on IIS 5 . If you want to use Windows / Apache combination go with Apache 2x and Php 4x and install the php manually, don't use the windows installer.. I'm also new to osCommerce and I am configuring my site as of this moment. I hope this helps. B) ;) I have searched on the forums and wasn't able to find a solution to my problem. Someone else posted earlier today with something similar, but I am unable to tell from the posting what platform the user is running on. I have checked the online documentation, but not much to go on in the Windows platform. Here is what I am running: PHP Version 4.3.10 mysql Microsoft-IIS/6.0 Database is setup and confirmed connection Here are the errors I have: New Installation osCommerce Configuration Warning: fopen(e:/domains/mydomain.com/wwwroot/shop/includes/configure.php): failed to open stream: Permission denied in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 211 Warning: fopen(e:/domains/mydomain.com/wwwroot/shop/admin/includes/configure.php): failed to open stream: Permission denied in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 261 The configuration was successful! Any help would be greatly appreciated. Two more quick questions: Is is worth trying to use a Shared SSL certificate? Are their any special file/folder permissions I need to setup on the server? (ie write capability). <{POST_SNAPBACK}>
Simplyeasier Posted January 28, 2005 Posted January 28, 2005 I have searched on the forums and wasn't able to find a solution to my problem. Someone else posted earlier today with something similar, but I am unable to tell from the posting what platform the user is running on. I have checked the online documentation, but not much to go on in the Windows platform. Here is what I am running: PHP Version 4.3.10 mysql Microsoft-IIS/6.0 Database is setup and confirmed connection Here are the errors I have: New Installation osCommerce Configuration Warning: fopen(e:/domains/mydomain.com/wwwroot/shop/includes/configure.php): failed to open stream: Permission denied in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 209 Warning: fputs(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 210 Warning: fclose(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 211 Warning: fopen(e:/domains/mydomain.com/wwwroot/shop/admin/includes/configure.php): failed to open stream: Permission denied in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 259 Warning: fputs(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 260 Warning: fclose(): supplied argument is not a valid stream resource in e:\domains\mydomain.com\wwwroot\shop\install\templates\pages\install_7.php on line 261 The configuration was successful! Any help would be greatly appreciated. Two more quick questions: Is is worth trying to use a Shared SSL certificate? Are their any special file/folder permissions I need to setup on the server? (ie write capability). <{POST_SNAPBACK}> Go to Install-7.php and often the problem with this is there is a hard coded reference to admin in the file near the bottom - make sure the path referencing admin in the file is correct. hth Charles A kite flies highest AGAINST the wind ! "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.