User tests: Successful: Unsuccessful:
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.
Remove the set of quotes to make the SQL valid again.
Site is working after a successful installation.
Site is not working due to not every table being installed.
None
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Installation |
Labels |
Added:
?
|
Category | SQL Installation | ⇒ | SQL Installation Postgresql |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-13 17:22:56 |
Closed_By | ⇒ | wilsonge |
Thanks!
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.