[TYPO3-german] Fatal error: Class 't3lib_div' not found

Oliver Klee typo3-german-02 at oliverklee.de
Thu Jun 24 11:57:39 CEST 2010


Hi,

Am 24.06.2010 12:45, schrieb Florian Zimmermann:
> bekomme mit PHP 5.3.2 und TYPO3 =>4.3  immer die FM
> Fatal error: Class 't3lib_div' not found in "Extension path"
> sobald ein Object Assignment stattfindet. =& new ClassName.
> z.B typo3conf/ext/gg_xajax/xajax_core/xajax.inc.php on line 360
>  $xuf =& new xajaxUserFunction($xuf);

Das ist ein Bug, denke ich (entweder in PHP, weil der Autoloader dann
nicht aufgerufen wird, oder im TYPO3-Autoloader).

Aber abgesehen davon solltest du in PHP 5 =& bei new nicht mehr benutzen:

$xuf = new xajaxUserFunction($xuf);

Viele Grüße


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-german mailing list