[TYPO3-german] tx_news wirft Backend-Exception

Dirk Ho dirk_studivz at web.de
Thu Feb 12 21:18:04 CET 2015


Hallo zusammen,

wenn ich im Menü auf "News" gehe und dann den News-Ordner anwähle 
bekomme ich folgende Fehlermeldung:

The technical reason is: No template was found. View could not be 
resolved for action "index" in class 
"Tx_News_Controller_AdministrationController".

Google macht mich leider auch nicht schlauer. Ich befürchte, dass das 
kam, nachdem ich auf 3.1.0-dev geupdatet habe.

Wenn ich folgende Konfiguration aus meinem TypoScript-Template entferne:

# KONSTANTEN
plugin.tx_news {
   view {
     # Variablen leeren, damit sie durch die Setup-Konfiguration 
überschrieben werden können
     templateRootPath >
     partialRootPath >
     layoutRootPath >
   }
}

# SETUP
# News-Templates
plugin.tx_news {
   view {
     templateRootPaths {
       0 = EXT:news/Resources/Private/Templates/
       1 = fileadmin/_layout/tmpl/news/Templates/
     }
     partialRootPaths {
       0 = EXT:news/Resources/Private/Partials/
       1 = fileadmin/_layout/tmpl/news/Partials/
     }
     layoutRootPaths {
       0 = EXT:news/Resources/Private/Layouts/
       #1 = fileadmin/_layout/tmpl/news/Layouts/
     }
   }
   settings {
     # Verhindert, dass dummy bilder gezeigt werden, wenn keine mit der 
News verknüpft sind
     displayDummyIfNoMedia = 0
     detail {
       showSocialShareButtons = 0
     }
   }
}

dann ist die Ansicht im Backend wieder da. was mache ich denn bitte 
falsch bzw. was hat sich da zur stable Version geändert?

Vielen Dank und viele Grüße,

Dirk


More information about the TYPO3-german mailing list