Bug tracker

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

Call to undefined class utf_normalizer in the upgrade script (fix completed in vcs)

I'm using the automatic upgrade package. I update the database, and when it comes to the step "Cleaning usernames", I have to change the username for one user. When I submit that, I get the following error:

Code: Select all
Notice: Use of undefined constant UTF8_ASCII_RANGE - assumed 'UTF8_ASCII_RANGE' in /home/username/public_html/forum/install/data/new_normalizer.php on line 113

Fatal error: Undefined class name 'utf_normalizer' in /home/username/public_html/forum/install/data/new_normalizer.php on line 192


In install/data/new_normalizer.php, the class utf_normalizer is called. However, includes/utf/utf_normalizer.php (where utf_normalizer is defined) is not included in the upgrade script, thus resulting in new_normalizer.php calls an undefined class.

Comments / History

Edited ticket

Action performed by Amezis on Jan 1st 2008, 17:37

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on Jan 6th 2008, 14:57

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on Jan 6th 2008, 14:57

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

Action performed by Acyd Burn (Server Manager) on Jan 6th 2008, 17:02

Ticket details