Adding Photo's Error Message

rephil

Joined: 2004-09-30
Posts: 2
Posted: Fri, 2004-10-01 01:53

I am getting this error message when I upload pictures. It looks like it uploads the pictures and creates the thumb nails, but the pictures are not displayed. Can some one help me?

Processing status...

- Adding DSC00001.JPG
Resizing/compressing original image
No resizing required convert.exe: no profile `'*'' found.
File c:/inetpub/wwwroot/gallery/albums/Test-Album/DSC00001.jpg type 2.

Executing:

c:\imagemagick\convert -quality 90 -size 150x150 +profile '*' c:\inetpub\wwwroot\gallery\albums\Test-Album\DSC00001.jpg -geometry 150x150 c:\inetpub\wwwroot\gallery\albums\Test-Album\DSC00001.thumb.jpg

Results:

none

Status: 1 (expected 0)
Warning: filemtime() [function.filemtime]: stat failed for C:/WINDOWS/TEMP\gal8.tmp in C:\Inetpub\wwwroot\gallery\util.php on line 1834

- Resizing DSC00001 convert.exe: no profile `'*'' found.

Executing:

c:\imagemagick\convert -quality 90 -size 640x640 +profile '*' c:\inetpub\wwwroot\gallery\albums\Test-Album\DSC00001.jpg -geometry 640x640 c:\inetpub\wwwroot\gallery\albums\Test-Album\DSC00001.sized.jpg

Results:

none

Status: 1 (expected 0)
No email sent as no valid email addresses were found

----
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://www.rephil.com/gallery/
Gallery version: 1.44
Apache version:
PHP version (don't just say PHP 4, please): 5.02
Graphics Toolkit: imagemagick
Operating system: windows 2003
Web browser/version (if applicable): IE 6 and Firefox 1.0

 
rephil

Joined: 2004-09-30
Posts: 2
Posted: Fri, 2004-10-01 03:19

I figured it out.

Thanks,

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3473
Posted: Fri, 2004-10-01 04:18

Okay... can you share what the problem was, how you figured it out, and how you fixed it? It'll be very helpful to other folks who search through the forums looking for answers.

Thanks! And best of luck with your gallery.
-Beckett (

)

 
mikejp

Joined: 2004-10-02
Posts: 3
Posted: Sat, 2004-10-02 23:27
rephil wrote:
I figured it out.

Thanks,

I'm getting that same error. Can you share the solution please.

 
hapklaar

Joined: 2005-07-12
Posts: 2
Posted: Tue, 2005-07-12 15:57

same here, what was the solution?