Cant Access ACP
-
@pichalite said in Cant Access ACP:
git rev-parse HEAD
This is the output:
fdd85140587799a442edb9f3ca1b8ecaf4ea0bb9
-
@hnahli what errors do you get when it crashes? Do you get any errors client side (check the JS console)?
-
@julian @PitaJ @pichalite @baris This what NodeBB does very often http://www.tafsirazhar.org/ and I cant log in to admin to restart therefore i have to restart the whole server.
I tried to copy the log file in this post but i couldnt.
Please advise on how to stop NodeBB from crashing like this and access to admin panel.
Thanks,
-
@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.