-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment: 4.4.4
Database: 4.1.21
when i convert from phpBB2.X in heberw with iso-8859-8-i encoding to phpBB 3.0.RC2-dev i get the flowing error :
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
[phpBB Debug] PHP Notice: in file /includes/utf/data/recode_basic.php on line 445: strtr() [function.strtr]: The second argument is not an array.
|
Fatal conversion error
|
|
|
Fatal conversion error
|
|
|
functions_phpbb20.php [ 1825 ]
|
|
|
Colliding usernames were found on your old board. In order to complete the conversion please delete or rename these users so that there is only one user on your old board for each clean username.
|
|
|
is the clean username for:
|
» user id: -1 username: (0 posts)
|
» user id: 2 username: (2 posts)
|
the line in that file is:
return strtr(utf8_encode($string), $transform);
|

