[TYPO3-mvc] TYPO3 renders blank page *sometimes*
Chris Wolff - AERTiCKET AG
cwolff at aer.de
Wed Oct 29 09:15:22 CET 2014
Also the PHP error log is usually helpfull.
The white page is normally a sign of an error. It might also that a Ressource is depleted like "out of memory" or "max execution" time is hit.
Regards chris
-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org [mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von Philipp Wrann
Gesendet: Mittwoch, 29. Oktober 2014 08:24
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] TYPO3 renders blank page *sometimes*
The empty page most likely indicates a php fatal error.
have a look at your servers error log. I guess you have some kind of typo error, nothing too dramatic.
On LAMP systems you can find your default error log in /var/log/apache2/error.log make a tail on that file after you receive the error.
You can also have a specific error log set up for that project, look it up in your vhost config.
On XAMPP you can find the logs in apache/logs.
If your machine is not in production state set [SYS][displayErrors] to 1 and systemLogLevel to 2, then you may see the error instead of the blank page in your website.
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list