Actions
Bug #81468
closedDump class loading information after extension installation
Start date:
2017-06-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given:
An installation without composer which should be upgraded. During upgrade wizards the installation of compatiblity6 is chosen.
Expected:
The extension is installed and upgrade can be performed afterwards.
Actual:
An exception is thrown "$hookObject \TYPO3\CMS\Compatibility6\Hooks\ExtTablesPostProcessing\TcaMigration must implement interface TYPO3\\CMS\\Core\\Database\\TableConfigurationPostProcessingHookInterface".
The exception is thrown because \TYPO3\CMS\Compatibility6\Hooks\ExtTablesPostProcessing\TcaMigration cannot be resolved due to missing autoload information.
Actions