Bug #70689
closedIgnore transient class loading info in composer mode
100%
Description
In composer mode, we must not register class loading information
on extension activation. It could make the extension work
for one request, but then fail in following requests, if
the class loading information is not properly provided by the extension
or the extension was not installed via composer.
Steps to reproduce:
Install TYPO3 and news via composer and activate news in extension manager.
It fails with the message "#1439228111: Cannot set an alias map as the alias loader is not registered!"
Updated by Gerrit Code Review about 9 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 http://review.typo3.org/44057
Updated by Helmut Hummel about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 36176a9e7f29b32e939cae100485c3d942afb070.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Resolved 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 http://review.typo3.org/44091
Updated by Markus Klein about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset addcd23d2d4c384a5d86e2ab576bab5803fe2148.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed