Welcome E-mail confirm link opens forum on port 4567

Technical Support

Suggested Topics


  • 0 Votes
    3 Posts
    2k Views

    Author of Barebones CMS here. The message you received is associated with your IP address, which indicates that your current IP address has probably been flagged globally a known spam source. Even after you clear up the spam issue on your end, the IP information on the server side is cached for two weeks. You can always send an e-mail to [email protected].

    NodeBB is not associated with MyBB. The folks behind MyBB are not associated with Barebones CMS nor any other CubicleSoft related product.

  • 0 Votes
    4 Posts
    1k Views

    UPDATE:

    The solution I've found for this problem is to run the following command inside the NodeBB installation folder

    git cherry-pick 1f3fa3a90f5fc02b3b2dc950b3a340c361206cef

    Doing so automatically merges the fixing commit without any further problems, making the Admin panel usable instantly after a NodeBB restart 🙂

  • 0 Votes
    4 Posts
    2k Views

    @fenwick67 Another user, @lewismcmahon, has forked that plugin and is supporting it now. It is nodebb-plugin-s3-uploads-updated and can be found in the Download Plugins section of the ACP. No need to manually install the one I referenced originally.

    EDIT: It looks like you edited your post as I was composing this response.

  • 0 Votes
    13 Posts
    5k Views

    @yariplus My mistake. I was confusing a category page with the categories page. I now understand what you were suggesting, and it is a good solution. Thanks!

  • 0 Votes
    5 Posts
    1k Views

    @a_5mith said:

    hljs

    Im using the default nodebb composer.

    I think I've fixed the problem, temporarily. I manage to remove those long text (http://pastebin.com/wQktbjtT) and it fixed the problem.

    The long text string seems to break nodebb. I test posting the same string again, but nodebb wont allow as it is longer than 32767 character.

    Thanks for your time @a_5mith