[Typo3] Frontend stays white after switch to PHP5

Robert Fink robert.fink at gmx.net
Sat Nov 26 12:09:10 CET 2005


Hi Thorsten!

> I'm experiencing a strange effect after switching to PHP5 on my server: 
> the frontends of all TYPO3 sites stay white. There's no more output than 
> <html><body></body></html>...?
> 
> All backends are there though without problems or any strange behaviour. 
> Maybe I'm blind or have forgotten something essential... If anyone has 
> ever had some similar effect i would be glad for some tips :)

Check your /var/log/apache2|httpd|whatever/error.log file for PHP debug 
output. PHP5 forbids some constructs that PHP4 allowed (for example array 
syntax, declaring variables more than once, ...). I'm quite sure that you 
have 1+ frontend-plugin installed that does comply with these rules.

lg, r.




More information about the TYPO3-english mailing list