My Fantastico-Installed
Phpbb 3.0.4 does not accept Thai language inputs .
the Thai Language pack (obtained from phpbbthailand dot com) installation worked OK and the front page of my site shows up in thai.
Thai looks something like this : not sure if you can see it : " ไม่มีผู้ใช้งานที่เป็นสมาชิก "
My issue:
I cannot submit any text to the database that's in thai .
If I set up a new forum and name it using thai characters , or try to post a new topic and use thai characters I get the following error :
General Error
SQL ERROR [ mysql4 ]
Incorrect string value: '\xE0\xB9\x84\xE0\xB8\xA1...' for column 'forum_name' at row 1 [1366]
SQL
INSERT INTO phpbb_forums (parent_id, forum_type, forum_status, forum_parents, forum_name, forum_link, forum_desc, forum_desc_uid, forum_desc_options, forum_desc_bitfield, forum_rules, forum_rules_uid, forum_rules_options, forum_rules_bitfield, forum_rules_link, forum_image, forum_style, display_subforum_list, display_on_index, forum_topics_per_page, enable_indexing, enable_icons, enable_prune, prune_days, prune_viewed, prune_freq, forum_flags, left_id, right_id) VALUES (3, 1, 0, '', 'ไม่มีผู้ใช้งานที่เป็นสมาชิก', '', '', '', 7, '', '', '', 7, '', '', '', 0, 1, 0, 0, 1, 0, 0, 7, 7, 1, 32, '4', 5)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_forums.php
LINE: 1031
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_forums.php
LINE: 179
CALL: acp_forums->update_forum_data()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_forums->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
the folks at phpbbthailand dot com dont know.
I think it's more of a database issue than a script issue - maybe some language setting somewhere .
Please help .
Thanks.