[object Object] appearing at bottom of front page?
-
Hi there!
I'm trying to upgrade our NodeBB server to v0.5.5, and I've managed to install the update (even linking to Solr - nice)!
One strange issue I encountered: the very bottom of our front page has the words:
[object Object]
I assume this is an issue with the theme (I'm using lavender). I vaguely remember seeing something like this appear in the past, but it doesn't appear on our production v0.4.3 deployment.
Have you encountered this before? Is there a known solution?
Thanks!
-
Thanks for asking! Here's what I get:
127.0.0.1:6379> hgetall widgets:global 1) "footer" 2) "[{\"widget\":\"html\",\"data\":{\"html\":\"<footer id=\\\"footer\\\" class=\\\"container footer\\\">\\r\\n\\t<div class=\\\"copyright\\\">\\r\\n\\t\\tCopyright \xc2\xa9 2014 <a target=\\\"_blank\\\" href=\\\"https://www.nodebb.com\\\">NodeBB Forums</a> | <a target=\\\"_blank\\\" href=\\\"//github.com/NodeBB/NodeBB/graphs/contributors\\\">Contributors</a>\\r\\n\\t</div>\\r\\n</footer>\",\"title\":\"\",\"container\":\"\"}}]" 3) "sidebar" 4) "[]" 5) "drafts" 6) "[]" 127.0.0.1:6379> hgetall widgets:home.tpl 1) "sidebar" 2) "[]" 3) "motd" 4) "[]" 127.0.0.1:6379> hgetall widgets:category.tpl 1) "sidebar" 2) "[]"
Copyright © 2024 NodeBB | Contributors