TypeError: path must be a string
-
C:\dev\NodeBB>node app
info: NodeBB v0.3.2 Copyright (C) 2013 DesignCreatePlay Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certai
n conditions.
info:
info: Time: Tue Feb 25 2014 08:27:55 GMT+0800 (中国标准时间)
info: Initializing NodeBB v0.3.2
info: * using configuration stored in: C:\dev\NodeBB/config.json
info: * using mongo store at 127.0.0.1:27017
info: * using themes stored in: C:\dev\NodeBB\node_modules
warn: You have no mongo password setup!
warn: [plugins/nodebb-widget-essentials] staticDir is deprecated, use staticDirs
instead
warn: [plugins/nodebb-widget-essentials] staticDir is deprecated, define CSS fil
es with new staticDirs instead.
warn: [meta.scripts.get] Could not resolve mapped path: mentions. Are you sure i
t is defined by a plugin?
warn: [meta.scripts.get] Could not resolve mapped path: mentions. Are you sure i
t is defined by a plugin?
error: [app] Encountered Uncaught Exception: path must be a string
TypeError: path must be a string
at fs.stat (fs.js:670:11)
at C:\dev\NodeBB\node_modules\async\lib\async.js:227:13
at C:\dev\NodeBB\node_modules\async\lib\async.js:111:13
at Array.forEach (native)
at _each (C:\dev\NodeBB\node_modules\async\lib\async.js:32:24)
at async.each (C:\dev\NodeBB\node_modules\async\lib\async.js:110:9)
at _asyncMap (C:\dev\NodeBB\node_modules\async\lib\async.js:226:9)
at Object.map (C:\dev\NodeBB\node_modules\async\lib\async.js:204:23)
at Object.async.parallel.ctime (C:\dev\NodeBB\src\meta.js:271:14)
at C:\dev\NodeBB\node_modules\async\lib\async.js:524:25
error: [app] Could not restart server. Shutting down.
info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
info: [app] Database connection closed.
info: [app] Goodbye! -
hey @sel are you fully up to date? is this a new instance or were you upgrading, and what plugins do you have installed?