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

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


Hey Dawid,

> $records = $this->recordRepository->findAll(); <-- didn`t help. I
> receive empty array
>
> fluid version is the same as in typo3 4.5 beta4 version
>
> about the pid. yes I did but maybe i did it wrong. I did it like that
>
> plugin.tx_myext.persistence.storagePid = 2

you said that you get this error for a Be module - do you have any TS 
configuration for that module? Modules can have their own configuration 
name space:

module.tx_yourext {
	settings < plugin.tx_yourext.settings
	persistence < plugin.tx_yourext.persistence
	view < plugin.tx_yourext.view
	view {
		templateRootPath = {$module.tx_yourext.view.templateRootPath}
		partialRootPath = {$module.tx_yourext.view.partialRootPath}
		layoutRootPath = {$module.tx_yourext.view.layoutRootPath}
	}
}

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list