Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Anjin
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 2
    • Groups 0

    Anjin

    @Anjin

    2
    Reputation
    262
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Anjin Follow

    Best posts made by Anjin

    • RE: Connection lost when attempting to upload a new profile picture or cover picture

      I had this problem as well, also impacted image uploading in messages.

      First updated to the newest nodebb release (1.11.0) and Node.js stable @ (11.2).

      Tried to downgrade Node.js back to (10.12) with no love.

      Returned to Node.js stable (11.2), and fixed by simply building sharp locally.

      npm install --build-from-source sharp
      

      Cheers
      Anjin

      posted in Technical Support
      A
      Anjin
    • RE: 1.10.1 → 1.10.2 libvips + whole X server dependency?

      I was able to get sharp working by simply building it locally.

      npm install --build-from-source sharp
      

      The only thing missing on my minimal centos 7 image, was g++.

      posted in Technical Support
      A
      Anjin

    Latest posts made by Anjin

    • RE: 1.10.1 → 1.10.2 libvips + whole X server dependency?

      I was able to get sharp working by simply building it locally.

      npm install --build-from-source sharp
      

      The only thing missing on my minimal centos 7 image, was g++.

      posted in Technical Support
      A
      Anjin
    • RE: Connection lost when attempting to upload a new profile picture or cover picture

      I had this problem as well, also impacted image uploading in messages.

      First updated to the newest nodebb release (1.11.0) and Node.js stable @ (11.2).

      Tried to downgrade Node.js back to (10.12) with no love.

      Returned to Node.js stable (11.2), and fixed by simply building sharp locally.

      npm install --build-from-source sharp
      

      Cheers
      Anjin

      posted in Technical Support
      A
      Anjin
    • NodeBB SSO for Dancer2 with Session Cookies

      Would anyone have the ability and time for a NodeBB plugin that allowed authentication against an existing Dancer2 Session Cookie?

      https://metacpan.org/pod/Dancer2::Session::cookie

      I have been poking around with using the Shared Session Cookie plugin, but the required libraries break the Dancer2 application I inherited. So I am stuck tween a rock and a hard place, supporting both an application I have limited knowledge of, and an existing NodeBB forum.

      Currently the forum is authenticating using the WordPress SSO plugin.

      Funds might be available for the right solution. Thanks in advance.

      Cheers
      Anjin

      posted in Plugin Requests
      A
      Anjin
    • RE: After upgrade from 1.5.x to 1.6.0, New Topic does not work

      @anjin and... its not working again. Was stable for a short period. No errors, no warnings, just the New Topic button does not work.

      posted in Technical Support
      A
      Anjin
    • RE: After upgrade from 1.5.x to 1.6.0, New Topic does not work

      @pitaj no errors, client or server side. Just button no workie.

      posted in Technical Support
      A
      Anjin
    • RE: After upgrade from 1.5.x to 1.6.0, New Topic does not work

      I pulled all the plugins out, restored them one by one. And things started working right.

      posted in Technical Support
      A
      Anjin
    • After upgrade from 1.5.x to 1.6.0, New Topic does not work

      No errors, nothing in the logs. Just New Topic dosnt work.

      Anyone have similar problems or have some ideas for fixing it?

      posted in Technical Support
      A
      Anjin
    • Change all postings for a one user to another user.

      Moved things by my managements request to be externally managed users only. But there are a large number of postings for a few local users that would like to be moved. I tried doing some database edits with mongodb, but was not successful in changing the UID of a posting. Anyone have a method for this? Thank you from a Nodebb nuwbie.

      posted in Technical Support
      A
      Anjin