Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Zig.gy
    • Profile
    • Following 0
    • Followers 2
    • Topics 8
    • Posts 55
    • Best 9
    • Groups 1

    Zig.gy

    @Zig.gy

    Translator

    11
    Reputation
    788
    Profile views
    55
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    Zig.gy Follow
    Translator

    Best posts made by Zig.gy

    • RE: User/ Profile settings button or link

      I agree with you on that point. I was confused at first too.

      Maybe the online status in (2) should be on the profile photo at (1). Then at (2) there should be something like "Account Homepage"

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: Longest Thread Yet

      @scottalanmiller : That is awesome mate! I am impressed by the activity on the site. 😃

      posted in General Discussion
      Zig.gy
      Zig.gy
    • RE: How long does it take to allow someone to translate a new language?

      @psychobunny

      Thank you so much! I am the one doing Kinyarwanda.

      posted in NodeBB Development
      Zig.gy
      Zig.gy
    • RE: nodebb-theme-material v2.0 published

      I have noticed that the weight of the font specified is not the one that is being displayed. So far, the font on Material is thick (which is above 400) because it was not imported. although you used it.

      material theme google api.png

      I adjusted it on my local machine, and I could spot the difference:

      Before including 400 in the import list:
      without 400 imported.PNG

      After including 400 in the list:
      After importing it.PNG

      posted in NodeBB Themes
      Zig.gy
      Zig.gy
    • RE: I am stuck on Step 5 through 7 of Installation using MongoDB

      Thank you @markkus and @jarey for your replies. I did what you suggested about re-installation and the problem persisted. I then discovered something...

      ...the installation manual may be outdated. The file in question on Step 7 is mongod.conf instead of mongodb.conf.

      Step 7 Corrected.png

      step7.png

      Can @psychobunny or whoever in charge of the Doc double check this and make the proper correction?

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: How long does it take to allow someone to translate a new language?

      @psychobunny : Thanks for allowing the translation on Transifex. This is a follow-up to announce that I am happy to say I just finished. 😆

      Kinyarwanda is now one of the 11 languages translated at 100%

      Stats:

      • Translated: 644
      • Cost: ~9hours, over 5 separate days.

      Everyone should do a language; it's not that difficult. 🙂

      translated.PNG

      posted in NodeBB Development
      Zig.gy
      Zig.gy
    • RE: Okay...now how do I become the admin of my forum? :)

      Thanks @jarey . As you insisted...I had to find it since you were sure that it should be in Step 8. Eventually, I found it by rerunning the setup. It worked. I can't believe I am in the ACP! It looks awesome

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: How to remove all topics and posts from database?

      I have the same issue. I am ready to launch the site but don't want to keep the silly test posts and topics. I want to erase them completely

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: [SOLVED] Get Rid of the Port Number for Me, I Will Pay for Your Time.

      Thanks @julian for the service!

      posted in Technical Support
      Zig.gy
      Zig.gy

    Latest posts made by Zig.gy

    • RE: Errros When Upgrading from v0.7.x to v1.x.x

      I just fixed the errors I was getting when I run npm i

      This is how I did (for future reference purposes):

      1. Fixing the "missing mongodb" error:
      21/2 14:45 [3950] - error: Unable to initialize MongoDB! Is MongoDB installed? Error :Cannot find module 'mongodb'
      21/2 14:45 [3950] - error: Error: Cannot find module 'mongodb'
          at Function.Module._resolveFilename (module.js:336:15)
          at Function.Module._load (module.js:278:25)
          at Module.require (module.js:365:17)
          at require (module.js:384:17)
      

      Fix: npm i mongodb

      1. Fixing the issue with unmet dependencies (as shown in my last post on this topic):
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/lwip requires async@'~0.9.0' but will load
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/nconf requires async@'~0.9.0' but will load
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/redisearch requires async@'~0.9.0' but will load
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      

      Fix: npm install <name of the module>

      1. Now when I run npm i, there no errors or warnings

      I hope those will help someone in the future.

      Now, let me go back to dealing with my original issue of the long-overdue upgrade 🙂

      posted in General Discussion
      Zig.gy
      Zig.gy
    • RE: Errros When Upgrading from v0.7.x to v1.x.x

      npm i results in warnings about unmet dependencies, @PitaJ :

      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/lwip requires async@'~0.9.0' but will load
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/nconf requires async@'~0.9.0' but will load
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/redisearch requires async@'~0.9.0' but will load
      npm WARN unmet dependency ~/forum/nodebbrepo/node_modules/async,
      npm WARN unmet dependency which is version 1.4.2
      posted in General Discussion
      Zig.gy
      Zig.gy
    • RE: Errros When Upgrading from v0.7.x to v1.x.x

      Thanks @PitaJ,

      However, I am now getting new kind of errors when I try to update to NodeBB v0.8.0 from v0.7.3-dev:

      1. Bringing base dependencies up to date... OK
      2. Updating NodeBB data store schema.
      20/2 16:28 [31676] - error: Unable to initialize MongoDB! Is MongoDB installed? Error :Cannot find module 'mongodb'
      20/2 16:28 [31676] - error: Error: Cannot find module 'mongodb'
          at Function.Module._resolveFilename (module.js:336:15)
          at Function.Module._load (module.js:278:25)
          at Module.require (module.js:365:17)
          at require (module.js:384:17)
          at Object.module.init (~/forum/nodebbrepo/src/database/mongo.js:52:18)
          at upgrade (~/forum/nodebbrepo/app.js:272:28)
          at Object.<anonymous> (~/forum/nodebbrepo/app.js:73:2)
          at Module._compile (module.js:460:26)
          at Object.Module._extensions..js (module.js:478:10)
          at Module.load (module.js:355:32) 
      3. Storing upgrade date in "package.json"... OK
      
                                                       NodeBB Upgrade Complete!
      posted in General Discussion
      Zig.gy
      Zig.gy
    • RE: Errros When Upgrading from v0.7.x to v1.x.x

      @PitaJ , Thank you for your reply. It looks like the other person had to unistall npm then install it. Right?

      My issue is which version of npm will I have to install then if I uninstall the latest version I have? Because I am still running NodeBB v0.7.3-dev, and yesterday I upgraded Nodejs to a higher version as I've mentioned in my top post.

      posted in General Discussion
      Zig.gy
      Zig.gy
    • Errros When Upgrading from v0.7.x to v1.x.x

      It's been while since I halted my launch of NodeBB website, but I am resuming my work and want to launch my site. NodeBB is the best forum app, and I haven't seen any alternative I can chose my site to use.

      As of now, I am way behind... so forgive me if I might have missed any serious announcement that current versions are depending on.

      I have currently 0.7.3-dev. I need to get to v1.4.3. I know NodeBB upgrade has to be incremental, but I am not sure how I will do in my case. I started with moving from origin/0.7.x thinking it would get me to the higher version in that branch (is it even correct?) Then...

      1. My first obstacle was to know the requirements for the current NodeBB . Obviously not having kept up with the forum discussion is playing its part. If someone can point to how to check that, I will appreciate.
      2. After turning off my website (./nodebb stop) I tried to upgrade following instructions on the documentation site. Then the first thing I noticed in the error message was that I my Nodejs was very old. So, I updated NPM to v4.2.0 and Nodejs to 7.4.0. Was this an appropriate move for NodeBB v1.4.3, by the way?
      3. Then when I retried to upgrade, I got errors that I couldn't understand:
      $ ./nodebb upgrade
      1. Bringing base dependencies up to date... 
      Error: Command failed: /usr/bin/env npm i --production
      npm ERR! fetch failed https://registrytwo.npmjs.com/concat-map/-/concat-map-0.0.1.tgz
      npm WARN retry will retry, error on last attempt: Error: connect ECONNREFUSED 54.68.99.191:443
      npm ERR! fetch failed https://registrytwo.npmjs.com/concat-map/-/concat-map-0.0.1.tgz
      npm WARN retry will retry, error on last attempt: Error: connect ECONNREFUSED 54.68.99.191:443
      npm ERR! fetch failed https://registrytwo.npmjs.com/concat-map/-/concat-map-0.0.1.tgz
      npm ERR! Linux 3.13.0-57-generic
      npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "--production"
      npm ERR! node v7.4.0
      npm ERR! npm  v4.0.5
      npm ERR! code ECONNREFUSED
      npm ERR! errno ECONNREFUSED
      npm ERR! syscall connect
      
      npm ERR! Error: connect ECONNREFUSED 54.68.99.191:443
      npm ERR!     at Object.exports._errnoException (util.js:1022:11)
      npm ERR!     at exports._exceptionWithHostPort (util.js:1045:20)
      npm ERR!     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1090:14)
      npm ERR!  { Error: connect ECONNREFUSED 54.68.99.191:443
      npm ERR!     at Object.exports._errnoException (util.js:1022:11)
      npm ERR!     at exports._exceptionWithHostPort (util.js:1045:20)
      npm ERR!     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1090:14)
      npm ERR!   code: 'ECONNREFUSED',
      npm ERR!   errno: 'ECONNREFUSED',
      npm ERR!   syscall: 'connect',
      npm ERR!   address: '54.68.99.191',
      npm ERR!   port: 443 }
      npm ERR! 
      npm ERR! If you are behind a proxy, please make sure that the
      npm ERR! 'proxy' config is set properly.  See: 'npm help config'
      
      

      Can anyone help with understanding what went wrong? Currently, I can't even restart my website.

      posted in General Discussion
      Zig.gy
      Zig.gy
    • RE: [SOLVED] Get Rid of the Port Number for Me, I Will Pay for Your Time.

      Thanks @julian for the service!

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: [SOLVED] Get Rid of the Port Number for Me, I Will Pay for Your Time.

      @pichalite That is a good idea

      posted in Technical Support
      Zig.gy
      Zig.gy
    • [SOLVED] Get Rid of the Port Number for Me, I Will Pay for Your Time.

      My original description of my issue was posted here: https://community.nodebb.org/topic/7183/which-file-to-edit-when-getting-rid-of-the-4567-port-number/9

      If you are interested to fix the issue for me, let me know so that I can give you the access to my DO.

      I did everything except getting rid of the port number. It's frustrating when you seem to have followed all the guiding instructions available on DO (for nginx) and NodeBB.

      Thanks.

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: Which file to edit when getting rid of the 4567 port number?

      @yariplus: Right now I can be able to reach Nginx's default page when I type another URL other that containing NodeBB.

      My question specifically is where I paste the server block that is on the NodeBB's help page. I had opened my file in the sites-available directory and then added it in the server block. Is this what you did too?

      posted in Technical Support
      Zig.gy
      Zig.gy
    • RE: Which file to edit when getting rid of the 4567 port number?

      @JaredBusch : even for the links you see, when you click on one, you get 404 error. So they lead to no where really

      posted in Technical Support
      Zig.gy
      Zig.gy