[TYPO3-mvc] Strange warning "You should never see it"

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Jan 19 12:35:44 CET 2011


Hey,

> But where to look. As I said I didn`t change anything. The code looks
> like this
>
> /**
> * Displays all Records
> *
> * @return string The rendered list view
> */
> public function listAction() {
> $records = $this->recordRepository->findAll();
> $this->view->assign('records', $records);
> }
>
> The template is also a standard one. simple foreach to display every object
>
> Maybe relation m:n is forcing diffrent way to fetch it ?

no - it has nothing to do with m:n relations or alike.
I could imagine that your FLUID version is not up to date. Did you check 
if there's a old local version of FLUID installed? Also is your template 
using the <f:for> viewHelper or probably a custom implementation?

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list