1 cidea Jun 21, 2005 07:17
3 kkkd Jul 18, 2005 05:05
I also have this problem.
My settle way :edit the blog_locale table in your mysql database.
4 ymeng Aug 31, 2005 22:08
kkkd wrote:
I also have this problem.
My settle way :edit the blog_locale table in your mysql database.
Can you elaborate? I went to the table, and have no clue what I should do?
5 leeall Oct 10, 2005 11:22
ymeng wrote:
Can you elaborate? I went to the table, and have no clue what I should do?
i meet this problem too.
when i was modifying the bloger's info ->General ->General parameters ->Main Locale: when i select "Chinese(s) gb2312 (CN)" and "save" , occur the problem:
Updating Blog [LEEALL]...
Warning: xml_parser_create(): unsupported source encoding "gb2312" in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 46
Warning: xml_set_object(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 51
Warning: xml_set_element_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 54
Warning: xml_set_character_data_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 56
Warning: xml_set_default_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 58
Warning: xml_set_external_entity_ref_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 59
Warning: xml_set_unparsed_entity_decl_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 60
Warning: xml_parser_set_option(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 62
Warning: xml_parse(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 96
Warning: xml_get_error_code(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 98
Warning: xml_get_current_byte_index(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 106
Warning: xml_parser_create(): unsupported source encoding "gb2312" in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 46
Warning: xml_set_object(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 51
Warning: xml_set_element_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 54
Warning: xml_set_character_data_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 56
Warning: xml_set_default_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 58
Warning: xml_set_external_entity_ref_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 59
Warning: xml_set_unparsed_entity_decl_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 60
Warning: xml_parser_set_option(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 62
Warning: xml_parse(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 96
Warning: xml_get_error_code(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 98
Warning: xml_get_current_byte_index(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 106
Warning: xml_parser_create(): unsupported source encoding "gb2312" in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 46
Warning: xml_set_object(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 51
Warning: xml_set_element_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 54
Warning: xml_set_character_data_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 56
Warning: xml_set_default_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 58
Warning: xml_set_external_entity_ref_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 59
Warning: xml_set_unparsed_entity_decl_handler(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 60
Warning: xml_parser_set_option(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 62
Warning: xml_parse(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 96
Warning: xml_get_error_code(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 98
Warning: xml_get_current_byte_index(): supplied argument is not a valid XML Parser resource in /www/users/leeall.net/b2evocore/_class_htmlchecker.php on line 106
无法更新,请修改这次错误:
Parser error: near <?xml version="1.0"
Parser error: near <?xml version="1.0"
Parser error: near <?xml version="1.0"
when i select another,i can work. but it can display Chinese(gb2312).
what can i do ?
thanks a lot!
6 leeall Oct 10, 2005 11:52
maybe we can :
modify the database directly. :(
UPDATE evo_blogs SET blog_locale="zh-CN" WHERE blog_shortname="YOUR NAME";
but i think it a bad way. 8|
7 zhous Oct 28, 2005 17:50
LEEALL wrote:
maybe we can :
modify the database directly. :(
UPDATE evo_blogs SET blog_locale="zh-CN" WHERE blog_shortname="YOUR NAME";
but i think it a bad way. 8|
yes, you have to get into the database and modify the data in the table evo_locales.
And there is a 100% translated simplified_Chinese file, you can download here:
http://developer.joomla.org/sf/frs/do/downloadFile/projects.simplified_chinese/frs.b2evolution_simplified_chinese_g.b2evolution_gb2312_simplified_ch/frs2126?dl=1
need help....