Advertisement
Guest User

Untitled

a guest
May 12th, 2014
2,801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. info: [notifications.init] Registering jobs.
  2. info: [user.startJobs] Registering User Jobs
  3. info: Enabling 'trust proxy'
  4. info: [plugins] Initializing plugins system
  5. info: [themes] Using theme nodebb-theme-lavender
  6. info: Static directory routed for theme: nodebb-theme-lavender
  7. info: Middlewares loaded.
  8. warn: [plugins/nodebb-widget-essentials] staticDir is deprecated, use staticDirs instead
  9. info: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  10. info: [plugins] Found 3 CSS file(s) for plugin nodebb-plugin-designer
  11. error: [plugins/nodebb-plugin-designer] This plugin's CSS is incorrectly configured, please contact the plugin author.
  12. info: [plugins] Found 1 js file(s) for plugin nodebb-theme-lavender
  13. info: [plugins] Loaded plugin: nodebb-plugin-dbsearch
  14. info: [plugins] Loaded plugin: nodebb-widget-essentials
  15. info: [plugins] Loaded plugin: nodebb-plugin-designer
  16. info: [plugins] Loaded plugin: nodebb-plugin-custom-homepage
  17. info: [plugins] Loaded plugin: nodebb-plugin-emailer-mandrill
  18. info: [plugins] Loaded plugin: nodebb-theme-lavender
  19. info: [plugins] Sorting hooks to fire in priority sequence
  20. info: [plugins] Plugins OK
  21. warn: [plugins/nodebb-plugin-designer] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:scripts.get
  22. warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/lib/designer.js. Are you sure it is defined by a plugin?
  23. warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/vendor/ace/ace.min.js. Are you sure it is defined by a plugin?
  24. warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/vendor/ace/worker-css.js. Are you sure it is defined by a plugin?
  25. warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/vendor/ace/mode-css.js. Are you sure it is defined by a plugin?
  26. info: [meta/css] Minifying LESS/CSS
  27. info: [sounds] Sounds OK
  28. info: [meta/js] Compilation complete
  29. info: [themes] Compiling templates
  30. error: Cannot read property 'value' of undefined
  31. TypeError: Cannot read property 'value' of undefined
  32. at Object.tree.Anonymous (/opt/nodebb/install/nodebb/node_modules/less/lib/less/tree/anonymous.js:4:24)
  33. at Object.tree.Import.eval (/opt/nodebb/install/nodebb/node_modules/less/lib/less/tree/import.js:99:28)
  34. at Object.tree.Ruleset.evalImports (/opt/nodebb/install/nodebb/node_modules/less/lib/less/tree/ruleset.js:139:40)
  35. at Object.tree.Ruleset.eval (/opt/nodebb/install/nodebb/node_modules/less/lib/less/tree/ruleset.js:62:21)
  36. at Object.toCSS (/opt/nodebb/install/nodebb/node_modules/less/lib/less/parser.js:575:46)
  37. at /opt/nodebb/install/nodebb/src/meta.js:367:27
  38. at Object.finish [as _finish] (/opt/nodebb/install/nodebb/node_modules/less/lib/less/parser.js:669:28)
  39. at Object.subFinish [as _finish] (/opt/nodebb/install/nodebb/node_modules/less/lib/less/import-visitor.js:63:47)
  40. at Object.subFinish [as _finish] (/opt/nodebb/install/nodebb/node_modules/less/lib/less/import-visitor.js:63:47)
  41. at Object.subFinish [as _finish] (/opt/nodebb/install/nodebb/node_modules/less/lib/less/import-visitor.js:63:47)
  42. info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
  43. info: [app] Database connection closed.
  44. info: [app] Shutdown complete.
  45.  
  46. [loader] Experienced three start attempts in 10 seconds, most likely an error on startup. Halting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement