Hi, I am getting errors while uploading sometimes and could use some help resolving this.
I am able to upload images fine but then I tried to do one (it was a typical small jpeg) and got this:
Quote:
Error creating thumbnail! Error code: 1
Command:
"/usr/bin/mogrify" +profile "*" -size 100x75 -quality 100 -geometry 100x75 -unsharp 10
'/home/mypathname/public_html/gallery/data/502/thumbs/poordog.jpg'
|
Then I loaded a few more fine. Then I went to go upload a video (it was under 5 megs, under my max set) and got this, which oddly references the "poordog.jpg" from above even though this video was a totally different name and format:
Quote:
Error creating thumbnail! Error code: 1
Command:
"/usr/bin/mogrify" +profile "*" -size 100x75 -quality 100 -geometry 100x75 -unsharp 10
'/home/mypathname/public_html/gallery/data/517/thumbs/poordog.jpg'
|