Actions
Bug #28187
closedClear autoloader cache if dbal is loaded in 1-2-3
Status:
Closed
Priority:
Must have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2011-07-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The 1-2-3 install tool loads the dbal extension on demand if some php extensions like pdo are loaded. It adds dbal to extList and forces a reload. The core autoloader creates a cache entry depending on the current loaded extensions. So the cache must be cleared before redirect to force a recalculation of the autoloader class list. This prevents a fatal error 'class tx_dbal_querycache not found' during install.
Actions