Cant Access ACP
-
@hnahli You asked us for help, we asked you for more information. Please give us the log output. Tell us what leads to the crash if you can reproduce it. Are there any errors client side? Have you run it in dev mode with
./nodebb dev
? What is your config file? Are you set up with multiple processes? Are you using Nginx as a reverse proxy?If restarting the service doesn't work then it could possibly be a database issue, or your service setup is wrong. How did you set up the service?
-
log output: http://termbin.com/2abp
Tell us what leads to the crash if you can reproduce it?: I have no idea
Are there any errors client side?: Yes the forums looks messy and cant post, reply or do anything else
Have you run it in dev mode with ./nodebb dev? Never did should I ?
What is your config file? : Here it is http://termbin.com/e82n
Are you set up with multiple processes? I dont understand the question.
Are you using Nginx as a reverse proxy? Yes I do.
How did you set up the service? I used one of the guides on your wiki.
Please let me know if my answers helped or if there is anything else i should provide.
-
@hnahli it looks like your redis database is configured incorrectly.
-
@hnahli I can't really help you with debugging redis. I suggest googling the repeated error in your log file.
-
@hnahli are the any errors in the JavaScript console in your browser when you try to access the admin panel?
-
@hnahli have you fixed your redis database? Until you fix that it will be impossible to nail down the root of the issue.
-