warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it.

NodeBB Plugins
  • C:\openbu.org\group\group5>title 第五集团

    C:\openbu.org\group\group5>node app.js
    2018-05-31T08:51:42.383Z [3872] - info: NodeBB v1.9.3 Copyright (C) 2013-2018 NodeBB Inc.
    2018-05-31T08:51:42.387Z [3872] - info: This program comes with ABSOLUTELY NO WARRANTY.
    2018-05-31T08:51:42.388Z [3872] - info: This is free software, and you are welcome to redistribute it under certain conditions.
    2018-05-31T08:51:42.388Z [3872] - info:
    2018-05-31T08:51:42.576Z [3872] - info: Initializing NodeBB v1.9.3 http://www.openbu.org/group/group5
    2018-05-31T08:51:47.214Z [3872] - info: [socket.io] Restricting access to origin: http://www.openbu.org😘

    2018-05-31T08:51:47.843Z [3872] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it.

    • nodebb-plugin-write-api

    2018-05-31T08:51:48.157Z [3872] - info: Routes added
    2018-05-31T08:51:48.160Z [3872] - info: NodeBB Ready
    2018-05-31T08:51:48.167Z [3872] - info: Enabling 'trust proxy'
    2018-05-31T08:51:48.172Z [3872] - info: NodeBB is now listening on: 0.0.0.0:8005

  • What is plugin you installed before Nodebb show error? Remember this plugin, and use ./nodebb reset -p PLUGINNAME to disable it.

  • It is just a warning, you can ignore it. Write API should be compatible, I will update the compatibility string 🙂


Suggested Topics


  • 0 Votes
    10 Posts
    272 Views

    YES! I got it working 😄 The problem was NodeBB 2FA was redirecting the user and that caused the error.

  • 0 Votes
    7 Posts
    914 Views

    Works great in 8.x now 😉

  • 0 Votes
    1 Posts
    1k Views

    Hi! I'm searching for a Wiki Plugin/Widget for Nodebb.

    I'd like to have a Widget/Plugin with which I can see a list of "tools" and if I click one tool, there should be information fields, images and richtext for this specific item.

    Just like:

    Tool XYZ

    Imageslider: [Image] [Image]

    Name Category Year
    ...

    Infotext:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus rhoncus nulla quis interdum feugiat. Sed eleifend mattis urna id dapibus. Morbi pharetra cursus lacus id bibendum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Integer in accumsan erat. Fusce maximus nulla libero, ac tincidunt erat maximus eget. Vestibulum laoreet ex diam, eget euismod augue porttitor eu.

    Aenean et felis et tortor aliquam eleifend nec non orci. Vivamus quis finibus turpis, sed congue lectus. Mauris eget rhoncus nulla, quis viverra ligula. Proin in magna gravida, malesuada dolor a, bibendum ex. Donec metus eros, dignissim eu lacus ut, volutpat iaculis mauris. Cras hendrerit metus quis nibh pretium suscipit et sit amet eros. Quisque scelerisque turpis erat, ac aliquet justo malesuada non. Aenean suscipit, ligula vitae scelerisque rutrum, massa sapien vulputate sem, eleifend iaculis augue quam in arcu. Sed eget dolor justo. Donec molestie vel tortor sit amet laoreet. Pellentesque ligula orci, venenatis et cursus eget, porta sit amet quam.

    Is there already something like that?

    Or do you have an idea how to do it?

  • 4 Votes
    16 Posts
    5k Views

    @dunlix Ah, see what you mean. I personally won't be trying this in case it crashes my production site, but may attempt this in dev.

  • Some problem with plugins

    NodeBB Plugins
    4
    0 Votes
    4 Posts
    2k Views

    @Loethen-Shen
    If you are using nodebb-plugin-emoji-extended then there is a 'dirty' fix for that.
    Navigate to your Emoji plugin folder and open index.js.
    Example path: /home/nodebb/node_modules/nodebb-plugin-emoji-extended/index.js.

    Once you've opened the file, find a part where it states emojiPath="http://127.0.0.1:4567/plugins/nodebb-plugin-emoji/images/".
    Set this to something like this emojiPath="http://forum.domain.com/plugins/nodebb-plugin-emoji-extended/images"

    Of course, this will only work if you are running NodeBB with nginx or Apache proxy.