[TYPO3-news] [TYPO3-project-news] Detailspage doesn't work

Bjoern Engelhardt engelhardt at audimax.de
Tue Sep 12 11:38:01 CEST 2017


Hello,

if i try to implement the detailspage of tx_news i always get the following error "The news record is not available anymore.". I have two test articles with the current date and no archive date set. The list view works like expected ... any hint or help would be appreciated.

TS-Config:

lib.news = USER
lib.news {
  userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
  extensionName = News
  pluginName = Pi1
  vendorName = GeorgRinger

  switchableControllerActions {
        News {
          1 = list
        }
  }

  settings < plugin.tx_news.settings
  settings {
        //categories = 49
        limit = 10
        detailPid = 38
        overrideFlexformSettingsIfEmpty := addToList(detailPid)
        startingpoint = 69
  }
}

Thank you


More information about the TYPO3-project-news mailing list