Does the forum logs give an error when it crashes?
Do you have mongo and nginx logs on?
There should be some useful information in one of the logs as to what is happening.
I installed the software but looks like all links are broken. why?
@Konsta-Gogoljuk I don't see any problem at your site
I've checked and all links are working fine
which links are broken?
I mean buttons, edit reply and all that.
@Konsta-Gogoljuk Seems this is your problem, your scripts file is empty!
Disable all third-party plugins and see if that resolves the issue.
How? none of the links on admin panel work
./nodebb reset plugins
@pichalite said:
./nodebb reset plugins
Did not work..
[email protected]:~/sky/nodebb# ./nodebb reset plugins
2015-01-12T16:45:25.784Z - info: NodeBB v0.5.7 Copyright (C) 2013-2014 NodeBB Inc.
2015-01-12T16:45:25.793Z - info: This program comes with ABSOLUTELY NO WARRANTY.
2015-01-12T16:45:25.794Z - info: This is free software, and you are welcome to redistribute it under certain conditions.
2015-01-12T16:45:25.794Z - info:
2015-01-12T16:45:26.238Z - warn: You have no mongo password setup!
2015-01-12T16:45:26.255Z - info: [reset] All Plugins De-activated
[email protected]:~/sky/nodebb# ./nodebb restart
Restarting NodeBB.
2015-01-12T16:45:26.255Z - info: [reset] All Plugins De-activated
But no, it didn't work. Do you have any custom CSS or Javascript in ACP > Appearence > Custom HTML & CSS?
@Konsta-Gogoljuk try to check your installation folder permission, make sure it's owned by user you use to run NodeBB
chown -R user:user installationfolder
Restart NodeBB after you change that
@Konsta-Gogoljuk : no, that wouldn't be a problem since I also run it with a root user and everything work fine
Okay, I now installed nodebb on another server, but the probles persist, this time its that not all items in admin control panel respond to comands. Like, if i try to delete a category, it does nothing.
I guess nodebb is still too buggy to use.
@Konsta-Gogoljuk Okay, i solved the problem, its about the memory useage, you need to install the system with minimum of 2gb memory.
Memory upgrade is what solved the problem, (+reinstall) enabling swap might have solved it too though.