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"
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"
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
Thank you so much! I am the one doing Kinyarwanda.
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.
I adjusted it on my local machine, and I could spot the difference:
Before including 400 in the import list:
After including 400 in the list:
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.
Can @psychobunny or whoever in charge of the Doc double check this and make the proper correction?
@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:
Everyone should do a language; it's not that difficult.
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
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
I just fixed the errors I was getting when I run npm i
This is how I did (for future reference purposes):
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
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>
npm i
, there no errors or warningsI hope those will help someone in the future.
Now, let me go back to dealing with my original issue of the long-overdue upgrade
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
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!
@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.
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...
./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?$ ./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.
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.
@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?
@JaredBusch : even for the links you see, when you click on one, you get 404 error. So they lead to no where really