XF 1.1 index.php shows blank page

XenPorta?

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);
 
No, that does not show errors.

But I am using XenPorta, and an old version (1.4.2).
I will upgrade that to the latest to see if that helps.

Thanks, I will update after I upgraded XenPorta
 
Top Bottom