./nodebb status

Technical Support

Suggested Topics


  • 0 Votes
    4 Posts
    133 Views

    @baris thanks, for some reason a search on Github didn't find it

  • 0 Votes
    1 Posts
    155 Views

    I've had nodebb setup for a bit now and through some bumps and scrapes have always kept it running. After upgrading to V1.13.0 NodeBB would fail to load with a "Internal Server Error". After updating to 1.13.1 the website once again loads, however when trying to view any topics in the forums it times out loading. I've reviewed every possible plugin that could potentially be in the way and disabled several without success. I'm not seeing anything in the logs so may be looking in the wrong place. Everything is fully functional to posting new topics, viewing recent ones, discarding, deleting, purging, and the admin console. The only issue comes when its time to actually open a topic fully. The RSS Feeds properly display all the recent topics and content as well.

    My server is running MongoDB and proxied via nginx behind LetsEncrypt SSL Certificate, and can be seen at www.zultyscp.com however does require a login, there is a single public post informing Guests that a login is required where you can see the issue.

    Any help on where to look for this and assistance in resolving would be appreciated.

  • 0 Votes
    9 Posts
    1k Views

    Great Idea! I took your solution and added a few lines of CSS to hide the downvote arrow and remove the whitespace.

    // Change the icon for votes span.votes { // not voted is outline heart .fa-chevron-up:before { content: "\f08a"; } // upvoted is solid heart .upvoted .fa-chevron-up:before { content: "\f004"; } } // hide the downvote element to remove whitespace a[component="post/downvote"] { display: none; } // reduce margin of post-submenue for alignment .topic .moderator-tools { margin-left: 0px; }
  • Nodebb is messed up

    Technical Support
    0 Votes
    4 Posts
    1k Views

    Using the Plugins => Install Plugins => Find Plugins page in the admin panel.

  • 0 Votes
    8 Posts
    3k Views

    @lulzdevlol said:

    Hey thx for the update. its never too late. 🙂

    Before I forget you must restart NGINX and nodeBB so the changes take place, but I hope it is clear to you.

    Lastly it would be interesting to know, if you were able to resolve the issue.