Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

install hangs on step 2


carlwenrich

Recommended Posts

Posted

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?

Posted

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

Posted
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?

Posted

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?

Posted
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).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...