upgrading problems

Technical Support
  • I have ubuntu server , running nodebb 0.7.1

    Via the admin panel Whenever i upgrade the plugins , it shows it as updated (hides the upgrade icons below the plugin)

    I did nodebb upgrade here is what i get

    26/8 17:45 [4049] - info: [database] Checking database indices.
    26/8 17:45 [4049] - info: Beginning database schema update
    26/8 17:45 [4049] - info: [2015/02/08] Clearing reset tokens skipped
    26/8 17:45 [4049] - info: [2015/02/17] renaming home.tpl to categories.tpl skipped
    26/8 17:45 [4049] - info: [2015/2/23] Activating NodeBB Essential Rewards - skipped
    26/8 17:45 [4049] - info: [2015/02/24] Upgrading plugins:active to sorted set skipped
    26/8 17:45 [4049] - info: [2015/02/24] Upgrading privilege groups to system groups skipped
    26/8 17:45 [4049] - info: [2015/02/25] Upgrading menu items to dynamic navigation system skipped
    26/8 17:45 [4049] - info: [2015/05/07] Upgrading uid mappings to sorted set skipped
    26/8 17:45 [4049] - info: [2015/05/08] Fixing emails skipped
    26/8 17:45 [4049] - info: [2015/05/11] Updating widgets to tjs 0.2x skipped
    26/8 17:45 [4049] - info: [2015/05/20] Adding username:sorted and email:sorted skipped
    26/8 17:45 [4049] - info: [2015/06/02] Creating group sorted sets skipped
    26/8 17:45 [4049] - info: [2015/07/03] Enabling default composer plugin skipped
    26/8 17:45 [4049] - info: [upgrade] Schema already up to date!

    After this when I refresh the plugins page , I see that no plugins have been upgraded, why is this happening ?


Suggested Topics


  • Login problem 2.0.1

    Solved Technical Support
    2 Votes
    24 Posts
    2k Views

    @murcs You can simply take the file from there and overwrite in your own install.

    For example, if you locate the plugin itself in your folder structure, then open library.js and change

    const utils = require.main.require('./public/src/utils');

    To

    const utils = require.main.require('./src/utils');

    And rebuild, this should then work.

  • 0 Votes
    3 Posts
    324 Views

    @PitaJ Is it possible to tell the user that "there has to be a space before the @"? I found many users donot aware that and failed to mention others.

    Or is it possible to mention others no matter if there is a space before the @

  • 0 Votes
    2 Posts
    298 Views

    Ah ha! figured it out. But I still think there is a NodeBB issue. a redirect should never do this.

    On my forum, i never set config.json to https. it was http://obelisk.daerma.com I changed it to https://obelisk.daerma.com and it works.
    7ba8f1d2-abae-4f4b-a4c3-74743a8f9884-image.png

    I doubt it is my Nginx proxy because that is about as basic as it gets.
    69e1a1d1-1b30-45b5-9291-b8c606459e9f-image.png

    Even if I am in a thread and then click login, it happens.
    1529633c-d1f7-492d-a310-ead58e5ee841-image.png

  • 0 Votes
    30 Posts
    5k Views

    Cyberian.pk
    a11adac4-f118-4ba4-858c-f49c0228fb74-image.png
    nodebb.com
    09a9b011-a660-499e-8b79-fed209e2c44e-image.png

  • 0 Votes
    6 Posts
    2k Views

    @mega Don't forget connect-redis 🙂

    npm i redis@~0.10.1 connect-redis@~2.0.0