duzzy Posted January 23, 2005 Posted January 23, 2005 Hi, I'm trying to set up a osCommerce local to test it. The installasion goes smooth until the last screen on the install. I have done this: * I have set register_globals to On in the php.ini file. * Copy the folder catalog to c:\inetpub\wwwroot * In IE I have accessed this address: http://localhost/catalog/install/index.php * Install - a new online store * db server is localhost In step 7 i get this errors: Warning: fopen(c:/inetpub/wwwroot/catalog/includes/configure.php): failed to open stream: Permission denied 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(c:/inetpub/wwwroot/catalog/admin/includes/configure.php): failed to open stream: Permission denied 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! Does anyone know why? I have to last php server installed.
duzzy Posted January 23, 2005 Author Posted January 23, 2005 Can someone please guide me throu the installation of osCommerce? What do I need and how do i install it on my developer computer? I have the newest PHP server installed, the newest mySQL. And I'm running IIS on winXP Pro
♥Vger Posted January 23, 2005 Posted January 23, 2005 I use Win XP, but the IIs server is a nightmare to use. Get rid of it and install XAMPP instead (apache server + mysql + php + phpmyadmin etc.) Vger
iainshaw Posted January 23, 2005 Posted January 23, 2005 newest PHP? I think that my be your problem - search the forums, but from memory osC has issues with PHP5
kenshin Posted January 27, 2005 Posted January 27, 2005 Try to download php-4.3.10-installer . Just incase you want the download site you can find it here http://www.php.net/get/php-4.3.10-installe...e/from/a/mirror And one more note after installing oscommerce create a tmp directory in your c: drive . C:\tmp osCommerce uses this directory for session if you are using a combination of IIS, mySQL and PHP4.3.10. I am using the current configuration and it is working fine. I also tried the apache + php4 +mySQL combination, it doesn't look for the c:\tmp directory. And for this combination it is much better to install php4 or 5 manually, don't rely on the windows installer that i mentioned above. But if you are working with iis use it , you shouldn't have any problem Hope this helps
duzzy Posted January 27, 2005 Author Posted January 27, 2005 Try to download php-4.3.10-installer . Just incase you want the download site you can find it here http://www.php.net/get/php-4.3.10-installe...e/from/a/mirror And one more note after installing oscommerce create a tmp directory in your c: drive . C:\tmp osCommerce uses this directory for session if you are using a combination of IIS, mySQL and PHP4.3.10. I am using the current configuration and it is working fine. I also tried the apache + php4 +mySQL combination, it doesn't look for the c:\tmp directory. And for this combination it is much better to install php4 or 5 manually, don't rely on the windows installer that i mentioned above. But if you are working with iis use it , you shouldn't have any problem Hope this helps <{POST_SNAPBACK}> Thanx, I'll try that!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.