• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

D

derrg

@derrg
About
Posts
10
Topics
1
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    RE: Question about docs branch
  • D derrg

    Thanks 🙂


  • RE: Question about docs branch
  • D derrg

    It's merged with the docs branch, which isn't being used though. :<


  • RE: Question about docs branch
  • D derrg

    Cool, would it be possible to merge my most recent change into master?


  • Question about docs branch
  • D derrg

    Hey all, I noticed that there's a docs branch that hasn't been touched since the end of April (less a pull request I put in today). Is this branch still active? I have another pull request waiting to bring it up to date with master if it is.


  • RE: getting error nodebb adress already in use
  • D derrg

    You can check to see if nodebb is running with ps -ewwo pid,args | grep nodebb.


  • RE: Can't upload profile pics on Windows server install
  • D derrg

    I've managed to reproduce the issue on Win2k8R2. It's coming from ImageMagick not being installed/configured correctly.

    reproduced.png

    These are the steps I took to fix the issue:

    1. Go out and install the latest version of ImageMagick

    2. After running the installer make sure that you close the command prompt from which you are running NodeBB.

    3. Open a new command prompt and rerun node app.js

    The problem should be fixed! 🙂resolved.png


  • RE: Can't upload profile pics on Windows server install
  • D derrg

    I'll try to reproduce the error and see if I can't fix it.


  • RE: Can't upload profile pics on Windows server install
  • D derrg

    Looks like a permissions error, but their solution is to use require('gm').subClass({ imageMagick : true}).

    Maybe Linux is the answer for you after all! 😆


  • RE: Can't upload profile pics on Windows server install
  • D derrg

    I can't blame you; Windows can be pretty finicky sometimes. If you have UAC enabled, I think you might still have to specify that you want to run your command prompt in Administrator mode. I'd double check that just to make sure.

    I found someone who was having somewhat similar problems with node's GraphicsMagick (gm) plugin on StackOverflow and it looks like their solution involved changing require('gm').subClass({imageMagick:true}) to require('gm'), as well as running node from Administrator mode.


  • RE: Can't upload profile pics on Windows server install
  • D derrg

    Have you tried running node from a command prompt in Administrator mode ('Run as Administrator')?

  • Login

  • Don't have an account? Register

  • Login or register to search.

  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.