Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9885

Default file extension groups not properly updated by database updater.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • None
    • 3.0.8-RC1
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              bantu Andreas Fischer [X] (Inactive)
              bantu Andreas Fischer [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: