[TYPO3-mvc] Repository->findByUid() throws error

Sebastian Kurfürst sebastian at typo3.org
Tue Nov 10 07:02:44 CET 2009


Hi,

my first guess is that the storage PID settings are configured wrongly.

Maybe you need to disable inside your query that the storage pages are
respected.

For that, create a custom method inside your repository, and do a:
$query->getQuerySettings()->setRespectStoragePage(FALSE).

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list