@atayz Hi thx for the reply. Yes i followed that and have updated. I can start the forum in dev mode but not startup normally.
I have this in dev mode:
[email protected]:~/nodebb$ ./nodebb dev
NodeBB v1.7.5 Copyright (C) 2013-2014 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
Clustering enabled: Spinning up 1 process(es).
2021-07-10T16:25:34.933Z [11405] - info: Initializing NodeBB v1.7.5 https://forum.fmjcod4.com
2021-07-10T16:25:34.934Z [11405] - verbose: * using mongo store at 127.0.0.1:27017
2021-07-10T16:25:34.934Z [11405] - verbose: * using themes stored in: /home/smiley/nodebb/node_modules
[benchpressjs] Unable to build or find a suitable native module, falling back to JS version
2021-07-10T16:25:35.635Z [11405] - verbose: [minifier] utilizing a maximum of 3 additional threads
2021-07-10T16:25:35.646Z [11405] - verbose: Checking dependencies for outdated modules
2021-07-10T16:25:35.850Z [11405] - verbose: [notifications.init] Registering jobs.
2021-07-10T16:25:35.850Z [11405] - verbose: [user/jobs] (Re-)starting user jobs...
2021-07-10T16:25:35.851Z [11405] - verbose: [user/jobs] Starting job (digest.daily)
2021-07-10T16:25:35.853Z [11405] - verbose: [user/jobs] Starting job (digest.weekly)
2021-07-10T16:25:35.854Z [11405] - verbose: [user/jobs] Starting job (digest.monthly)
2021-07-10T16:25:35.854Z [11405] - verbose: [user/jobs] Starting job (reset.clean)
2021-07-10T16:25:35.854Z [11405] - verbose: [user/jobs] 4 jobs started
2021-07-10T16:25:35.854Z [11405] - verbose: [emailer] Setting up SMTP fallback transport
2021-07-10T16:25:35.894Z [11405] - verbose: [emailer] Built custom email templates
2021-07-10T16:25:35.895Z [11405] - info: [themes] Using theme nodebb-theme-persona
2021-07-10T16:25:35.895Z [11405] - verbose: [plugins] Initializing plugins system
2021-07-10T16:25:35.900Z [11405] - verbose: [plugins] Loaded plugin: nodebb-plugin-composer-default
2021-07-10T16:25:35.901Z [11405] - verbose: [plugins] Loaded plugin: nodebb-theme-persona
2021-07-10T16:25:35.916Z [11405] - verbose: [plugins] Loaded plugin: nodebb-plugin-markdown
2021-07-10T16:25:35.924Z [11405] - verbose: [plugins] Loaded plugin: nodebb-plugin-mentions
2021-07-10T16:25:35.925Z [11405] - verbose: [plugins] Loaded plugin: nodebb-widget-essentials
2021-07-10T16:25:35.927Z [11405] - verbose: [plugins] Loaded plugin: nodebb-rewards-essentials
2021-07-10T16:25:35.928Z [11405] - verbose: [plugins] Found 3 sound file(s) for plugin nodebb-plugin-soundpack-default
2021-07-10T16:25:35.928Z [11405] - verbose: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
2021-07-10T16:25:35.966Z [11405] - verbose: [plugins] Loaded plugin: nodebb-plugin-emoji
2021-07-10T16:25:35.974Z [11405] - verbose: [plugins] Loaded plugin: nodebb-plugin-emoji-android
2021-07-10T16:25:35.975Z [11405] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME
to disable it.
- nodebb-plugin-composer-default
2021-07-10T16:25:35.975Z [11405] - info: [plugins] Plugins OK
2021-07-10T16:25:36.005Z [11405] - verbose: [hotswap] Router with id plugins
replaced successfully
2021-07-10T16:25:36.005Z [11405] - verbose: [plugins] All plugins reloaded and rerouted
2021-07-10T16:25:36.005Z [11405] - verbose: [hotswap] Router with id auth
replaced successfully
2021-07-10T16:25:36.005Z [11405] - info: Routes added
2021-07-10T16:25:36.007Z [11405] - verbose: [meta/blacklist] Loading 0 blacklist rule(s)
2021-07-10T16:25:36.007Z [11405] - info: NodeBB Ready
2021-07-10T16:25:36.008Z [11405] - info: Enabling 'trust proxy'
2021-07-10T16:25:36.009Z [11405] - info: NodeBB is now listening on: 0.0.0.0:4567