Hello
I'm using phpbb 3.0.7-PL1 on Windows 2003 server.
I tried to install a second language.
But when I go to the ACP, select "System" tab and click "language packs",
I get the error below.
I tried to repair user table (as suggested in some posts)
but MySQL says the database engine does not support repairs.
Phpbb works, but I cannot install the new language.
What can I do ?
Thanks
Omar
SQL ERROR [ mysql4 ]
Duplicate entry 'en' for key 1 [1062]
SQL
SELECT user_lang, COUNT(user_lang) AS lang_count FROM users GROUP BY user_lang
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_language.php
LINE: 1081
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_language->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()