[TYPO3-mvc] Setting storagePID doesn´t work

Basti Baumann donillo at gmail.com
Mon Jul 24 17:05:54 CEST 2017


Hi Guys,

I´ve created a new extension with extension builder. 

With the standard list acttion there is no output:

        $partners = $this->partnerRepository->findAll();		
		$this->view->assign('partners', $partners);

The problem is that the storagePID is not set, although I set the pid in constants (and directly in the extension setup.ts).
After debugging i recognized that TYPO3 uses only 0 as pid, so no output is generated.

Any hints to solve this problem?

Kind regards
Basti


More information about the TYPO3-project-typo3v4mvc mailing list