XF 1.2 The board is currently being upgraded. Please check back later.

This error pops up when your files do not match the version in the database. What version did you install? Have you uploaded new files post-install?
 
There's actually another error occurring, but we're covering it up with a nice error message. I've just tweaked some of this code for another reason, so hopefully this is easy enough to do.

In library/XenForo/Error.php, look for this line:

Code:
if ($upgradePending)

Change it to:
Code:
if ($upgradePending && false)

Do you get a different error now?
 
Top Bottom