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

Philipp Wrann philippwrann at gmail.com
Wed Oct 29 08:23:30 CET 2014


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.


More information about the TYPO3-project-typo3v4mvc mailing list