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.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I7ec560e8639b3e95ec78739fde049d508f3e3d29 has been pushed to the review server.
It is available at http://review.typo3.org/3319
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Resolved
- Assignee set to Christian Kuhn
- % Done changed from 0 to 100
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core
- Target version deleted (
1.3.0 (TYPO3 4.6.0))
Actions