Open AdamBoman opened 10 years ago
Adding the code
.replace( /:/g, '-')
to tasks/lib/photobox.js line 86, tasks/lib/photoboxScript.js line 69 and tasks/tpl/magic.tpl line 199 solved the issue for me.
Hey, ja well...
The solution is really not good, I took in first place. Should be refactored anyway. But if you would propose PR I could check it on the weekend. :)
There appears to be an issue when the URL contains a colon, such as "http://localhost:8888/". The colon remains in the filename and in the command line parameters to ImageMagick. This causes problems, at least on Windows.