carlwenrich Posted March 11, 2007 Posted March 11, 2007 I created a database in mysql, then entered the info on page 1 of the oscommerce install screen. When I submit it (click Continue), the bottom of the screen disappears (the New Installation and Database Import lines remain) and the installation just hangs. Any ideas?
♥Vger Posted March 11, 2007 Posted March 11, 2007 Install gets stuck on page 2 --------------------------- 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
carlwenrich Posted March 11, 2007 Author Posted March 11, 2007 Install gets stuck on page 2--------------------------- 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 Added register_long_arrays = On to php.ini, rebooted system, and it still gets stuck at the same place. Any other thoughts?
♥Vger Posted March 11, 2007 Posted March 11, 2007 Have you got Register Globals set to 'on' in php.ini? Vger
carlwenrich Posted March 11, 2007 Author Posted March 11, 2007 Have you got Register Globals set to 'on' in php.ini? Vger yes
carlwenrich Posted March 12, 2007 Author Posted March 12, 2007 Could it be that osc doesn't know where mysql is? There's a @mysql_connect statement in database.php. How does it know how to find mysql?
usernamenone Posted March 12, 2007 Posted March 12, 2007 Next check file permissions on your catalog. You should check all folders an make sure they are read and writeable.
usernamenone Posted March 12, 2007 Posted March 12, 2007 Next check file permissions on your catalog. You should check all folders an make sure they are read and writeable.
carlwenrich Posted March 12, 2007 Author Posted March 12, 2007 Next check file permissions on your catalog. You should check all folders an make sure they are read and writeable. All files and folders from catalog on down are set at 777. it still hangs with the screen shown on the other guy's post (who has the same problem).
usernamenone Posted March 12, 2007 Posted March 12, 2007 and are both your configure.php files read and writeable?
carlwenrich Posted March 12, 2007 Author Posted March 12, 2007 and are both your configure.php files read and writeable? yes
Xanthous Posted March 13, 2007 Posted March 13, 2007 This guy found a solution....I didn't try it yet, but it may help you. ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.