Please read -> https://docs.nodebb.org/
Best posts made by FrankM
-
RE: I installed a plugin and the site is completely gone (502 Bad Gateway)
You can try
./nodebb reset -p <plugin name>
-
RE: How to Upgrade from v1.13.3 to v1.14.0?
I do it this way without an problem.
./nodebb stop git fetch git checkout v1.14.0 ./nodebb upgrade ./nodebb start
Us the correct user and do an backup before you do this
-
RE: Is NodeBB compliant with the GDPR (the newest legislative spam by the EU)?
@azeus said in Is NodeBB compliant with the GDPR (the newest legislative spam by the EU)?:
Hi @Julian, we just upgraded to v1.9.0. Where could we find the GDPR related settings? We don't find anything in the Admin Panel
Tks
Hi @azeus , register an new user an you will see it. And look into your profil.
sry, text in german -
RE: Canยดt login
Please change
proxy_pass http://206.189.204.4:4567;
into
proxy_pass http://127.0.0.1:4567;
-
RE: How to add ads.txt ?
This code is for nginx.
In your config for your forum you must add this code. Sry, i don't know heroku.
-
[nodebb-plugin-recent-cards] NodeBB v1.14.0
After upgrade to nodebb v1.14.0 my recent cards don't show the category image as background.
-
RE: v1.14.3 Release Notes
Please do it this way.
./nodebb stop git fetch git reset --hard origin/v1.14.x ./nodebb upgrade ./nodebb start
Latest posts made by FrankM
-
RE: error:invalid-files
Ok, fixed it.
npm i multiparty@4.2.2 ./nodebb upgrade
But i don't know why!?!?!?
-
error:invalid-files
After update to v1.15.2 i got this error when i try to upload an image. Any tip for me?
2020-11-22T12:19:07.148Z [4567/27041] - error: /api/post/upload Error: [[error:invalid-files]] at validateFiles (/home/nodebb/src/middleware/index.js:106:15) at Layer.handle [as handle_request] (/home/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/home/nodebb/node_modules/express/lib/router/route.js:137:13) at Form.<anonymous> (/home/nodebb/node_modules/connect-multiparty/index.js:114:7) at Form.emit (events.js:315:20) at emitCloseNT (internal/streams/destroy.js:87:10) at processTicksAndRejections (internal/process/task_queues.js:79:21) 2a02:908:1268:1d50:8ae5:7738:f666:faf3 - - [22/Nov/2020:12:19:07 +0000] "POST /api/post/upload HTTP/1.1" 500 76 "https://URL/topic/889/zweites-fenster" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0"
-
RE: v1.14.3 Release Notes
Please do it this way.
./nodebb stop git fetch git reset --hard origin/v1.14.x ./nodebb upgrade ./nodebb start
-
RE: [nodebb-plugin-recent-cards] NodeBB v1.14.0
Your fix works for me. Thank you!
-
RE: [nodebb-plugin-recent-cards] NodeBB v1.14.0
My version is now 1.0.13 but it don't work.
-
RE: How to Upgrade from v1.13.3 to v1.14.0?
I do it this way without an problem.
./nodebb stop git fetch git checkout v1.14.0 ./nodebb upgrade ./nodebb start
Us the correct user and do an backup before you do this
-
[nodebb-plugin-recent-cards] NodeBB v1.14.0
After upgrade to nodebb v1.14.0 my recent cards don't show the category image as background.
-
RE: How to add ads.txt ?
This code is for nginx.
In your config for your forum you must add this code. Sry, i don't know heroku.
-
RE: How to add ads.txt ?
I do it this way.
### google ads.txt location /ads.txt { root PATH TO_/nginx/forum/public/; }