Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • 0 Votes
    4 Posts
    479 Views
    JürgenJ

    @baris said in recent, top, popular & unread do not respect read rights:

    Please provide reproduction steps. For example on this forum the Testing Ground category is not visible to guests. https://community.nodebb.org/category/4/testing-ground. So if you browse this forum as a guest it doesn't show up on /recent and it won't be visible in the category dropdown on that page either.

    Your quick reply (and example) made it easier for us to identify it as a layer 8 problem. Our subcategories did not have the expected rights. Sorry for raising this as a bug!

  • This topic is deleted!

    6
    0 Votes
    6 Posts
    31 Views
  • Error when generating a master token on 1.15.5

    8
    0 Votes
    8 Posts
    895 Views
    F

    @julian Seems to do the trick. Thanks for the pointer.

    For others if you are passing multiple tags through curl here is a working example.

    curl --location --request PUT 'https://forum.com/api/v3/topics/14/tags' --header 'Authorization: Bearer ffee84f8-2afd-4ab5-91d6-b57afa12a2025' --data-urlencode 'tags[]=visit' --data-urlencode 'tags[]=cambodia' --data-urlencode '_uid=1'
  • recenet cards plugin not runing in hebrow

    2
    0 Votes
    2 Posts
    321 Views
    אשרא

    Is there a solution to this problem? Because I want to install the plugin in my forum.
    Thanks

  • 0 Votes
    3 Posts
    2k Views
    barisB

    Possibly related to the new verified-users, unverified-users groups. If your forum had the require email confirmation setting on and you upgraded then registered-users no longer have posting privileges. This is done by the upgrade scripts. But if you reverted without doing a database restore then registered-users won't have the privileges back.

  • Incorrect title for guest users

    7
    1 Votes
    7 Posts
    653 Views
    barisB

    @yzahn Usually we keep it on master to test everything before it gets released.

  • After upload APNG animation broke

    1
    0 Votes
    1 Posts
    192 Views
    GwenG

    I can not show a PNG animation with APNG format.

    After upload the internal data of file is stripped and that breaks animation.

  • 0 Votes
    3 Posts
    8k Views
    ParvanP

    @eeight said in Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED - since today!:

    pidfile

    I can confirm is was the pidfile for me. (For others: It's located in the root of your nodebb directory.)

    I had restored from a backup and the pidfile was copied into the new directory.

  • Error (imagemagick + imgur)

    6
    0 Votes
    6 Posts
    860 Views
    gotwfG

    @togan Cool. Glad you got it working. 😎

    Have fun and enjoy NodeBB! 🌻

    P.S.; For future reference, the Technical Support Category is a better fit for queries such as this, as the "bug" was configuration side, not NodeBB itself. ✌

  • 0 Votes
    7 Posts
    1k Views
    barisB

    @titch If you really need that plugin you can comment out this line and it should work. Seems like the plugin is just too old and isn't updated for latest nodebb.

  • Error: Invalid 'X-Frame-Options' header

    4
    1 Votes
    4 Posts
    1k Views
    barisB

    @tomar https://github.com/NodeBB/NodeBB/commit/46ab2711d49db6a98502a62fc2fe39387b107603

  • Page views not counted corrected

    17
    1 Votes
    17 Posts
    2k Views
    S

    @sharonyue said in Page views not counted corrected:

    Thank you guys!!

    @scottalanmiller Do you also change if (req.uid >= 0) { ?

    I'm not sure why, but mine is already that. So it's been that way a long, long time. So yes.

  • Composer issue

    11
    1 Votes
    11 Posts
    953 Views
    y hY

    @PitaJ said in Composer issue:

    Can you try a rebuild and restart?

    didn't help
    Edit: Cleared cache and it's fine

    Thanks

  • bug in the search box

    3
    0 Votes
    3 Posts
    309 Views
    julianJ

    Can you provide more reproduction steps? When we try to reproduce this, the dropdown does go away.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    33 Views
  • Forum Stats CSS Issue

    19
    0 Votes
    19 Posts
    4k Views
    crazycellsC

    @baris Hi Baris,

    Forum Stats widget causes the forum to shake on mobile/ipad... This affects the opening of settings/chats windows badly, FYI...

    favicon

    (streamable.com)

  • Is this a bug? (users ranking and reputation )

    12
    0 Votes
    12 Posts
    853 Views
    barisB

    You might have to run this query to fix some invalid values in the user lists.

    db.objects.updateMany({_key: "users:reputation", score: NaN}, {$set: {score: 0}});

    I ran that to fix the issue on our forum and I can see negative users now. https://community.nodebb.org/users?section=sort-reputation&page=376

  • Customize plugin and NodeBB 1.13.2

    11
    0 Votes
    11 Posts
    762 Views
    crazycellsC

    we have solved the problem by upgrading from Debian 9 to Debian 10... Somehow this solved all the problem, we did not change anything, everything else stayed the same version (node/npm/NodeBB)... FYI...

  • ignore and block user functions

    6
    0 Votes
    6 Posts
    637 Views
    crazycellsC

    Thanks to @oplik0 , we have this plugin...

    Make sure you install NodeBB 1.13.3 master for this plugin... or upgrade to 1.13.3 and update block_hooks components...

    Link Preview Image GitHub - oplik0/nodebb-plugin-two-way-block: Blocking a user hides your posts from them too

    Blocking a user hides your posts from them too. Contribute to oplik0/nodebb-plugin-two-way-block development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    Install 1.1.0 (or later) version of the plugin...

    If it is not a new forum and you get complaints, make sure users first unblock the person and then block them again. It only registers with the plugin and initiates mutual blocking after re-blocking...

    Many thanks to @oplik0 ...

  • Invitation Register bug of the latest nodebb?

    Moved
    7
    1 Votes
    7 Posts
    712 Views
    barisB

    Ignore previous commit, this should fix it properly https://github.com/NodeBB/NodeBB/commit/071506eb7dc99e057b5bfde4543eadb75174a19a 👼