XF 1.5 Internal Server Error

SatGuyScott

Active member
My server crashed and my host moved me to a new server, before we were running PHP 5.x and now we are running 7.3.

I needed to upgrade to 1.5.24 and am trying to upgrade.

After it gets past Rebuilding Phrases I get a 500 Error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@mysite.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.

My host has checked the log and there is nothing showing up in the log for this issue.

I can't update the board as it says the board is only accessible in debug mode.

HELP!
 
I am not seeing anything in the xf_error_log. And yes am using UI.X from Themehouse

Tried the following in config.php with no luck.

$config['enableListeners'] = false;

$config['debug'] = true;
 
Top Bottom