Hi,

ich möchte gerne meinen eigenen Exception Handler registrieren.

Mein bisheriger Ansatz ist das ich ihn so registriere:

$TYPO3_CONF_VARS['SYS']['productionExceptionHandler']
='EXT:\Testen\Error\ProductionExceptionHandler';

Doch weder das noch
$TYPO3_CONF_VARS['SYS']['productionExceptionHandler'] =
'EXT:extension:\Testen\Error\ProductionExceptionHandler';

geht.

Der Fehler ist immer das er die Klasse nicht finden kann:

Class 'Testen\Error\ErrorHandler' not found in
/var/www/errbitTypo3/TYPO3.CMS/typo3/sysext/core/Classes/Utility/GeneralUtility.php
on line 4435


Kann mir dabei jemand helfen?


Bis denne, Eike
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an