关于OsCommerce安装到第二步失败 ,OsCommerce使用视频教程

OsCommerce 现在的最新版本是OSC 2.2 rc2a    安装的时候

php.ini配置文件里把这句改成:
register_globals=on

但是如果是OsCommerce 2.2 版本安装到第二步就没静了    我在网上查了半天 没有找到结果   后来在美国的一个卖OsCommerce模版网站   问在线客服找到了答案:

“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

php.ini配置文件里把这句改成:
register_long_arrays=on

 

如果:安装oscommerce到第三步的时候提示上面的错误,
SQL file does not exist: /install/oscommerce.sql

解决方法:

QL file does not exist: /install/oscommerce.sql
First of all, you should 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';

 

测试网站:www.8two.cn/osc2

OsCommerce使用视频教程http://www.oscommerce-template-easy.com/oscommerce-tutorials-center.html

你可能感兴趣的:(html,sql,PHP)