Hello,
just installed NodeBB on Ubuntu 14.04 LTS 64 bit (AWS). I use 0.6.x and MongoDB.
All worked, but when I activated the Vanilla theme (Lavender was active), things seems to be broken ...
- cannot logout
- all admin pages are not found
- can't post
JS console says at page load in front end:
[Error] ReferenceError: Can't find variable: config
i (nodebb.min.js, line 14)
(anonyme Funktion) (nodebb.min.js, line 14)
global code (nodebb.min.js, line 14)
[Error] ReferenceError: Can't find variable: config
(anonyme Funktion) (nodebb.min.js, line 14)
u (nodebb.min.js, line 1)
fireWith (nodebb.min.js, line 1)
ready (nodebb.min.js, line 1)
P (nodebb.min.js, line 1)
And back end:
[Error] ReferenceError: Can't find variable: config
socketIOConnect (app.js, line 23)
(anonyme Funktion) (app.js, line 603)
global code (app.js, line 617)
[Error] ReferenceError: Can't find variable: templates
(anonyme Funktion) (app.js, line 368)
fire (jquery.js, line 3087)
fireWith (jquery.js, line 3199)
ready (jquery.js, line 433)
completed (jquery.js, line 104)
Tried:
./nodebb reset theme
But this command loads the broken Vanilla theme again and again, although it started with Lavender ...
Any suggestions?