michaelwl Posted July 26, 2007 Share Posted July 26, 2007 I'm new to PHP, just started a site using osCommerce but have found testing changes on it a little tedious. I've decided to test locally then upload finished (yes I know, this should've been my 1st approach) I've installed Apache 2.0, PHP 5.2 and MySQL 4.1. I've tried to install osCommerce by pointing my browser to http://localhost/catalog/install/index.php The 1st and 2nd screens come up, but after I try click continue on the 2nd page the same page gets loaded over and over (the 2nd page, i.e. it doesn't go anywhere else) I've tried looking in the logs directory for Apache and there aren't any errors and nothing out of the ordinary I noticed. How can I debug it to see what the problem is? Any help will really be appreciated, thanks! Quote Link to comment Share on other sites More sharing options...
michaelwl Posted July 27, 2007 Author Share Posted July 27, 2007 *bumped* Quote Link to comment Share on other sites More sharing options...
jitesh Posted July 27, 2007 Share Posted July 27, 2007 check php.ini register_globals = on register_long_arrays = On Quote Link to comment Share on other sites More sharing options...
michaelwl Posted July 29, 2007 Author Share Posted July 29, 2007 Excellent!!! Thanks so much. I had already set register_globals to On, never knew about register_long_arrays. Well at least that it had to be on. How would I have known that it was the error, besides no page being loaded what other symptoms would I see, log files? Etc? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.