[TYPO3-german] Class 'Tx_Extbase_Utility_Extension' not found / 7.4

Sandra Vieweg sandra.vieweg at yahoo.de
Wed Aug 26 13:33:50 CEST 2015


Hallo, 

ich habe mit Typo3 in der Version 7.4.0 lokal auf Xampp installiert. Nicht die klügste Idee, weil nicht alle Extensions so weit sind, aber vieleicht kann mir jemand helfen, sodass ich um ein Downgrade drum herum komme. :)

Ich wollte die Extension lightboxgallery installieren. Ich weiß, dass sie noch nicht für 7.4 ausgelegt ist, hatte aber gehoft, sie trotzdem zum Laufen zu bekommen. Allerdings erhalte ich nun sowohl im Backend wie auch im Frontend nur noch folgende Fehlermeldung:
Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in S:\xampp\htdocs\typo3\typo3conf\ext\lightboxgallery\ext_localconf.php on line 5

Die entsprechende Datei sieht dabei so aus:
<?php

        if(!defined('TYPO3_MODE')) die ('Access denied.');

        Tx_Extbase_Utility_Extension::configurePlugin(
                $_EXTKEY,
                'gallery',
                array(
                        'Galleries' => 'display'
                ),
                array(

                )
        );

?>

Kann mir jemand verraten, was ich ändern muss, damit es unter 7.4 läuft?

Vielen Dank im Voraus!

LG
Sandra

PS: Ich bin relativer Neuling in Typo3, kenne mich aber etwas mit PHP aus... Ich wäre für eine "Idiotensichere" Erklärung dankbar :D


More information about the TYPO3-german mailing list