Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. FrankM
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 57
    • Best 16
    • Groups 1

    FrankM

    @FrankM

    Users with 50 posts

    19
    Reputation
    267
    Profile views
    57
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    FrankM Follow
    Users with 50 posts

    Best posts made by FrankM

    • RE: I'am an beginner, please help me for Nodebb installation

      Please read -> https://docs.nodebb.org/

      posted in Technical Support
      F
      FrankM
    • RE: I installed a plugin and the site is completely gone (502 Bad Gateway)

      You can try

      ./nodebb reset -p <plugin name>
      posted in Technical Support
      F
      FrankM
    • 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 ๐Ÿ˜‰

      posted in Technical Support
      F
      FrankM
    • 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.

      0_1525894998162_Bildschirmfoto vom 2018-05-09 21-42-40.png
      sry, text in german ๐Ÿ˜‰

      posted in General Discussion
      F
      FrankM
    • RE: [nodebb-plugin-ns-embed] NS Embed

      @The-Worms Thanks, works fine! ๐Ÿ™‚

      posted in NodeBB Plugins
      F
      FrankM
    • RE: Canยดt login

      Please change

      proxy_pass http://206.189.204.4:4567;
      

      into

      proxy_pass http://127.0.0.1:4567;
      posted in Technical Support
      F
      FrankM
    • 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.

      posted in General Discussion
      F
      FrankM
    • [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.

      posted in NodeBB Plugins
      F
      FrankM
    • RE: Canยดt login

      On my first installation i do the same failure ๐Ÿ˜‰

      posted in Technical Support
      F
      FrankM
    • 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
      posted in General Discussion
      F
      FrankM

    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!?!?!?

      posted in Technical Support
      F
      FrankM
    • 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"
      posted in Technical Support
      F
      FrankM
    • 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
      posted in General Discussion
      F
      FrankM
    • RE: [nodebb-plugin-recent-cards] NodeBB v1.14.0

      Your fix works for me. Thank you!

      posted in NodeBB Plugins
      F
      FrankM
    • RE: [nodebb-plugin-recent-cards] NodeBB v1.14.0

      My version is now 1.0.13 but it don't work.

      posted in NodeBB Plugins
      F
      FrankM
    • 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 ๐Ÿ˜‰

      posted in Technical Support
      F
      FrankM
    • [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.

      posted in NodeBB Plugins
      F
      FrankM
    • 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.

      posted in General Discussion
      F
      FrankM
    • RE: How to add ads.txt ?

      I do it this way.

      ### google ads.txt
      location /ads.txt {
           root PATH TO_/nginx/forum/public/;
      }
      posted in General Discussion
      F
      FrankM
    • RE: Send Validation EMail

      Yes, send email as admin.

      posted in Technical Support
      F
      FrankM