Reinstalling NodeBB
-
What errors are you encountering pls paste and we can try to help
-
@psychobunny I get this when I start or restart the forum
./nodebb: line 36: kill: (30458) - No such process
When I access via browser it gives:
{"error":"Failed to lookup view \"footer\""}
-
@baris Now I get this when opening via browse:
{"error":"Cannot find module './../../config.json'"}
Also I did a /nodebb setup (I know this was bad but I was desperate) and now I need to add the port to open my site. I tried to set as no for using port to no avail.
-
{ "base_url": "http://forums.onlinedigimon.com", "port": "4567", "use_port": false, "secret": ~~~, "bind_address": "188.226.217.248", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": ~~~, "database": "0" }, "bcrypt_rounds": 12, "upload_path": "/public/uploads", "relative_path": "" }
-
Alright your forum seems to be running because I can access http://forums.onlinedigimon.com:4567/api/home
Probably one of the plugins you installed is causing that
{"error":"Cannot find module './../../config.json'"}
error.Can you run the following commands to get a list of plugins that are active.
redis-cli smembers plugins:active
Copyright © 2024 NodeBB | Contributors