several plugins stopped working after 6.0

General Discussion

Suggested Topics


  • 0 Votes
    5 Posts
    495 Views

    @kumar123 You might want to take it up with the FusionAuth folks, since they maintain the plugin.

    I can't even get my NodeBB started with their plugin, oddly.

  • 0 Votes
    5 Posts
    328 Views

    I'm not really sure what you're trying to do here - if you want to copy a repository to a local folder you should use git clone and not git checkout - the latter is used for switching branches and generally moving to a different version of a repository.
    However, got should not be used to install a plugin. NPM is the utility you're looking for. It supports two methods of authentication for GitHub private repositories - OAuth and SSH.

    For OAuth you'll need to generate a personal access token (settings>developer settings>personal access tokens) with permission to read private repositories (just repository permissions if I remember correctly), and then go to the main NodeBB directory and use npm install git+https://<github_token>:[email protected]/NodeBB/nodebb-plugin-xxx.git

    If you prefer to use SSH instead, follow the instructions here to generate the keys and add to your account, and then run in the main NodeBB folder npm install git+ssh://[email protected]/NodeBB/nodebb-plugin-xxx.git

  • 1 Votes
    4 Posts
    1k Views

    Awesome thanks @julian that has seemed to fix the issue. I thought it may have been a problem with my host and the way they have a script for setting up NodeBB with just one click and entering a few bits of info. Been working with them for the past couple of days on this.

  • 0 Votes
    11 Posts
    4k Views

    So, I tried opening a bug on github, but the devs couldn't replicate the issue on their end. Would anyone be able to point me in the right direction? eg the code that is responsible to making new replies "live stream"? I found a few candidates to investigate

    http://i.imgur.com/1Ud2a8l.jpg

    but I'm not sure if I'm on the right track. Thank you.

  • 4 Votes
    6 Posts
    2k Views

    @psychobunny said:

    This is how you upgrade? This looks like how I design XD

    Explains how you forget to push fixes to this place. 😄