You probably have another plugin that is using the hook filter:parse.post that is not passing the correct data back, check your plugins for the ones that are using that hook.
Upgrade from 0.2.0 to 0.2.1 modified icons on homepage
-
I'm unsure if this was a desired effect, but the upgrade stretched the width of my category icons. It no longer looks the same and I'm having difficulty getting it back to the way it was. This might have happened to others. Any ideas as to what happened and how this could be resolved? I'm working with git to see if I can pinpoint what happened.
-
@julian node app --upgrade is throwing an error on
nodebb/node_modules/redis/index.js:535
Error: Could not load the bindings file. Tried: etc.... -
That seems to have been the issue. I ran a git pull, then npm install followed by npm update. After performing the step you listed, node app --upgrade worked correctly. However now I receive the following error.
error: Problem minifying client-side libraries, exiting. -
Problem Solved. I failed to realize that I was trying to run NodeBB on a privileged port and that I had not granted proper permissions for it to do so. My site is up. Thanks for your help @julian, what you suggested did work as well.