---------- Post updated at 11:37 AM ---------- Previous update was at 11:35 AM ----------
Failed:
Code:
phpThumb() v1.7.9-200805132119
All attempts to create GD image source failed.
Safe Mode enabled, therefore ImageMagick is unavailable. (disable Safe Mode if possible)
Source image is too large (1600x1200 = 1.9Mpx, 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(/mounted-storage/home114c/sub005/sc66074-FPOT/www/wordpress/wp-content/qdir/IMG_0001.JPG) set $this->sourceFilename to "/mounted-storage/home114c/sub005/sc66074-FPOT/www/wordpress/wp-content/qdir/IMG_0001.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 (/usr/local/bin/convert) 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 "/mounted-storage/home114c/sub005/sc66074-FPOT/www/wordpress/wp-content/qdir/IMG_0001.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(/mounted-storage/home114c/sub005/sc66074-FPOT/www/wordpress/wp-content/qdir/IMG_0001.JPG) says image is 1600x1200 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 "1600"x"1200" 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=6186; type="2"; 160x120) 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
$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.
Safe Mode enabled, therefore ImageMagick is unavailable. (disable Safe Mode if possible)
Source image is too large (1600x1200 = 1.9Mpx, 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
Could some one please tell me why, when I run the following
php code:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<?php
$readfile = file("rss_file.xml");
for ($k=0; $k<=count($readfile)-1; $k++) {
echo "$readfile<br>";
}
</BODY>
</HTML>
the tags do not appear in... (1 Reply)
I installed a FC array for the first time and everything looks OK
in mpathadm, cfgadm, but I don't know what to do next.
# stmsboot -L
non-STMS device name STMS device name
------------------------------------------------------------------
/dev/rdsk/c2t1d0 ... (3 Replies)
Hi,
I have added 30 GB Vmware Scsci disk in RHEL
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
I want to make this 30 GB visible to OS without reboot.
Pls help (1 Reply)
Hi,
I have a strange problem. when i do ls i see a folder, say 'abc', but it disappears when i do ls -l. I cannot access or mv that folder. Solaris 10 (SPARC) doesn't allow me to create a new folder with the same name, as it already exists.
'file' command also doesn't recognize i 'abc'... (10 Replies)
Hi,
In one folder there is a hidden folder. Whenever i do any ls -a i can't see the folder. However i can get into the folder by cd .foldername.
Would you please help me to identify what is the problem here. (13 Replies)
Discussion started by: anupdas
13 Replies
6. Post Here to Contact Site Administrators and Moderators
Ultimately, I'm looking to create a script that allows me to plug in a usb drive with lots of jpegs on it & copy them over to a folder on my hard drive. So in the process of copying I am looking to hash check them, record dupes to a file, copy only 1 of the identical files (if it doesn't exsist... (1 Reply)
OS : SunOS 5.8
I am trying to add a user ad3059 to the following groups,
A B C D ( four groups A,B,C,D)
When i use usermod command and add the user to the above groups,
and go to
> groups ad3059
other C D
It doesnt show A and B groups and shows it as other.Please advice on how... (13 Replies)