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
    3k Views
    julianJ

    Yeah, some blind fixing for gh#1741 caused this to happen, but to be honest, that bug was kind of hard to reproduce, so that side effect cropped in πŸ˜„

    No clue how to handle the existing users with "undefined" as their username... hm

  • Got a couple ghost categories

    22
    0 Votes
    22 Posts
    8k Views
    L

    @bentael Well, will you add a flag that will not flush the data? I think the importer could be useful as a merge tool that way.

  • 0 Votes
    4 Posts
    2k Views
    julianJ

    @taste Did you start your forum up again?

    Edit: I restarted it for you πŸ˜„

  • 0 Votes
    11 Posts
    6k Views
    D

    I've managed to reproduce the issue on Win2k8R2. It's coming from ImageMagick not being installed/configured correctly.

    reproduced.png

    These are the steps I took to fix the issue:

    Go out and install the latest version of ImageMagick

    After running the installer make sure that you close the command prompt from which you are running NodeBB.

    Open a new command prompt and rerun node app.js

    The problem should be fixed! πŸ™‚resolved.png

  • Plugin page not showing on ACP

    1
    0 Votes
    1 Posts
    782 Views
    M

    Hi everybody,
    I have been running a successful forum for a group of students for a few days now, without a single difficulty
    But i wanted to install plugins (Google analytics / Shoutbox), and after installing them using npm, i am unable to see anything on the "plugins" page in the ACP
    Screen capture

    Actually it looks like the request to get the content of the plugins page is timing out

    I've tried to reinstall the bb, but the same problem keeps appearing.

    My config is :

    Latest NodeBB (0.4.3) Nginx Debian 7.0 Redis Acess from the server to internet must use a proxy

    I hope you'll find something to help me (And sorry for the bad english) !

    Thanks

  • 0 Votes
    2 Posts
    2k Views
    P

    Ah, well spotted, thanks for reporting πŸ™‚

  • Guest posts seem a little broken.

    27
    0 Votes
    27 Posts
    8k Views
    A

    @baris Worked a treat. Thanks a lot. πŸ‘

  • Loving the new Daily Digest!

    7
    0 Votes
    7 Posts
    2k Views
    L

    @a_5mith Yeah I think that's how it works.

  • Testing subfolder installation

    24
    0 Votes
    24 Posts
    11k Views
    A

    @Peter-Zoltan-Keresztes Good stuff. πŸ‘

  • Daily Digest.

    3
    0 Votes
    3 Posts
    1k Views
    A

    Thanks @baris, πŸ‘

  • 0 Votes
    7 Posts
    3k Views
    ekn33E

    ok all fine end answered ..so closed

  • Picture Upload

    7
    0 Votes
    7 Posts
    3k Views
    ekn33E

    @baris @julian seems fixed to me πŸ™‚ upload has worked now with the same picture..hurra πŸ‘ waiting for v0.5 now

  • TypeError: $(...).csTicker is not a function

    5
    0 Votes
    5 Posts
    1k Views
    P

    Hah, welcome to the club πŸ‘

  • 502 Bad Gateway occured due to Pewter theme

    10
    0 Votes
    10 Posts
    4k Views
    P

    Haha no problem

  • Local emailer not working?!

    3
    0 Votes
    3 Posts
    2k Views
    G

    @a_5mith yes. multiple times. no luck.

  • 0 Votes
    7 Posts
    3k Views
    A

    This has been resolved, nginx wouldn't reload after a symlink was created. Running the command with logging switched on led to

    could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32

    going into nginx.conf and uncommenting

    server_names_hash_bucket_size 64;

    means it now works. πŸ‘

  • Image scaling?

    3
    0 Votes
    3 Posts
    1k Views
    R

    @baris Ah that fixed it as long as its not too large. Thanks for the tip!

  • image upload no filter?

    17
    1 Votes
    17 Posts
    4k Views
    DegJD

    @baris
    Was able to pinpoint why the pngs weren't uploading. Its because the filename was using scandinavian letters, ÅÄÖ in it. If I remove them it works.

  • Fullscreen Chat - Sections Not Named

    6
    0 Votes
    6 Posts
    2k Views
    julianJ

    Ah, then you might want to clear your cache... that might do the trick.

  • whsta wrong on chrome

    21
    0 Votes
    21 Posts
    7k Views
    D

    @Tanner I guess that works, but I should also learn how to pull specific commits.