Hallo Liste

 

Ich bin gerade dabei eine Seite Richtung 6.0 zu updaten. Dabei erscheint im
Frontend auf einer Seite die Meldung:

The default controller for extension "EnzTeaserlist" and plugin "Pi1" can
not be determined

Die Extension ist von mir. Was ist zu tun? Eine Suche in anderen Extensions
brachte mich nicht weiter.

Meine ext_localconf ist wie folgt:

 

<?php

if (!defined ('TYPO3_MODE')) {

                die ('Access denied.');

}

 

Tx_Extbase_Utility_Extension::configurePlugin(

                $_EXTKEY,

                'Pi1',

                array(

                               'Hotellist' => 'list, listaz, showitem,
search, tomasform, tportalform'

                ),

                array(

                               'Hotellist' => '',

                )

);

 

?>

 

Danke

Johannes

 

_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an