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++.
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++.
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
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
@anjin and... its not working again. Was stable for a short period. No errors, no warnings, just the New Topic button does not work.
@pitaj no errors, client or server side. Just button no workie.
I pulled all the plugins out, restored them one by one. And things started working right.
No errors, nothing in the logs. Just New Topic dosnt work.
Anyone have similar problems or have some ideas for fixing it?
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.