Project

General

Profile

Actions

Bug #36234

closed

Uncaught TYPO3 Exception: Class t3lib_FlashMessage does not exist

Added by Ulfried Herrmann about 12 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2012-04-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If 'displayErrors' is set to 1 in Install Tool a PHP notice may lead to an Uncaught TYPO3 Exception:

Uncaught TYPO3 Exception
Class t3lib_FlashMessage does not exist
ReflectionException thrown in file
/www/htdocs/xxx/typo3_src-4.7.0rc1/t3lib/class.t3lib_div.php in line 4844.

30 ReflectionClass::__construct("t3lib_FlashMessage")
  /www/htdocs/xxx/typo3_src-4.7.0rc1/t3lib/class.t3lib_div.php:
    04842:    array_shift($constructorArguments);
    04843:
    04844:    $reflectedClass = new ReflectionClass($finalClassName);
    04845:    $instance = $reflectedClass->newInstanceArgs($constructorArguments);
    04846:   } else {

29 t3lib_div::makeInstance("t3lib_FlashMessage", "PHP : Assigning the return value of new by referen…
    ...

This behaviour also occurs in TYPO3 version 4.7.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23444: t3lib_error_Exception not available in some casesClosedSteffen Kamper2010-08-24

Actions
Actions

Also available in: Atom PDF