Is that a v3 issue, or just an oddity you're seeing now on v2.x?
Check the running instances to see which user is running ps aux | grep node
Both loader.js and app.js should be running under the same user.
@MJ "totally broken" isn't very specific. Can you please reactivate composer and give some more information like:
And make sure you do a full restart of NodeBB with
./nodebb stop
./nodebb build
./nodebb start
@PitaJ Sorry for the unspecific answer.
Composer is working again after ./nodebb build. Composer is back at v4.3.0.
git commit NodeBB
What does this meaning? Must I use this in console?
composer version now
4.3.0
default or redactor
default
error on server
No error seen.
errors on client
I did get 1 error after restarting NodeBB.
NodeBB could not be restarted, as a running instance could not be found.
@MJ said in NodeBB v1.4.0 Release:
@PitaJ Sorry for the unspecific answer.
Composer is working again after ./nodebb build. Composer is back at v4.3.0.
git commit NodeBB
What does this meaning? Must I use this in console?
Yes. but try git show
instead.
[root@daermabb ~]# cd /opt/daerma/nodebb
[root@daermabb nodebb]# git show
commit d120ee86cfe2a55efcd3982cc3e8fa3f71284602
Author: Misty (Bot) <[email protected]>
Date: Thu Dec 1 21:28:53 2016 +0000
Incremented version number
diff --git a/package.json b/package.json
index b035495..52cff78 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "nodebb",
"license": "GPL-3.0",
"description": "NodeBB Forum",
- "version": "1.3.0",
+ "version": "1.4.0",
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
@MJ try this sequence of commands:
./nodebb stop
npm install nod[email protected]
./nodebb build
./nodebb start
commit d120ee86cfe2a55efcd3982cc3e8fa3f71284602
Author: Misty (Bot) <[email protected]>
Date: Thu Dec 1 21:28:53 2016 +0000
Incremented version number
diff --git a/package.json b/package.json
index b035495..52cff78 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "nodebb",
"license": "GPL-3.0",
"description": "NodeBB Forum",
- "version": "1.3.0",
+ "version": "1.4.0",
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
@MJ any errors?
@PitaJ said in v1.4.0 startup error:
@MJ try this sequence of commands:
./nodebb stop npm install nod[email protected] ./nodebb build ./nodebb start
For me this results in:
4/12 04:11 [14399] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them:
4/12 04:11 [14399] - warn: ./nodebb upgrade
After running nodebb upgrade, I'm back to 4.3.0.
[outdated] nodebb-plugin-composer-default installed v4.3.1, package.json requires 4.3.0
4/12 19:26 [28809] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them:
4/12 19:26 [28809] - warn: ./nodebb upgrade
[cluster] Child Process (28809) has exited (code: 0, signal: null)
ofter doing npm install [email protected]
it works again
@MJ try changing the nodebb-plugin-composer-default line in package.json to be 4.3.1 instead of 4.3.0
@MJ change the line in package.json to 4.3.1 then install [email protected] then try starting
okay step by step
change to this
./nodebb log only 1 error only, but this plugin gives error from the beginning I use nodeBB.
next upload and overwrite package.json in nodebb/node_modules/nodebb-plugin-composer-default
done
after uploading the file my NodeBB gives allready an error
running log
I did'nt even use npm install [email protected]
so before ugrading NodeBB gives the error
@MJ so you're running these:
./nodebb stop
4.3.1
for composernpm install [email protected]
./nodebb build
./nodebb start