OS: Debian 7.x (Linux ipb 3.2.0-6-amd64)
MySQL: 5.5.60
PHP:5.4.45
phpBB: 3.0.12
IPB: 3.4.6
I read these this topic, and also dicuss here.
After fresh installed phpBB 3.0.12 and converted from IPB 3.4.6, I got no error during the process.
But my remaining issue is:
The phpbb_users only have 780 Rows converted from IPB 3.4.6 ibf_members that have 1725 Rows.
Not whole ipb members Rows converted to phpBB users.
I check my phpBB and ipb database,the name that converted not successfully included Chinese and English name.
And i also disable these codes of functions_ipb34.php.
Code: Select all
//$drop_sql = 'DROP TABLE ' . USERCONV_TABLE;
//$db->sql_query($drop_sql);
How to check and edit convertor's code, Please give me a hint.
Thanks.