XF 1.5 Blank page @ Update

Tott3

Active member
Hi, I'm trying to update my Xenforo install. I've uploaded all the files (1.5.5) and when I head to domain.net/install all I'm getting is a blank page for some reason. What's wrong?
 
Add this to the library/config.php file:
Code:
$config['checkVersion'] = false;


That will disable the automatic upgrade script.

Are you then able to log in to the ACP?
Do you see any error log entries?
 
Top Bottom