Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. anooxy
    3. Topics
    A
    • Profile
    • Following 1
    • Followers 0
    • Topics 10
    • Posts 43
    • Best 4
    • Groups 0

    Topics created by anooxy

    • A

      Your account has been locked temporarily
      Bug Reports • account locked temporarily • • anooxy

      8
      0
      Votes
      8
      Posts
      5569
      Views

      julian

      @anooxy said:

      @psychobunny I got no users now, did they rename the dump.rdb?

      Possibly, yes. The new redis config might have changed the database file from "dump.rdb" to "redis.rdb". Go into /var/lib/redis and save a backup copy of dump.rdb, it's probably the bigger one (since the other one is empty).

      Then turn off redis: sudo stop redis-server

      Then check /etc/redis/redis.conf for the dbfilename option, and check that it is set to dump.rdb.

      Start redis: sudo start redis-server

    • A

      Latest NodeBB, cannot start process, logs tell nothing
      Bug Reports • • anooxy

      8
      0
      Votes
      8
      Posts
      2655
      Views

      psychobunny

      Glad you figured out your issue! Will be fixed here:

      https://github.com/NodeBB/NodeBB/issues/1615

      psychobunny created this issue in NodeBB/NodeBB closed Upgrade script should also npm i nodebb-widget-essentials #1615
    • A

      [Solved] Problems upgrading from 0.4.2 to 0.4.3
      Bug Reports • • anooxy

      8
      0
      Votes
      8
      Posts
      2373
      Views

      julian

      That warning means that someone is running a very old version of NodeBB's client side code (and simply hasn't refreshed, or hasn't cleared their browser cache). So not to worry 🙂

    • A

      Plugin Listing at ACP
      NodeBB Development • • anooxy

      2
      0
      Votes
      2
      Posts
      1009
      Views

      baris

      Right now it doesn't. @psychobunny is doing some work on the package manager. You can check out the discussion here. Eventually that list will display only compatible plugins with other useful info.

    • A

      Multi User Select
      Feature Requests • • anooxy

      2
      0
      Votes
      2
      Posts
      1095
      Views

      baris

      https://github.com/designcreateplay/NodeBB/issues/1487 #1487

      barisusakli created this issue in designcreateplay/NodeBB closed allow admins to select multi users #1487
    • A

      Removing Users
      Bug Reports • • anooxy

      2
      0
      Votes
      2
      Posts
      1073
      Views

      baris

      Thanks for reporting should be fixed in https://github.com/designcreateplay/NodeBB/commit/fdfd421e1c89a395e4385fc318d3556dd408d729

      0 barisusakli committed to designcreateplay/NodeBB fixes error during user delete and ban
    • A

      Git branches
      NodeBB Development • • anooxy

      12
      -1
      Votes
      12
      Posts
      2388
      Views

      F

      @Ezra-Sharp

      Yes, most especially for a production system. For a crash-and-burn system, I'd go with Edge.

    • A

      Reinstalling NodeBB
      General Discussion • • anooxy

      15
      0
      Votes
      15
      Posts
      4442
      Views

      A

      @baris No, nothing and this came up while restarting again:

      ./nodebb: line 36: kill: (30684) - No such process
    • A

      Sidebar vanished, Lavender theme
      Bug Reports • • anooxy

      32
      0
      Votes
      32
      Posts
      9150
      Views

      manuel

      @julian "1392411000000"

    • A

      How to deal with spam registrations
      General Discussion • • anooxy

      9
      0
      Votes
      9
      Posts
      2185
      Views

      A

      @julian I checked most emails from those spambots and CleanTalk had almost all of them in their antispam list. Unfortunately it doesn't offer a Javascript way to access their API. I'm thinking of 'talking' to a PHP script while doing the registration just to check against their antispam list via HTTP requests.

      Actually I don't see any antispam solution for node.js except yandex cleanweb which I saw somewhere.

      On a side note, how are total users counted? Deleting users doesn't seem to lower the count just saying.