[Fixed] Topics are published in category -1

Technical Support

Suggested Topics


  • Nodebb down- categories unavailable

    Unsolved Technical Support
    0 Votes
    2 Posts
    47 Views

    NodeBB should just serve a 404. Can you give an example of what request is causing it to die? And logs would be helpful as well.

  • 0 Votes
    11 Posts
    3k Views

    Use custom css in the admin appearance tab like this, using the actual category number you want to hide:

    .page-category-16 [component="category/post/guest"] { display: none; }

    Really, I feel like the Login to Post is for posting to the forum in general, not necessarily to the category being viewed.

  • 0 Votes
    7 Posts
    2k Views

    I'm having exactly the same problem.
    The solution of @yariplus does not help me, since then it generates an error when I login to the forum with Google, it tells me ops! an error has happened, our umpa loompas are working to fix it, and it won't let me login, the problem is that the forum is already in production

  • 0 Votes
    2 Posts
    1k Views

    ./nodebb reset just disables all plugins.

    Use nodebb without a command to see all commands. ./nodebb

    Welcome to NodeBB Usage: ./nodebb {start|stop|reload|restart|log|setup|reset|upgrade|dev} start Start the NodeBB server stop Stops the NodeBB server reload Restarts NodeBB restart Restarts NodeBB log Opens the logging interface (useful for debugging) setup Runs the NodeBB setup script reset Disables all plugins, restores the default theme. activate Activate a plugin on start up. plugins List all plugins that have been installed. upgrade Run NodeBB upgrade scripts, ensure packages are up-to-date dev Start NodeBB in interactive development mode watch Start NodeBB in development mode and watch for changes
  • 0 Votes
    3 Posts
    2k Views

    I found the solution. Thanks!!!