Ok, installed PhotoQ and succesfully uploaded some images but when I went to post the images I got this error message:
Failed:
phpThumb() v1.7.9-200805132119
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 (800x533 = 0.4Mpx, max=6.7Mpx) for GD creation (either install ImageMagick or increase PHP memory_limit to at least 33M).
phpThumb() v1.7.9-200805132119 in file "phpthumb.class.php" on line 216
setSourceFilename(/var/www/vhosts/andrewareoff.com/httpdocs/wp-content/qdir/176.jpg) set $this->sourceFilename to "/var/www/vhosts/andrewareoff.com/httpdocs/wp-content/qdir/176.jpg" in file "phpthumb.class.php" on line 243
file_exists() = 0 in file "phpthumb.class.php" on line 1105
is_executable() = 0 in file "phpthumb.class.php" on line 1106
ImageMagickThumbnailToGD() aborting because cannot find convert in $this->config_imagemagick_path (), and which convert returned (which: no convert in (/sbin:/usr/sbin:/bin:/usr/bin)) in file "phpthumb.class.php" on line 1135
$AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 888
$this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 899
$this->thumbnailQuality set to "95" in file "phpthumb.class.php" on line 916
$this->sourceFilename set to "/var/www/vhosts/andrewareoff.com/httpdocs/wp-content/qdir/176.jpg" in file "phpthumb.class.php" on line 817
setCacheDirectory() starting with config_cache_directory = "" in file "phpthumb.class.php" on line 923
$this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 959
SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 3076
starting ExtractEXIFgetImageSize() in file "phpthumb.class.php" on line 2920
GetImageSize(/var/www/vhosts/andrewareoff.com/httpdocs/wp-content/qdir/176.jpg) says image is 800x533 in file "phpthumb.class.php" on line 2930
$this->useRawIMoutput=true after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1252
ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1891
ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 2966
SetOrientationDependantWidthHeight() starting with "800"x"533" in file "phpthumb.class.php" on line 2899
SetOrientationDependantWidthHeight() setting w="80", h="0" in file "phpthumb.class.php" on line 2915
EXIF thumbnail extraction: (size=0; type=""; 0x0) in file "phpthumb.class.php" on line 3015
starting SourceImageToGD() in file "phpthumb.class.php" on line 3273
$this->useRawIMoutput=true after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1252
ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1891
Not using EXIF thumbnail data because $this->exif_thumbnail_data is empty in file "phpthumb.class.php" on line 3329
$this->gdimg_source is still empty in file "phpthumb.class.php" on line 3381
ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 3383
phpThumb() v1.7.9-200805132119
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 (800x533 = 0.4Mpx, max=6.7Mpx) for GD creation (either install ImageMagick or increase PHP memory_limit to at least 33M). in file "phpthumb.class.php" on line 3709
phpThumb() v1.7.9-200805132119
Image (JPEG) 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 3709
SourceImageToGD() failed in file "phpthumb.class.php" on line 323
This is the GD version details on my server:
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
I have checked the memory limit, this is:
: memory_limit 32M
Where am I going wrong?
resolved