Oscommerce fails to be installed in step 2.

Source: Internet
Author: User
Tags oscommerce

The latest version of oscommerce is OSC 2.2 rc2a.

In the php. ini configuration file, change this sentence:
Register_globals = on

However, if oscommerce 2.2 is installed in the second step, it will not be reactionary. I checked it online for a long time and did not find the result. Later, I asked online customer service to find the answer on an oscommerce template website in the United States:

"The most common cause for the installation getting stuck in step 2 is that the most recent PHP installations have register_long_arrays = off this needs to be turned to on in the PHP. ini file
Please contact your host and ask them to enable register_long_arrays

"

In the php. ini configuration file, change this sentence:
Register_long_arrays = on

 

If the above error is prompted when oscommerce is installed to step 3,
SQL file does not exist:/install/oscommerce. SQL

Solution:

QL file does not exist:/install/oscommerce. SQL
First of all, you shoshould back one step and choose session storage: database.
Then edit the file/install/templates/pages/install_3.php and change the following line:
$ SQL _file = $ dir_fs_www_root. 'Install/oscommerce. SQL ';
To
$ SQL _file = 'oscommerce. SQL ';

 

Test Website: www.8two.cn/osc2

Oscommerce http://www.oscommerce-template-easy.com/oscommerce-tutorials-center.html using video tutorials

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.