chlankboot
New Member
- Messages
- 6
- Reaction score
- 0
- Points
- 0
Hi all,
Have anyone tried to install french language on phpBB?
When trying i get this error:
Could this be due to the "ç" char within the word "Français"?
I installed spanish and italien with no problem but same problem appeared when trying to install arabic !!
(my php is updated to x10 v2)
Have anyone tried to install french language on phpBB?
When trying i get this error:
Code:
[B]General Error[/B]
SQL ERROR [ mysql4 ]
Incorrect string value: '\xE2\x80\x8E' for column 'lang_english_name' at row 1 [1366]
SQL
INSERT INTO phpbb_lang (lang_iso, lang_dir, lang_english_name, lang_local_name, lang_author) VALUES ('fr', 'fr', 'French (Standard)', 'Français (Standard)', 'Elglobo')
BACKTRACE
[FONT=monospace]
[B]FILE:[/B] includes/db/mysql.php
[B]LINE:[/B] 158
[B]CALL:[/B] dbal->sql_error()
[B]FILE:[/B] includes/acp/acp_language.php
[B]LINE:[/B] 838
[B]CALL:[/B] dbal_mysql->sql_query()
[B]FILE:[/B] includes/functions_module.php
[B]LINE:[/B] 471
[B]CALL:[/B] acp_language->main()
[B]FILE:[/B] adm/index.php
[B]LINE:[/B] 74
[B]CALL:[/B] p_master->load_active()
[/FONT]
Could this be due to the "ç" char within the word "Français"?
I installed spanish and italien with no problem but same problem appeared when trying to install arabic !!
(my php is updated to x10 v2)