namviet Posted April 27, 2006 Posted April 27, 2006 Dear all, ...I realy do not know why, event see in the code, everything is fine,... The installation STOP at step 2 event I press "Continue" thousand times, it still remain the page: http://localhost/catalog/install/install.php?step=2 ..event I check or uncheck two options : Import Catalog Database and Automatic Configuration. Press cancel then back to the first installation page with 2 options. I install on localhost with IIS, php5, MySQL 5, Windows XP sp2 I download the source code again and again, the problem happened! Did I miss any configuration? Best Regards, namviet.
♥Vger Posted April 27, 2006 Posted April 27, 2006 The most common cause for installation getting stuck in step 2 is that most recent PHP installations have register_long_arrays = OFF This needs to be turned to ON in the php.ini file (you will need to stop and restart your server to get this change to take effect.) Vger
namviet Posted April 27, 2006 Author Posted April 27, 2006 The most common cause for installation getting stuck in step 2is that most recent PHP installations have register_long_arrays = OFF This needs to be turned to ON in the php.ini file (you will need to stop and restart your server to get this change to take effect.) Vger That's great! I solved the problem. Thank you very much, Vger! Rgs, namviet.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.