XF 2.1 Cannot setup styles

AngelArs

Active member
I have a new install and was trying to setup my logo. When I was in Styles > Header and navigation I went to click on save and received the error shown below. I turned off all add-ons and the error still shows.

No other types of error messages are shown in browser. I checked and I get the same "Oops we ran into some problems" error even with the default style. I cannot make any changes in the Styles section.

What should I check to fix this?


View attachment 216241
 
Last edited:
No I meant on the front page of your admin page.

server-errors.webp

Right at the very top, if Xenforo is finding server errors there will be a notice there which you can click on to get more information.
 
Code:
InvalidArgumentException: Accessed unknown getter 'node_background' on XF:Node[17] src/XF/Mvc/Entity/Entity.php:194
Generated by: Site Admin Jan 8, 2020 at 3:58 AM
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(106): XF\Mvc\Entity\Entity->get('node_background')
#1 internal_data/code_cache/templates/l1/s2/public/node_list_forum.php(240): XF\Mvc\Entity\Entity->offsetGet('node_background')
#2 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#3 internal_data/code_cache/templates/l1/s2/public/node_list_forum.php(43): XF\Template\Templater->callMacro('node_list_forum', 'forum', Array, Array)
#4 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#5 internal_data/code_cache/templates/l1/s2/public/forum_list.php(24): XF\Template\Templater->callMacro('node_list_forum', 'depth2', Array, Array)
#6 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#7 internal_data/code_cache/templates/l1/s2/public/forum_list.php(58): XF\Template\Templater->callMacro('forum_list', 'node_list_entry', Array, Array)
#8 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#9 internal_data/code_cache/templates/l1/s2/public/node_list_category.php(59): XF\Template\Templater->callMacro('forum_list', 'node_list', Array, Array)
#10 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#11 internal_data/code_cache/templates/l1/s2/public/forum_list.php(24): XF\Template\Templater->callMacro('node_list_categ...', 'depth1', Array, Array)
#12 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#13 internal_data/code_cache/templates/l1/s2/public/forum_list.php(58): XF\Template\Templater->callMacro('forum_list', 'node_list_entry', Array, Array)
#14 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, Array)
#15 internal_data/code_cache/templates/l1/s2/public/forum_list.php(210): XF\Template\Templater->callMacro('forum_list', 'node_list', Array, Array)
#16 src/XF/Template/Templater.php(1315): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array)
#17 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('forum_list', Array)
#18 src/XF/Mvc/Renderer/Html.php(48): XF\Template\Template->render()
#19 src/XF/Mvc/Dispatcher.php(458): XF\Mvc\Renderer\Html->renderView('XF:Forum\\Listin...', 'public:forum_li...', Array)
#20 src/XF/Mvc/Dispatcher.php(440): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#21 src/XF/Mvc/Dispatcher.php(400): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#22 src/XF/Mvc/Dispatcher.php(58): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#23 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#24 src/XF.php(391): XF\App->run()
#25 index.php(20): XF::runApp('XF\\Pub\\App')
#26 {main}
 
Today I completed deleted the entire forum and started from scratch again.

Uploaded all the new files and tested all the functions on the forum.

Everything ran perfectly as you'd expect Xenforo to.

No add-ons installed. Uploaded and installed Xmagazine theme from DohTheme.

BINGO! Same server errors as before magically reappeared :(

Deleted Xmagazine theme from DohTheme. Errors all go away.

DohTheme has been contacted.

But wait, this is where it gets really weird... It seems that I have TWO issues, and the "Oops" error message (in style properties) and the server error message are NOT related.

I uninstalled the Xmagazine theme (running just the default theme)... No server errors BUT I still get the "Oops" error in the style properties section of the ACP.

Here is the error as shown in the browser console;

style error.webp

Any and all help appreciated.
 
Last edited:
Back
Top Bottom