White Page

CurseCraft

Active member
I recently had errors on installing Xenforo, so then my host moved me to a diffrent PHP and MYSQL server.

Now when i go to /install there is juat a white page
 
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);

Also check the log:

Admin CP -> Tools -> Server Error Log
 
Top Bottom