[TYPO3-english] Error message after change core to v7

Jigal van Hemert jigal.van.hemert at typo3.org
Tue Jul 19 23:27:45 CEST 2016


Hi,

On 17/07/2016 22:09, Matrix85 wrote:
> hi,
>
> after i change the core symlink to the typo3_src-7.6.9 i became this
> error message at / typo3/ or /typo3/install:
>
> Fatal error: Class 't3lib_error_ErrorHandler' not found in
> /yyy/test_v7/typo3_src-7.6.9/typo3/sysext/core/Classes/Utility/GeneralUtility.php
> on line 4536
>

That's inside the functions that instantiate new class objects (such as 
GeneralUtility::makeInstance()). If some code requests a class that 
doesn't exist you'll get such an error.

Search in the extensions for this class name and you'll know what to adjust.

This seems to be a (rare) case where the Install Tool can't catch the 
error and lead you to a screen where you can uninstall (disable) the 
affected extension. Will you let us know if you found the extension and 
in which file the problematic call was?

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list