No markdown button on create thread.
And I can't view the writing area of reply post.
Thank you!
No markdown button on create thread.
And I can't view the writing area of reply post.
Thank you!
@Scuzz said:
@humanmadeaccount I just updated and had the same issue.
try
git reset --hard origin/v0.5.x
Fixed it for me.
I was about to cry. but damn, it works! OMG! thank you so much! @Scuzz
{"level":"warn","message":"[plugins/nodebb-plugin-poll] Hook `filter:post.save` is deprecated, please use `filter:post.create` instead.","timestamp":"2016-11-13T09:49:22.710Z"}
{"level":"warn","message":"[plugins/nodebb-plugin-poll] Hook `filter:post.save` is deprecated, please use `filter:post.create` instead.","timestamp":"2016-11-13T09:49:22.712Z"}
{"level":"info","message":"[plugins/spam-be-gone] Settings loaded","timestamp":"2016-11-13T09:49:23.329Z"}
{"level":"info","message":"[plugins/spam-be-gone] Settings loaded","timestamp":"2016-11-13T09:49:23.336Z"}
{"level":"info","message":"[plugins/spam-be-gone] Settings loaded","timestamp":"2016-11-13T09:49:23.353Z"}
{"level":"info","message":"Routes added","timestamp":"2016-11-13T09:49:23.758Z"}
{"level":"info","message":"Routes added","timestamp":"2016-11-13T09:49:23.762Z"}
{"level":"info","message":"Routes added","timestamp":"2016-11-13T09:49:23.831Z"}
{"message":"ENOTEMPTY: directory not empty, rmdir '/root/nodebb/public/templates'","stack":"Error: ENOTEMPTY: directory not empty, rmdir '/root/nodebb/public/templates'\n at Error (native)","errno":-39,"code":"ENOTEMPTY","syscall":"rmdir","path":"/root/nodebb/public/templates","level":"error","timestamp":"2016-11-13T09:49:23.841Z"}
I need help to solve this. Thank you.
I'm using mongo 3.0.6
There's always error on my ACP database status.
Internal error.
Oops! Looks like something went wrong!
/api/admin/advanced/database
not authorized on testdatabase to execute command { serverStatus: 1 }
error after upgrade. im using mongo database.
[cluster] Child Process (6671) has exited (code: 0, signal: null)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at module.init (/root/nodebb/src/database/mongo.js:52:18)
at /root/nodebb/node_modules/async/lib/async.js:653:23
at fn (/root/nodebb/node_modules/async/lib/async.js:638:34)
at Immediate._onImmediate (/root/nodebb/node_modules/async/lib/async.js:554:34)
at processImmediate [as _immediateCallback] (timers.js:367:17)```
4bcf7792f826a42e21df08847926feb75da1f2c5
[email protected]
[email protected]
having also an error once profile setting page is visited. and guest users can view the categories and recent page but they can't access any post. even if i already checked the access and read in category settings in ACP.
Me too.. And I'm also having issue with profile setting page.
Error: Cannot find module './build/Release/magic'
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.<anonymous> (/root/nodebb/node_modules/mmmagic/index.js:3:13)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
I tried to install using nodebb docs but it always show this errors.
Fixed the error on first post. But i got new error when running ./nodebb dev
Error: listen EADDRINUSE
at errnoException (net.js:904:11)
at Server._listen2 (net.js:1042:14)
at listen (net.js:1064:10)
at Server.listen (net.js:1138:5)
at module.exports.listen (/root/nodebb/src/webserver.js:136:18)
at /root/nodebb/node_modules/async/lib/async.js:656:23
at fn (/root/nodebb/node_modules/async/lib/async.js:641:34)
at Object._onImmediate (/root/nodebb/node_modules/async/lib/async.js:557:34)
at processImmediate [as _immediateCallback] (timers.js:345:15)
anyone, know what is this?
I disabled the requiredpass in redis.conf
then remove the password in config.json
but still same problem/error.
thank anyway.
I got this error after upgrading into 0.6.x
when running ./nodebb dev
this is my config.json
{
"url": "http://example.com",
"port": "4567",
"secret": "secretsauce here",
"bind_address": "127.0.0.1",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "long password here",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"use_port": false,
}
}
@baris this is my config.json
{
"base_url": "http://example.com",
"port": "4567",
"secret": "secret recipe",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "some password here",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"use_port": false,
"relative_path": ""
}
EDIT: I will try to edit the "base_url"
into "url"
?