Viath Posted July 28, 2006 Posted July 28, 2006 Hello, I'm trying to install osCommerce on my local test machine before I install it for a client who wants to use it on his own website. I turned on register_globals in the Apache config file for the virtual host I'm using osCommerce on since it complained that register_globals needs to be on. After reloading the page (www.mydomain.com/catalog/install) I got the initial page asking me to choose between New Installation or Upgrade, I chose New Installation obviously. Then I was taken to the page that has 2 check boxes for Import Catalog Database and Automatic Configuration, both of which I left checked and clicked Next, at which point nothing happened. I see that it is sending a GET variable containing step=2, but it is simply reloading the same page with the 2 check boxes, apparently not going to step 2 at all. No error in the PHP error log. Anyone know what I'm doing wrong here?
tonydevlin Posted July 30, 2006 Posted July 30, 2006 If you have PHP 5 you will need to set register_long_arrays to On.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.