Project

General

Profile

Actions

Bug #52885

closed

cache_classes crashes after command line request

Added by Alexander Stehlik over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2013-10-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Steps to reproduce:

  1. Clear the cache
  2. run Scheduler /typo3test/typo3/cli_dispatch.phpsh scheduler
  3. Reload Frontend
  4. 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 Stack

Fatal 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');
#

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #52848: ClassLoader fails when typo3temp is symlinkRejected2013-10-15

Actions
Actions #1

Updated by Gerrit Code Review over 10 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

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #3

Updated by Gerrit Code Review over 10 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #4

Updated by Gerrit Code Review over 10 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #5

Updated by Gerrit Code Review over 10 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #6

Updated by Gerrit Code Review over 10 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #7

Updated by Gerrit Code Review over 10 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #8

Updated by Gerrit Code Review over 10 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24840

Actions #9

Updated by Alexander Stehlik over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF