[TYPO3-mvc] TYPO3 renders blank page *sometimes*

Marcus Budzyn marcus at budzyn.de
Wed Oct 29 19:33:30 CET 2014


Guys, we solved it :)

[29-Oct-2014 19:18:29 Europe/Berlin] PHP Fatal error:  Out of memory (allocated 376176640) (tried to allocate 261900 bytes) in /kunden/240107_707ournament_Eco_5ffc2af18c06d51ea67e6178d958ed80cd5951c6.php _Tournament_partial_Toournament_Eco_5ffc2af18   

One of my partials was too large and that obviously required more memory than available.
(The partial consists of (generated by a script) 1500 lines whichs maps so called ECO codes to english text, e. g.:

<f:if condition="{eco}=='E99'">
  Königsindisch (Klassisches System)
</f:if>

I opened the temporary php file mentioned in the error log and could see that it was related to the ECO partial.

Lesson learnt: Guess I should use a mapping table instead.

Thanks a lot :)



More information about the TYPO3-project-typo3v4mvc mailing list