[TYPO3-mvc] Easy query results in Error 500

Stefan Frömken firma at sfroemken.de
Wed Nov 16 11:43:57 CET 2011


Am 16.11.2011 11:12, schrieb Stefan Frömken:
> Hello MVC-List,
>
> I have a very simple Query:
>
> $query = $this->createQuery();
> $query->setQuerySettings($query->getQuerySettings()->setRespectStoragePage(FALSE));
>
> $query->matching($query->equals('pid', $uid))->execute();
>
> and there are no problem within LIVE-Workspace.
>
> But when I'm in a workspace I got an error 500. On my local DEV-System
> my Firefox crashes after 30-40 seconds.
>
> And ideas how/where to debug this?!
>
> We are working with TYPO3 4.5.7
>
> Stefan

Sorry...execute() is not the problem. In my queryResult are 5 normal 
records but the 6th is an "INITIAL PLACEHOLDER". Maybe this record 
crashes my query. I'll test it.


More information about the TYPO3-project-typo3v4mvc mailing list