jack 救命,救命!!!

Zen Cart的安装、设置、升级讨论和使用技巧交流

版主: 赞拓拓, shaning, 美拓拓

jack 救命,救命!!!

帖子myray » 2010-07-20 19:55

安装过程中填写好后数据库执行安装时提示



Installation In Progress...

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
1406 Data too long for column 'configuration_value' at row 1
in:
[INSERT INTO phpeshop_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Convert currencies for Text emails', 'CURRENCIES_TRANSLATIONS', '£,?€,€', 'What currency conversions do you need for Text emails?
Default = £,?€,€', 12, 120, NULL, '2003-11-21 00:00:00', NULL, 'zen_cfg_textarea_small(');]

我的程序是英文版的!

这是什么原因呢?该怎么处理!!!请详解,本人菜鸟
myray
初来乍到
初来乍到
 
帖子: 2
注册: 2010-07-20 19:27
QQ 帐号: 81727899

Re: jack 救命,救命!!!

帖子Jack » 2010-07-28 7:32

装中文版哦
头像
Jack
论坛版主
论坛版主
 
帖子: 11602
注册: 2004-12-16 10:04

Re: jack 救命,救命!!!

帖子myray » 2010-07-31 17:29

我要是用中文版的,早就安装好了!!!
myray
初来乍到
初来乍到
 
帖子: 2
注册: 2010-07-20 19:27
QQ 帐号: 81727899

Re: jack 救命,救命!!!

帖子asskate » 2010-07-31 19:05

出现1366 Incorrect string value: '\xA3:&eur...' for column 'configuration_value' at row 1 in:

找到/zc_install/sql/mysql_zencart.sql 文件 打开它
然后找到 (在第2370行)
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Convert currencies for Text emails', 'CURRENCIES_TRANSLATIONS', '£,£:??, 'What currency conversions do you need for Text emails?
Default = £,£:€,?, 12, 120, NULL, '2003-11-21 00:00:00', NULL, 'zen_cfg_textarea_small(');
并改为:
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Convert currencies for Text emails', 'CURRENCIES_TRANSLATIONS', '', 'What currency conversions do you need for Text emails?
Default = ', 12, 120, NULL, '2003-11-21 00:00:00', NULL, 'zen_cfg_textarea_small(');

就可以了
如果还有其他问题 加这个qq 860814857
asskate
普通会员
普通会员
 
帖子: 23
注册: 2010-07-20 10:27
QQ 帐号: 860814857


回到 安装设置

 


  • 相关话题
    回复总数
    阅读次数
    最新文章

在线用户

正在浏览此版面的用户:没有注册用户 和 8 位游客