Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. sweetp
    3. Posts
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by sweetp

    • RE: Who is using NodeBB?

      Ive been running NodeBB for my support forum for a little over a year now, and are super happy with it:
      support.sweetpproductions.com

      I also included css support for dark mode in my custom theme.
      😊

      posted in General Discussion
      S
      sweetp
    • RE: How to remove the icon before "thread being removed to other section"

      thanks @PitaJ, Im ok with that, I'll probably never run the command again. In this particular case, I changed the structure of my forum and moved a large number of topics into different categories.

      posted in General Discussion
      S
      sweetp
    • RE: How to remove the icon before "thread being removed to other section"

      So, after searching through the source code, and comparing topics - I ended up altering my Postgres database instead, with the following query:
      UPDATE legacy_hash SET data = data - 'oldCid';

      I havn't seen any adverse affects... is there something which I need to be aware of?

      posted in General Discussion
      S
      sweetp
    • RE: How to remove the icon before "thread being removed to other section"

      does someone have a solution to this?

      posted in General Discussion
      S
      sweetp
    • RE: NodeBB 1.13.0: a little snow won't slow us down

      no problems for my Ubuntu 18.04/Postgres update either

      posted in Announcements
      S
      sweetp
    • RE: Formatting is all jacked up when I login to your forum?

      I had the same issue, and fixed it by changing the Skin in my user settings

      posted in General Discussion
      S
      sweetp
    • RE: NodeBB v1.12.2 released!

      I upgraded yesterday as soon as I saw the update posted.
      so far so good. πŸ‘

      posted in Announcements
      S
      sweetp
    • RE: email notifications for post queue

      @baris thanks,
      there are so many configuration options, it takes time to find things
      I found the option on Settings>User if anyone else is looking for it
      πŸ™‚

      posted in Technical Support
      S
      sweetp
    • email notifications for post queue

      is it possible to receive email notifications when new posts are queued for review?
      I was recently caught out by this with a number of posts stuck in limbo

      posted in Technical Support
      S
      sweetp
    • RE: NodeBB v1.12.0 is released!

      no problems on my forums as far as I can tell.
      instant search is great, awesome work!

      posted in Announcements
      S
      sweetp
    • RE: image upload issues

      I finally got the error fixed.
      here's what happened, I am running a Plesk Onyx server, and installed the NodeJS update according to this guide:

      Install additional node versions in Plesk Onyx

      Install additional node versions in Plesk Onyx

      This a guidance not a problem to solve, to help those which have the same issue I had Enable Node support in Plesk Onyx: Install the "Node support" simply from your "update and updates" Plesk int...

      And while everything looked good within Plesk, when I ran the command:

      node -v
      

      the old v8.9.1 of NodeJS would show as being current...

      so all I did was this:

      nvm use 10.15
      npm install
      npm rebuild
      

      now everything is finally running just fine again
      πŸ™‚

      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      ah, I didn't post, because it's virtually identical to the previous output:

      npm rebuild --build-from-source

      npm rebuild --build-from-source

      npm rebuild --build-from-source Β· GitHub

      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      @PitaJ said in image upload issues:

      npm rebuild --build-from-source

      still get the error, unfortunately

      ERROR
      Something went wrong while parsing server response
      
      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      here's the full output:

      NodeBB v1.1.2 npm rebuild

      NodeBB v1.1.2 npm rebuild

      NodeBB v1.1.2 npm rebuild Β· GitHub

      I then also chown the NodeBB directory, then:

      systemctl stop nodebb
      systemctl start nodebb
      

      I have also update to NodeBB v1.1.2 and still have the same issue
      😞

      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      @PitaJ still no luck 😞
      Im running on Centos 7 if that makes any difference

      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      I recently upgraded from nodejs 9.10.1 to 10.15.0, and the problem has come back
      😞

      ERROR
      Something went wrong while parsing server response
      
      [Error] Failed to load resource: the server responded with a status of 502 () (upload, line 0)
      https://support.sweetpproductions.com/api/post/upload
      
      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      I managed to get the uploads working by adding the following to my Apache & nginx Settings on the Additional nginx directives in my Plesk Onyx panel:

      location / {
      	proxy_set_header X-Real-IP $remote_addr;
      	proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      	proxy_set_header X-Forwarded-Proto $scheme;
      	proxy_set_header Host $http_host;
      	proxy_set_header X-NginX-Proxy true;
      
      	proxy_pass http://127.0.0.1:4567;
      	proxy_redirect off;
      
      	# Socket.IO Support
      	proxy_http_version 1.1;
      	proxy_set_header Upgrade $http_upgrade;
      	proxy_set_header Connection "upgrade";
      }
      
      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      im still getting 502 errors when trying to upload:

      [Error] Failed to load resource: the server responded with a status of 502 () (upload, line 0)
      
      https://support.sweetpproductions.com/api/post/upload
      
      posted in Technical Support
      S
      sweetp
    • RE: image upload issues

      I fixed the deletion of orphaned files by changing file permissions on my NOdeBB install, but I still can't upload new images.

      posted in Technical Support
      S
      sweetp
    • image upload issues

      Im having trouble with image uploads, and always get this:

      ERROR
      Something went wrong while parsing server response
      

      I also get this error when trying to delete orphaned images from the Manage/Uploads admin page:

      Γ—ERROR
      EACCES: permission denied, unlink '/var/www/vhosts/.../NodeBB/public/uploads/files/1540629625930-4c7e9f63-94d1-4d0f-a73b-9b77513956e1-image.png'
      

      maybe its a permissions issue
      the public folder in my install is owned by root, is that correct?

      posted in Technical Support
      S
      sweetp
    • 1
    • 2
    • 3
    • 1 / 3