Page 1 of 1
					
				Re: Can't output any images
				Posted: 2007-08-10T11:03:06-07:00
				by ridera
				Try version 6.3.4;  
There are some topics on this subject.  We had to switch back to 6.3.4 to get any outputs.
			 
			
					
				Re: Can't output any images
				Posted: 2007-08-10T21:11:30-07:00
				by croesus
				how do you go back? same as a standard install?
			 
			
					
				Re: Can't output any images
				Posted: 2007-08-24T15:56:17-07:00
				by slitz
				hello!
i've got the same problem here.
MagickEchoImageBlob() and MagickWriteImage() are always returning FALSE and MagickGetExceptionString returns the empty string.
i'm on Mac OSX 10.4, apache2 and php5 and i'm using ImageMagick 6.3.5 Q16 installed via MacPorts.
an hour ago i red this post and tried to follow ridera advice so i installed ImageMagick 6.3.4 via the source, when i'm configuring the MagickWand i get this non-sense error.
Code: Select all
Building with ImageMagick as backend
checking for ImageMagick / MagickWand in default path... found in /usr/local
checking for ImageMagick / MagickWand 6.3.4 or greater with /usr/local/bin/Wand-config... 6.3.4
configure: error: ImageMagick / MagickWand 6.3.4 or later is required to compile php with magickwand support
i'm using this method to install MagickWand -> 
http://www.bitweaver.org/wiki/ImageMagick 
			
					
				Re: Can't output any images
				Posted: 2007-08-25T14:27:02-07:00
				by slitz
				Just saw this thread on bugs section -> 
viewtopic.php?f=3&t=9403&p=29460#p29460
might be interesting to everyone with this problem.