? Pending

User tests: Successful: Unsuccessful:

avatar MSnoeren1995
MSnoeren1995
13 Jul 2018

Installation of Joomla! fails due to the fact that the extension-row of "plg_system_sessiongc" has 18 parameters instead of 17. It has a set of quotes too much. Removing the quotes makes the SQL valid again and makes Joomla! installable again.

Summary of Changes

Remove the set of quotes to make the SQL valid again.

Testing Instructions

  • Clone the repo and try to install a fresh Joomla.
  • Notice the installation succeeds but the site is not working (database contains 15 tables)
  • Clone the repo again, install this patch, install again
  • Site works!

Expected result

Site is working after a successful installation.

Actual result

Site is not working due to not every table being installed.

Documentation Changes Required

None

avatar MSnoeren1995 MSnoeren1995 - open - 13 Jul 2018
avatar MSnoeren1995 MSnoeren1995 - change - 13 Jul 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jul 2018
Category SQL Installation
avatar wilsonge wilsonge - change - 13 Jul 2018
Labels Added: ?
avatar wilsonge
wilsonge - comment - 13 Jul 2018

We need to remove two sets (used to be custom data and system data from 3.x) and add a string for the namespace at the end. Done that in this PR

Can you make the relevent changes to the postgres file too please.

avatar joomla-cms-bot joomla-cms-bot - change - 13 Jul 2018
Category SQL Installation SQL Installation Postgresql
avatar wilsonge wilsonge - change - 13 Jul 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-07-13 17:22:56
Closed_By wilsonge
avatar wilsonge wilsonge - close - 13 Jul 2018
avatar wilsonge wilsonge - merge - 13 Jul 2018
avatar wilsonge
wilsonge - comment - 13 Jul 2018

Thanks!

Add a Comment

Login with GitHub to post a comment