XF 1.5 Migrated XenForo Install

Clovis

Member
Licensed customer
Hey guys!

I just migrated my XenForo install to a new server and subdomain and I'm getting error 500.

I've tried rebuilding the master data, I've updated to the latest version, and I can access my ACP but not the front side.

I'm just getting a
Code:
Site is currently unable to handle this request.

HTTP ERROR 500

Here's what shows up in my Apache Error log for the Subdomain:
Code:
[Mon Feb 27 19:13:23.921238 2017] [:error] [pid 3526] [client 172.68.34.64:10809] PHP Fatal error:  Cannot 'break' 2 levels in /var/www/html/<snipped>/library/WidgetFramework/Helper/Index.php on line 90
... - - [27/Feb/2017:19:13:23 -0500] "GET / HTTP/1.1" 500 260 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"

Anyone have any advice or experience with this?

Thank you!
 
Last edited by a moderator:
Your error log shows a fatal error within the Widget Framework. You'll likely need a different version of that.
 
Are you running PHP7 on the new server? That addon breaks on PHP7 unless you are running the latest Beta version direct from his site.
 
Back
Top Bottom