Stopped and will not start again
-
Hello,
The forum stopped at some point during the middle of the night and when I attempt to start it up, it says it has started but the page will not load. ./nodebb status returns that it is running but after a restart still it does not load.
Attempted git pull and ./nodebb upgrade but to no avail.
Has anyone else run in to this issue? If so, could you provide a suggestion for a fix?
-
I deleted
pidfile
and attempted to start it again but I am encountering the same problem. It says that it is running yet the page does not load. -
This post is deleted!
-
@dylenbrivera said:
@Tanner said:
info: [plugins] NodeBB encountered a problem while loading plugins ENOENT, open '/home/csdw/public_html/nodebb/node_modules/nodebb-widget-essentials/plugin.json'
Looks like that's your problem.
Interesting. Not sure how that would have occurred. How would one go about reinstalling nodebb-widget-essentials from command line?
-
@dylenbrivera ./nodebb reset plugin="nodebb-widget-essentials"
Give that a shot. You might want to re-enable those afterward.
-
@dylenbrivera said:
@dylenbrivera ./nodebb reset plugin="nodebb-widget-essentials"
Give that a shot. You might want to re-enable those afterward.
Nope, didn't solve the issue.
-
./nodebb dev now returns this:
Launching NodeBB in "development" mode.
To run the production build of NodeBB, please use "forever".
More Information: https://github.com/NodeBB/NodeBB/wiki/How-to-run-NodeBB
info: NodeBB v0.4.3 Copyright (C) 2013-2014 NodeBB Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
info: Time: Mon Jun 16 2014 16:36:00 GMT-0400 (EDT)
info: Initializing NodeBB v0.4.3
info: * using configuration stored in: /home/csdw/public_html/nodebb/config.json
info: * using redis store at 127.0.0.1:6379
info: * using themes stored in: /home/csdw/public_html/nodebb/node_modules
info: Base Configuration OK.
warn: You have no redis password setup!
warn: Couldn't find convert. Did you install imagemagick?
info: [notifications.init] Registering jobs.
info: [user.startJobs] Registering User Jobs
info: [plugins] Initializing plugins system
info: [themes] Using theme nodebb-theme-fa
info: Middlewares loaded.
info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-desktop-notifications
info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
warn: [plugins/nodebb-plugin-metro-tiles] staticDir is deprecated, use staticDirs instead
info: [plugins] Found 1 CSS file(s) for plugin nodebb-plugin-metro-tiles
info: [plugins] Found 1 CSS file(s) for plugin nodebb-plugin-topic-badges
info: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
info: [plugins] Loaded plugin: nodebb-plugin-desktop-notifications
info: [plugins] Loaded plugin: nodebb-plugin-dbsearch
info: [plugins] Loaded plugin: nodebb-plugin-custom-homepage
info: [plugins] Loaded plugin: nodebb-plugin-markdown
info: [plugins] Loaded plugin: nodebb-plugin-color
info: [plugins] Loaded plugin: nodebb-plugin-metro-tiles
info: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
info: [plugins] Loaded plugin: nodebb-plugin-topic-badges
info: [plugins] Loaded plugin: nodebb-theme-lavender
info: [plugins] Sorting hooks to fire in priority sequence
info: [plugins] Plugins OK
info: [meta/css] Minifying LESS/CSS
warn: [meta/css] File not found! nodebb-plugin-metro-tiles/css/style.css
info: [sounds] Sounds OK
info: [themes] Compiling templates
info: [meta/css] Done.
info: [themes] Successfully compiled templates.
info: NodeBB attempting to listen on: 0.0.0.0:4567
info: NodeBB is now listening on: 0.0.0.0:4567
info: [meta/js] Compilation complete
info: NodeBB Ready -
@Tanner said:
warn: [meta/css] File not found! nodebb-plugin-metro-tiles/css/style.css
Gotcha! nodebb-plugin-metro-tiles totally messed up my nodebb setup as well. Reset that one with ./nodebb reset plugin="nodebb-plugin-metro-tiles"
-
Already did that to no avail, unfortunately.
-
If you did that, why is nodebb still looking for nodebb-plugin-metro-tiles/css/style.css
-
That's a very good question, but I did it after the last time I posted the
./nodebb dev
results so it wouldn't show up now. -
This post is deleted!
-
I think in lieu of a solution I'm going to do a fresh install.
-
Was it a fairly new install?
-
No it was a couple of weeks old.
Fresh install solved a couple of the other issues I was having as well.