XF 2.0 No Forums Will Open, Fatal Error

BigPete7978

Active member
So I recently upgraded to a new ThemeHouse theme and added in their XenForo/Wordpress connection. Now when I click on any forum from the forum list I get the following error:

Code:
ErrorException: Fatal Error: Unsupported operand types
internal_data/code_cache/templates/l1/s21/public/forum_view.php:45
Generated by: BigPete7978
Dec 27, 2018 at 1:25 PM
Stack trace

#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state

array(4) {
["url"] => string(38) "/index.php?forums/rules-information.2/"
["referrer"] => bool(false)
["_GET"] => array(1) {
["forums/rules-information_2/"] => string(0) ""
}
["_POST"] => array(0) {
}
}

Any ideas? I am currently running XF 2.0.9, and downloaded the most recent ThemeHouse UI.X 2 Dark, and most recent XPress
 
Is the style you installed compatible with XF 2.0.9?

You should check with the style author (you may need to downgrade the style, or upgrade XF to the latest stable release).
 
Figured it out. It was because I manually installed the style, rather than the auto install. So yes the wrong version of the style was selected, so it was incompatible.
 
Hmm... I had the exact same problem today! I installed an upgrade to a themehouse style last night - automatically, not manually. I thought everything was fine, then this morning I found out I can't see any forum. Can see the forum index but not the forum. I get a 505 error referencing the forum_view.php file.

Apparently the style is a version ahead of the xenforo version we have installed right now. I think we have 2.10. I'm relatively new to XF and don't know how to downgrade the style - or how to check which version of XF we're running exactly. Any help would be appreciated!
 
Upgrading XF to the latest version is the best option.

Failing that, you may need to contact the style author to see if they have a procedure for downgrading - it may mean uninstalling the existing style and reinstalling a lower version (which would likely result in a loss of any customisation).
 
Thanks guys. One question since I'm so new to XF... how do I upgrade XF? It's my understanding that this version I'm on, 2.0.10 (I confirmed) has to be done manually? But from the current version on it can be done automatically through the admin area? Am I right on that? Thanks!
 
Thanks guys. One question since I'm so new to XF... how do I upgrade XF? It's my understanding that this version I'm on, 2.0.10 (I confirmed) has to be done manually? But from the current version on it can be done automatically through the admin area? Am I right on that? Thanks!
2.1 does support upgrading from the control panel, depending on server configuration. But yes, in 2.0 you need to upload the files manually. See the process in the manual:

 
Back
Top Bottom