[TYPO3-german] The default controller for extension and plugin "Pi1" can not be determined unter typo3 6.0

Johannes C. Schulz - EnzephaloN IT-Solutions info at enzephalon.de
Mon Jan 28 08:12:10 CET 2013


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

 



More information about the TYPO3-german mailing list