maniramesh24 Posted February 22, 2007 Share Posted February 22, 2007 I just have downloaded OS commerce and trying to setup it locally to get better understanding. My env is window XP, Apache 2, MySQL 5, Php 5 and OS commerce latest version. Step1 : http://localhost/catalog/install/index.php - got the welcome page step 2: Click on 'Install new online store' - got the new installtion screen step 3: selected 'import catalog database' and click on continue - Struck. Its not going to next screen Analysis: 1. When the open the htdocs/catalog/install/install.php line number 18 $HTTP_GET_VARS['step'] is not working. Changed to $_GET['step'] 2. Still osc_in_array('database', $HTTP_POST_VARS['install']) function returns false. Please help me some one to get resolve this issue Link to comment Share on other sites More sharing options...
maniramesh24 Posted February 22, 2007 Author Share Posted February 22, 2007 I changed this line on php.ini file from register_long_arrays = Off to register_long_arrays = ON It worked. Really thanks for the forum member. Let me try to proceed to step 3. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.