Bug #52885
closedcache_classes crashes after command line request
100%
Description
Steps to reproduce:
- Clear the cache
- run Scheduler
/typo3test/typo3/cli_dispatch.phpsh scheduler
- Reload Frontend
- See the error:
Warning: require_once(/typo3temp/Cache/Code/cache_classes/MediaWizardProviderManager.php): failed to open stream: No such file or directory in /typo3test/typo3temp/Cache/Code/cache_classes/typo3_cms_frontend_mediawizard_mediawizardprovidermanager.php on line 2
Call StackFatal error: require_once(): Failed opening required '/typo3temp/Cache/Code/cache_classes/MediaWizardProviderManager.php' (include_path='/var/www/localdev/typo3test/typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') in /typo3temp/Cache/Code/cache_classes/typo3_cms_frontend_mediawizard_mediawizardprovidermanager.php on line 2
This is the content of the cache file:
<?php require_once __DIR__ . '/MediaWizardProviderManager.php'; $classLoader = \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->getEarlyInstance('TYPO3\CMS\Core\Core\ClassLoader'); $classLoader->setAliasForClassName('tslib_mediawizardmanager', 'TYPO3\CMS\Frontend\MediaWizard\MediaWizardProviderManager'); #
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Gerrit Code Review about 11 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840
Updated by Alexander Stehlik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8d77b6c2eef8b206dbceff7d395c3e398b0fd98e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed