Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • Email plugin for password reset

    7
    0 Votes
    7 Posts
    2k Views
    P

    No promises on 0.4x, but I would say under two weeks - if you need email functionality etc the most stable version of NodeBB currently is 0.3.2 so you'd have to drop down to that. Either that or get up to date and live on the Edge 馃檪 (Hopefully not a production forum!)

    p.s. this community forum is running on Edge 馃槈

  • 1 Votes
    4 Posts
    1k Views
    julianJ

    Thanks @trixtan! Glad to have you using NodeBB, let us know if you find anything else! 馃檪

  • SSO with Twitter

    3
    0 Votes
    3 Posts
    1k Views
    P

    thanks for reporting this @sam, I filed an issue on the sso-twitter repository - please keep in touch with this issue for any progress 馃檪

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    5 Views
  • Category permission errors

    3
    0 Votes
    3 Posts
    1k Views
    barisB

    Please update to https://github.com/designcreateplay/NodeBB/commit/dbb814fe4edd1959bc4616b47c21f79a1405796a that should fix all the graphical errors.

  • [Solved] blank home

    25
    0 Votes
    25 Posts
    6k Views
    julianJ

    馃槍 Glad everything's fine again!

  • post count display error

    1
    0 Votes
    1 Posts
    873 Views
    Sp4rkR4tS

    Noticed today that when viewing a thread, sometimes the post count position doesn't load in properly like this postcount error.png It will display fine once you click it so it's not causing any functionality problems it;s just a tad odd.

    It only seems to happen when clicking a link through the unread section, if I load a thread by browsing the actual forum it seems to load in fine every time.

  • URIError: URI malformed

    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    @eep The code in question is contained in a part of NodeBB that is currently being heavily refactored. I'll ask @psychobunny if this can be merged into his changes.

    However, as described in the github issue, doesn't this change the URL present in the browser? Having an escaped URL in the address bar really defeats the purpose of a pretty URL, imo...

  • About the Replying feature

    3
    0 Votes
    3 Posts
    934 Views
    F

    @julian

    Cool!

  • Error: Another NodeBB is already running!

    8
    0 Votes
    8 Posts
    2k Views
    T

    I totally agree with that. 馃檪

  • To The translators

    13
    0 Votes
    13 Posts
    4k Views
    A

    @julian said:

    Thanks for dropping in @alejandro-del-rinc贸n-l贸pez 馃檪

    @pablo-macaluso says he's translating to traditional Spanish, so I believe we're on the same page -- just a minor difference in opinion regarding the word "posts" vs "publicaciones". Let me check what words other forums use...

    Edit: Other forums:

    phpBB uses "mensajes" vBulletin uses "posts" Xenforo Espa帽ol translation costs five euros (what?!!) Discourse uses "publicaci贸n"

    That's the problem>.<

    @julian said in To The translators:

    Understood -- if no other objections, it is just down to personal preference, so I'll let the two of you decide.

    As for Transifex notifications, if you join the Spanish Translation Team, you should get emailed whenever new strings need to be translated. 馃檪

    Joined 馃槃

  • Widgets (Recent Posts)

    1
    0 Votes
    1 Posts
    1k Views
    P

    When i put a number to display Recent Posts, nothings happends, Always Shows 8 and i want 5

    www.gippy.com.ar

  • Search box?

    7
    0 Votes
    7 Posts
    3k Views
    F

    @aaron

    If you are running a production site using NodeBB, my recommendation is do not git pull unless there's a new release.

  • 0 Votes
    4 Posts
    1k Views
    P

    thanks, I have created an issue on the repo so I don't forget about it:
    https://github.com/psychobunny/nodebb-widget-essentials/issues

  • Chat on mobile

    13
    0 Votes
    13 Posts
    3k Views
    G

    holy.... i never realised until now but there is chat on mobile devices too. on both the iphone 4S and the nexus 7 when displayed in vertical mode there is no chat icon, even when clicking on the collapse button. They do appear in landscape mode on the nexus 7, but not on the iphone 4S. I think the chat should be displayed all the time, maybe move it to the left with the other icons?

    @julian OK https://github.com/designcreateplay/NodeBB/issues/1141

  • 0 Votes
    4 Posts
    5k Views
    MizoreM

    I confirm the upgrade of the nginx increase the performance of nodebb. (index page was often realy slow / and some times crashes) The latest stable version of nxing has resolved this problems.

    To upgrade on ubuntu:

    sudo apt-get install software-properties-common sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get install nginx
  • 0 Votes
    5 Posts
    2k Views
    barisB

    Well an empty string shouldn't crash

    tag.content = tag.content.replace(/[&<>'"]/g, function(tag) { return escapeList[tag] || tag; });

    Make sure you are on latest on both nodebb and the lavender theme. Are you still getting any crashes?

  • Theme and stylesheet loading issues

    26
    0 Votes
    26 Posts
    9k Views
    barisB

    It is better to do that from the admin control panel.

    But if you don't have access to the ACP.

    hget group:gid administrators "1" <- use this value sadd gid:1:members <uid>

    replace <uid> with your user id.

    To get the user id use :

    hget username:uid <yourusername>
  • [Solved] Header topic-title sanitize

    2
    0 Votes
    2 Posts
    974 Views
    P

    @baris fixed this, but he forgot to tell you that he did 馃檪 marked as solved!

  • TypeError: path must be a string

    2
    0 Votes
    2 Posts
    3k Views
    P

    hey @sel are you fully up to date? is this a new instance or were you upgrading, and what plugins do you have installed?