[TYPO3-ttnews] tx_news - no entry for show latest
Georg Ringer
typo3 at ringerge.org
Tue Jul 9 07:30:36 CEST 2013
Hi,
I have now found the problem of the issue.
The error is always thrown on a detail page without a news in the request.
this has been solved in the 2.2.0 release and in the git master for a while.
so do an upgrade or edit the Tx_News_Controller_NewsController and
search for "$this->request->getArgument('news');"
this needs to be encapsulated in an additional check at
$this->request->hasArgument('news')
Georg
More information about the TYPO3-project-tt-news
mailing list