Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-4805 now.

convert error with Hebrew charts (fix completed in vcs)

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 :

Code: Select all
[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:
Code: Select all
   return strtr(utf8_encode($string), $transform);

Comments / History

Assigned ticket to user "DavidMJ"

Action performed by DavidMJ (Former Team Member) on Jun 6th 2007, 20:34

Changed ticket status from "New" to "Fix completed in CVS"

Action performed by DavidMJ (Former Team Member) on Jun 6th 2007, 20:34

Linked ticket with changeset: r7720

Action performed by DavidMJ (Former Team Member) on Jun 6th 2007, 20:34

Posted by alteron (Translator) on Jun 6th 2007, 21:39

Why is the Status "Fix completed in CVS" if there is no fix in the CVS commit logs?

DavidMJ you can reply and write how you fixed the problem instead of marking the bag as a fixed one and locking it up.

Posted by DavidMJ (Former Team Member) on Jun 7th 2007, 02:20

There was a commit, I guess you just missed it

I had a typo, I forgot a character.

Ticket details

Related SVN changesets