Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

ImageMagick related error

I'm getting this on my forum from time to time.

phpThumb() v1.7.7-200612252156 in file "phpthumb.class.php" on line 216 setSourceFilename(/var/www/vhosts/youchewpoop.com/httpdocs/forum/uploads/AccountPictures/687d41c6328c5448a676a54cffd87cff.jpg) set $this->sourceFilename to "/var/www/vhosts/youchewpoop.com/httpdocs/forum/uploads/AccountPictures/687d41c6328c5448a676a54cffd87cff.jpg" in file "phpthumb.class.php" on line 234 file_exists() = 0 in file "phpthumb.class.php" on line 1036 is_executable() = 0 in file "phpthumb.class.php" on line 1037 ImageMagickThumbnailToGD() aborting because cannot find convert in $this->config_imagemagick_path (), and `which convert` returned (/usr/bin/convert) in file "phpthumb.class.php" on line 1066 $AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 825 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 835 $this->thumbnailQuality set to "75" in file "phpthumb.class.php" on line 852 $this->sourceFilename set to "/var/www/vhosts/youchewpoop.com/httpdocs/forum/uploads/AccountPictures/687d41c6328c5448a676a54cffd87cff.jpg" in file "phpthumb.class.php" on line 754 setCacheDirectory() starting with config_cache_directory = "" in file "phpthumb.class.php" on line 859 $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 895 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 2808 starting ExtractEXIFgetImageSize() in file "phpthumb.class.php" on line 2665 $this->useRawIMoutput=false because "fltr" is set in file "phpthumb.class.php" on line 1151 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1739 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 2695 SetOrientationDependantWidthHeight() starting with "1280"x"1024" in file "phpthumb.class.php" on line 2644 SetOrientationDependantWidthHeight() setting w="280", h="200" in file "phpthumb.class.php" on line 2660 EXIF thumbnail extraction: (size=0; type=""; 0x0) in file "phpthumb.class.php" on line 2747 starting SourceImageToGD() in file "phpthumb.class.php" on line 3005 $this->useRawIMoutput=false because "fltr" is set in file "phpthumb.class.php" on line 1151 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1739 Not using EXIF thumbnail data because $this->exif_thumbnail_data is empty in file "phpthumb.class.php" on line 3046 $this->gdimg_source is still empty in file "phpthumb.class.php" on line 3098 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 3100 phpThumb() v1.7.7-200612252156 All attempts to create GD image source failed. ImageMagick is not installed (it is highly recommended that you install it). Source image is too large (1280x1024 = 1.3Mpx, max=1.7Mpx) for GD creation (either install ImageMagick or increase PHP memory_limit to at least 10M). in file "phpthumb.class.php" on line 3404 phpThumb() v1.7.7-200612252156 Image is too large for PHP-GD memory_limit, please install ImageMagick or increase php.ini memory_limit setting in file "phpthumb.class.php" on line 3404 SourceImageToGD() failed in file "phpthumb.class.php" on line 312

any ideas?
This discussion has been closed.