Actions
Bug #70689
closedIgnore transient class loading info in composer mode
Start date:
2015-10-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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!"
Actions