Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Stuck on install.php?step=2 for PHP5


Guest

Recommended Posts

If your trying to install osc and you can't get the install script to go past install.php?step=2 its probably because the default php.ini (php.ini.recommended for php 5.0.0+) disables register_long_arrays. Just set register_long_arrays to on and you will avoid any further problems.

 

Ripped from php.net:

"As of PHP 5.0.0, the long PHP predefined variable arrays may be disabled with the register_long_arrays directive."

 

Hope this helps someone.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...