XF 1.2 Blank Page When Rebuilding Templates

How are you rebuilding templates exactly? It's normally only triggered by other things (and generally with other things).
 
A blank page is often a suppressed error. Try adding this line to your library/config.php file to see if that reveals any specific error message on the blank page:

Code:
ini_set('display_errors', true);
 
This has just happened to me - for my forum page only. It happened directly after adding the 'Who has visited in last 24hrs' addon. Even after uninstall still get the same issue, with no server errors. I have added the line in this thread to try and see if I can get a view of the error but no luck.

Only the forum page throws a blank...
 
Very strange - a blank index.html page was installed on my root somehow???
Deleted it and it is fine now. This was a new issue today and not part of an install of xenforo but must have happened when istalling an addon... It happened directly after installing 'Who has visited in the last 24hrs':confused:
 
Top Bottom