Bug #81146
closedException when updating extension list from empty tables
100%
Description
I emptied both extensionmanager database tables because I felt that something was corrupt. Now I cannot update the extension list anymore.
Tables emptied: tx_extensionmanager_domain_model_extension
and tx_extensionmanager_domain_model_repository
.
When trying to update via the backend, I get a warning with HTML in it - see the screenshot.
When updating via a scheduler task, I get:
Oops, an error occurred: Call to a member function getUid() on null
This happens with TYPO3 7.6.15.
Files
Updated by Christian Weiske over 7 years ago
The solution is to manually execute the SQL INSERT statement in typo3_src/typo3/sysext/extensionmanager/ext_tables_static+adt.sql
, but that should not be required. It simply should not crash.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53482
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53536
Updated by Markus Hölzle over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 45def4a7cc7601e6138b34fba8fe813102d5dfd5.