Bug #42616
closedInstall new system extensions during upgrade process fails
100%
Description
If you try to update your system from 4.7 to current master the second step "Install System Extensions" fails because of missing extensionmanager tables. So we have to push up the initialisation process from EM and adopt it to include ext_tables.sql as well (at the moment only the file ext_tables_static+adt.sql is executed).
Updated by Nicole Cordes about 12 years ago
This is the error
Uncaught TYPO3 Exception
#1247602160: Table 'typo3_update.tx_extensionmanager_domain_model_extension' doesn't exist: SELECT tx_extensionmanager_domain_model_extension.* FROM tx_extensionmanager_domain_model_extension WHERE ((tx_extensionmanager_domain_model_extension.extension_key = 'recycler' AND tx_extensionmanager_domain_model_extension.version = '1.2.0') AND tx_extensionmanager_domain_model_extension.review_state >= '0') LIMIT 1
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16153
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16153
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16153
Updated by Nicole Cordes almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 588fc9181e4c0e1aba4d79d448867ef0a460a540.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed