oh lt is easy to solve this question
Go to redis
Find the key of SSO plugins
0_1446634268113_upload-b58be9b5-6919-474f-804d-1abdf02111cc
copy that and add that in your ordinary
0_1446634315164_upload-a4ca79f0-1802-4891-8712-170ff217560d
0_1446635036399_upload-25edcd6e-2775-4cf4-9122-330cedb2f71c
0_1446635056946_upload-d6b7373d-c40b-485b-bbb1-a8c55644d2f2
0_1446635071909_upload-abb4f6b9-ecf7-4bec-b5e7-cffa4a0ac7eb
Excellent!
[nodebb-plugin-custom-pages] "You seem to have stumbled upon a page that does not exist."
-
I tried entering the routing as above, thank you for the correct routing format btw, but now i get a splash page for http.com. i had an error before but it appears that it was a dns error, due to the new result a day later.
What is the format of the header, footer and content? HTML? its not been working. Any differences between what is expected by the program and traditional HTML?
-
The above suggestions doesn't seem to fix it. The main problem is that the template files actually gets deleted - though they reappear upon restart. I'm not able to figure out exactly what is causing it, since nothing gets parsed in the log files when it happens. (Except the error message stating that the lookup of view failed)
-
@atrius said:
The above suggestions doesn't seem to fix it.
Oh, yeah; indeed. You got the nasty one.
22/9 03:01 [5842] - error: Error: ENOENT, open '/home/atrius/nodebb/public/templates/teamspeak.tpl' 22/9 03:01 [5842] - error: /teamspeak
The error prevents NodeBB from starting up, ending in
3 restarts in 10 seconds, most likely an error on startup. Halting.
, correct? -
@rbeer Nope, that line is not to be found within my logs and NodeBB starts up just fine.
Full log output:
26/9 11:57 [5974] - error: Error: ENOENT, open '/home/atrius/pannekake-nodebb/public/templates/teamspeak.tpl' 26/9 11:57 [5974] - error: /teamspeak Error: ENOENT, open '/home/atrius/pannekake-nodebb/public/templates/teamspeak.tpl' 26/9 11:57 [5974] - error: Error: Failed to lookup view "teamspeak" in views directory "/home/atrius/pannekake-nodebb/public/templates" at EventEmitter.render (/home/atrius/pannekake-nodebb/node_modules/express/lib/application.js:579:17) at ServerResponse.render (/home/atrius/pannekake-nodebb/node_modules/express/lib/response.js:961:7) at ServerResponse.res.render (/home/atrius/pannekake-nodebb/src/middleware/middleware.js:349:10) at renderCustomPage (/home/atrius/pannekake-nodebb/node_modules/nodebb-plugin-custom-pages/library.js:11:6) at Layer.handle [as handle_request] (/home/atrius/pannekake-nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/home/atrius/pannekake-nodebb/node_modules/express/lib/router/route.js:131:13) at /home/atrius/pannekake-nodebb/src/middleware/middleware.js:195:5 at /home/atrius/pannekake-nodebb/public/src/modules/translator.js:156:6 at /home/atrius/pannekake-nodebb/public/src/modules/translator.js:177:4 at Object.translator.load (/home/atrius/pannekake-nodebb/public/src/modules/translator.js:206:5)
-
That's odd.
I actually can't reproduce your error. On 3 different setups, it's just working as long as you don't use
/
in the route field.Does running the forum with
./nodebb dev
instead ofstart
give more information? Because that's not a 'Full log'.