as the title see.
Posts made by song19891121
-
update 0.6 to 0.7 failed...
I want to update nodebb from 0.6 to 0.7 ,but failed....help.
-
RE: after update the latest code, I can‘t visit /admin
@julian yes,but it didn't work. crying.....
-
probleam about stylesheet.css.
In China,we can't use google's service.can we not use the google font in website?or is there any other option?
-
RE: When you update Nodebb to latest code,guest and normal user can't see the website.
@a_5mith but why the normal user can't see ?
-
When you update Nodebb to latest code,guest and normal user can't see the website.
just like this:
you can see the head,but there nothing there.
when you update the following code,causing the question you see above.
-
RE: Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
@Ted I uninstall the plugin you told me. so it's fine now.
-
RE: Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
@song19891121 said:
still display this:
net.js:1236
throw new Error('Not running');Error:Not running
at Server.close(net.js:1236:11)
at shutdown(app.js:340:36)
at process.<anonymous> (app.js:177:7)
at process.emit (events.js:95:17)
at process._fatalException(node.js:272:26) -
RE: Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
@Ted There is a problem.when you restart the nodebb in command line.you must run
./nodebb reset plugins
-
RE: Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
@Ted but when you run : ./nodebb dev
still display this:
net.js:1236
throw new Error('Not running');Error:Not running
at Server.close(net.js:1236:11)
at shutdown(app.js:340:36)
at process.<anonymous> (app.js:177:7)
at process.emit (events.js:95:17)
at process._fatalException(node.js:272:26) -
RE: Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
@Ted Thanks a lot.now it's working.
step:
./nodebb stop
npm i nodebb-plugin-dbsearch@latest
./nodebb upgrade
./nodebb reset plugins
./nodebb start
-
Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
using ./nodebb dev
it display this:
step:
./nodebb stop
git pull
./nodebb upgrade
./nodebb start