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

Dawid Pacholczyk dpacholczyk at gmail.com
Wed Jan 19 21:31:03 CET 2011


On 19.01.2011 21:16, Franz Koch wrote:
> 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}
> }
> }
>

As I said. It was fresh extension.

I didn`t set anything BUT I had simillar problem with extension with 
configuration. It was basic config of few variables that I used in code 
so I don`t think this is a problem. But I`ll double check it


More information about the TYPO3-project-typo3v4mvc mailing list