@dunlix either way, if you don't have a config.json, it starts the web installer:
https://github.com/NodeBB/NodeBB/blob/fb363957d1ff8ac63c0a50aaeeb2dd86975876bc/src/cli/index.js#L109
Hello,
Please check the attachment below
I am using NodeBB v0.7.0-dev and is it known bugs?
Is there any other way around to solve this? I can't seem to set any permission to the forum.
Best Regards,
@apaunganhote This is not a known bug, but thank you for reporting. I'll do a fresh install and take a look today.
Can you please provide the following information to help us debug?
git rev-parse HEAD
from the root of your NodeBB foldernpm ls nodebb-theme-persona
Thanks!
Hello @julian
Sure.
I am using on Redis.
Best Regards,
And here is a log of NodeBB incase you need it.
28/3 12:49 [17674] - warn: [plugins/nodebb-plugin-jsfiddle] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
28/3 12:49 [17674] - warn: [plugins/nodebb-plugin-jsfiddle] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-jsfiddle".
28/3 12:49 [17674] - warn: [plugins/nodebb-theme-lavender] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
28/3 12:49 [17674] - warn: [plugins/nodebb-theme-lavender] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-theme-lavender".
28/3 12:49 [17674] - error: A Google Analytics ID (e.g. UA-XXXXX-X) was not specified. Please complete setup in the administration panel.
28/3 12:49 [17674] - info: NodeBB is now listening on: 0.0.0.0:4567
28/3 12:49 [17674] - info: NodeBB Ready
@apaunganhote Thanks -- hopefully I am able to reproduce, otherwise I am afraid I wouldn't be able to triage this problem!
Edit: On that hash, I saw what you see, although this was resolved in the latest commits from master
, so I'd just recommend pulling the latest code.
@julian said:
Can't reproduce on MongoDB or Redis.
I was able to reproduce that bug 2 days ago. Steps to reproduce were: Going to any page in ACP via ajaxify
I'm pretty sure, it was because of the error of requiring ../utils
on the client-side. 'cuz these and some others bugs weren't appeared on cold-load, but on ajaxify they were.
I didn't interacted any NodeBB installation for approx 2 days, perhaps these bugs indeed were fixed by someone already. I'll check that today-tomorrow and will post here.
@Mega said:
I'll check that today-tomorrow and will post here.
aight
doesn't reproduced anymore on latest