R08 Posted July 6, 2005 Posted July 6, 2005 Hi, I'm starting to develop a site which will be based (during development) on my local machine running osCommerce on an Apache server (Windows XP). I've developed sites in the past for IIS/SQLServer/.asp/htm. However, I'm completely new to Apache/mySQL/PHP/osCommerce. I've followed the installation instructions for the latest versions of Apache and PHP and have tested .html/.shtml/.cgi/.php and found all to be working I've installed the latest version of mySQL and used phpMyAdmin to create a database as per the pre-installation instructions (http://www.oscommerce.info/docs/english/e_pre-installation_procedure.html). I can't change the permission on the "catalog/includes/configure.php" file to 777 as I'm unable to CHMOD on my local Windows machine. I point my browser to http://localhost/install/index.php as instructed, I get a nice osCommerce welcome screen inviting me to set up a new store, so far so good. I click on this and get as far as the next page (http://localhost/install/install.php?step=2) where I leave the options to import a database and save configuration values checked (although unchecking them doesn't make a difference). As soon as I click continue on this screen it just reloads the same page, no error is provided by the browser and there's nothing in Apache's error log either. If anyone could tell me what I've done wrong I would greatly appreciate it. Thanks in advance, Rob.
♥swolsten Posted July 6, 2005 Posted July 6, 2005 What version of apache, mysql and php are you using? Dont forget to Search. Your problem has already been fixed before.<br> Please visit Manchester-Fireworks.com.
R08 Posted July 6, 2005 Author Posted July 6, 2005 What version of apache, mysql and php are you using? <{POST_SNAPBACK}> Apache 2.0.54 (Win32) mySQL 4.1 PHP 5.0.4.4 These were all the latest (stable) releases from the respective product home pages. Thanks for your swift reply. Cheers, Rob.
sja Posted July 6, 2005 Posted July 6, 2005 hi - Have exact same issue <{POST_SNAPBACK}> Msql = 4.1.12a PHP= 5.0.4 Win32 Apache 2.0.54
Guest Posted July 6, 2005 Posted July 6, 2005 php5 causes problems with osCommerce, as well mysql 4.1, so you can either downgrade to the previous release or have to install things manually into the database and make some changes to your files, search for php5 and you should find things.
R08 Posted July 6, 2005 Author Posted July 6, 2005 php5 causes problems with osCommerce, as well mysql 4.1, so you can either downgrade to the previous release or have to install things manually into the database and make some changes to your files, search for php5 and you should find things. <{POST_SNAPBACK}> Thanks a mil m8, have to go to work now but will have a crack tomorrow and will post my results. Cheers, Rob.
sja Posted July 7, 2005 Posted July 7, 2005 dropped version of php down - now all ok - although had issue with client authentication re mysql - fix documented in mysql docs regarding changing the way a user and password is authenticated, ran code and all ok - thanks
R08 Posted July 8, 2005 Author Posted July 8, 2005 Thanks a mil m8, have to go to work now but will have a crack tomorrow and will post my results. Cheers, Rob. <{POST_SNAPBACK}> All working now, thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.