brainstem Posted October 26, 2006 Share Posted October 26, 2006 I have installed osCommerce on the docroot webroot/catalog and changed permissions on configuration.php to full access, turned register_globals on (just to test locally), created a db in phpmyadmin called 'oscommerce' with propper user and permissions. I get to step one (/catalog/install) with the Import Catalog Database: & Automatic Configuration: checkboxes. I click continue and it does nothing. No errors in apache log, no indication that its working, nothing. WinXP sp2 Apache 2.2 SQL 5 PHP 5.1.5 osCommerce2.2 Anyone have ANY idea what is going on?... Link to comment Share on other sites More sharing options...
ssquare Posted October 26, 2006 Share Posted October 26, 2006 You may want to turn on something lilke register_long_array... (not sure about the exact name of the variable but it has long array in it) in php.ini file. And that probably will do it. Ssquare I have installed osCommerce on the docroot webroot/catalog and changed permissions on configuration.php to full access, turned register_globals on (just to test locally), created a db in phpmyadmin called 'oscommerce' with propper user and permissions. I get to step one (/catalog/install) with the Import Catalog Database: & Automatic Configuration: checkboxes. I click continue and it does nothing. No errors in apache log, no indication that its working, nothing.WinXP sp2 Apache 2.2 SQL 5 PHP 5.1.5 osCommerce2.2 Anyone have ANY idea what is going on?... Link to comment Share on other sites More sharing options...
brainstem Posted October 26, 2006 Author Share Posted October 26, 2006 That was it. Thank you. This should be added to installation instructions. register_long_arrays: needs to be On unless the register globals patch does that too. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.