-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
None
-
None
The fix for PHPBB3-7717 has caused some unforeseen issues when using the update package.
Updating database to latest stable release
|
|
Database type :: mysqli
|
Previous version :: 3.0.7-PL1
|
Updated version :: 3.0.8-RC1
|
|
|
Updating database schema
|
|
Progress :: No updates required
|
|
|
Updating data
|
|
Progress ::
|
Notice: Undefined index: EXT_GROUP_ARCHIVES in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1658
|
|
Notice: Undefined index: EXT_GROUP_DOCUMENTS in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1659
|
|
Notice: Undefined index: EXT_GROUP_DOWNLOADABLE_FILES in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1660
|
|
Notice: Undefined index: EXT_GROUP_FLASH_FILES in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1661
|
|
Notice: Undefined index: EXT_GROUP_IMAGES in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1662
|
|
Notice: Undefined index: EXT_GROUP_PLAIN_TEXT in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1663
|
|
Notice: Undefined index: EXT_GROUP_QUICKTIME_MEDIA in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1664
|
|
Notice: Undefined index: EXT_GROUP_REAL_MEDIA in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1665
|
|
Notice: Undefined index: EXT_GROUP_WINDOWS_MEDIA in C:\xampp\htdocs\www\dev.local\3.0.7\install\database_update.php on line 1666
|
. . Done
|
Result :: No errors
|
The problem is that the call to $user->add_lang does include language strings from the board itself, which at the point the database updater is run, is not yet updated with new language strings.
- was caused by solution of
-
PHPBB-7717 Use user's language for standard-extensions-group name
- Unverified Fix