Hi, problem start using nodebb.. please help

General Discussion

Suggested Topics


  • 0 Votes
    5 Posts
    663 Views

    This problem has been troubled for a long time, thank you very much to solve it!😊

  • 0 Votes
    1 Posts
    1k Views

    I have a problem, yet again...

    So recently, I have discovered that when I start NodeBB, the page only loads the top bar. http://prntscr.com/7jts5k If anybody knows how to fix this, your input would be appreciated.

    FIX: Stop the following services: redis-server & redis_6379. Run redis-server in the terminal to restart it. Restart nodebb.

    -Aphex

  • 0 Votes
    8 Posts
    4k Views

    You can add it in your DNS settings of your domain.

  • 0 Votes
    14 Posts
    10k Views

    I was just going to let you take most of the credit. It's still your plugin, and you helped me make the modifications. I'm working on a new modification now, though. I'm trying to get the presentations to embed into an area of the user's profile.

    Right now, I'm testing it with the Fullname field on the profile, by entering the URL of the presentations (instead of a human name) and seeing if it parses into an embedded slide show.

    Would this be easy to accomplish? If not, are there any hints you could give me @a_5mith ?

    So far, I've edited the library.js file and replaced data.post and data.post.conent with data.fullname and data.fullname.content. I've also tried changing the hook in plugin.js from:

    { "hook": "filter:parse.post", "method": "parse", "callbacked": true } ]

    to

    { "hook": "action:user.set", "method": "parse", "callbacked": true } ]

    I feel like I'm missing something, though. If you're up to it, I'd like to collaborate with you further.

  • 0 Votes
    1 Posts
    935 Views

    Hi all, I installed nodeBB on CentOS 6.5 following this guide. Unfortunately when I start nodeBB it is not accessible via browser. It seems nodebb tries to start and then stops. I noticed that when I check the log with ./nodebb log I see some errors, particularly an "ENOTFOUND" error.

    Anyone have any clues to the cause of the problem?

    Thanks!

    info: NodeBB attempting to listen on: http://10.90.0.110:4567
    info: [meta/css] Done.
    Error: getaddrinfo ENOTFOUND
    at errnoException (dns.js:37:11)
    at Object.onanswer [as oncomplete] (dns.js:124:16)
    info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
    info: [app] Database connection closed.
    info: [app] Shutdown complete.

    [loader] Experienced three start attempts in 10 seconds, most likely an error on startup. Halting.