dougeefresh Posted December 21, 2005 Posted December 21, 2005 I've searched the forum and looks like I am not the only one. Installation gets stuck on step 2. I know MYSQL(4.0.26) and PHP(5.0.4) are installed and working correctly. A blank database has been created. Register_globals has been set to ON in php.ini. All file and folder permissions are correctly set according to the quick installtion guide. Anyone has any idea why? I am using Apache 1.2 (I believe, the one that comes with OSX 10.3.9) , PHP5, and MYSQL 4. Thanks.
MaBiSmAd Posted December 21, 2005 Posted December 21, 2005 I've searched the forum and looks like I am not the only one. Installation gets stuck on step 2.I know MYSQL(4.0.26) and PHP(5.0.4) are installed and working correctly. A blank database has been created. Register_globals has been set to ON in php.ini. All file and folder permissions are correctly set according to the quick installtion guide. Anyone has any idea why? I am using Apache 1.2 (I believe, the one that comes with OSX 10.3.9) , PHP5, and MYSQL 4. Thanks. This is most likely due to the register_long_arrays setting in php.ini. Check that it is ON.
AdrianSmithUK Posted December 21, 2005 Posted December 21, 2005 I had the same problem. First I went for a clean install and got an error saying something about the config file. I went back and selected the option to include the demo data and it installed fine. I then just deleted all of the demo categories and other things and set up my shop as usual. Hope this helps.
dougeefresh Posted December 21, 2005 Author Posted December 21, 2005 Thanks! Turning on register_long_arrays worked! Make sure you reboot your computer after changing php.ini
hyperpeak Posted December 23, 2005 Posted December 23, 2005 Thanks, same problem and turning on register_long_arrays worked. I learned the hard way to have a shortcut to php.ini on my desktop!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.