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

Dawid Pacholczyk dpacholczyk at gmail.com
Thu Jan 20 09:21:18 CET 2011


W dniu 2011-01-19 21:16, Franz Koch pisze:
> 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}
> }
> }
>

I`ve set ts like in your example, also the storagePid

Nothing happend and again it was fresh new extension. So what is going 
on ? 1:1 and 1:n relations works fine :/

Best regards,
dawid Pacholczyk


More information about the TYPO3-project-typo3v4mvc mailing list