? Pending

User tests: Successful: Unsuccessful:

avatar roland-d
roland-d
21 Aug 2017

Summary of Changes

The update SQL files have 2 issues:

  1. The file administrator/components/com_admin/sql/updates/mysql/4.0.0-2016-07-03.sql has duplicate single quotes making the SQL invalid
  2. The file administrator/components/com_admin/sql/updates/mysql/4.0.0-2017-04-25.sql is executed after the administrator/components/com_admin/sql/updates/mysql/4.0.0-2017-03-18.sql file. The 2017-03-18 file drops the columns custom_data and system_data so they cannot be altered in the 2017-04-25 file.

Testing Instructions

  1. Install a Joomla 3 website
  2. Execute the SQL queries in the mentioned files and the correct order. You will get database errors.
  3. Apply patch
  4. Install a Joomla 3 website
  5. Execute the SQL queries in the mentioned files and the correct order. There should be no errors

Expected result

Queries are executed as needed.

Actual result

Database errors occur

Documentation Changes Required

None

avatar joomla-cms-bot joomla-cms-bot - change - 21 Aug 2017
Category SQL Administration com_admin
avatar roland-d roland-d - open - 21 Aug 2017
avatar roland-d roland-d - change - 21 Aug 2017
Status New Pending
avatar wilsonge wilsonge - change - 21 Aug 2017
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-08-21 11:52:00
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 21 Aug 2017
avatar wilsonge wilsonge - merge - 21 Aug 2017

Add a Comment

Login with GitHub to post a comment