PhpThumb is gonna make me crazy... HELP!!!!

More
8 years 1 month ago #61145 by fortino
I have this "problem" and I REALLY don't know how to solve it.
Code:
Failed: phpThumb() v1.7.14-201602212037 in file "phpthumb.class.php" on line 232 setSourceFilename(/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/./porto_sv.jpg) set $this->sourceFilename to "/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/./porto_sv.jpg" in file "phpthumb.class.php" on line 299 file_exists() = 0 in file "phpthumb.class.php" on line 1426 file_exists_ignoreopenbasedir() = 0 in file "phpthumb.class.php" on line 1427 is_file() = 0 in file "phpthumb.class.php" on line 1428 is_executable() = 0 in file "phpthumb.class.php" on line 1429 using ImageMagick path from `which convert` (/usr/bin/convert) in file "phpthumb.class.php" on line 1450 ImageMagick version checked with "convert --version" in file "phpthumb.class.php" on line 1491 ImageMagick convert --version says "Version: ImageMagick 6.7.7-10 2014-03-06 Q16 " in file "phpthumb.class.php" on line 1499 Addding ImageMagick formats to $AvailableImageOutputFormats (text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 971 $AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 977 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 988 $this->thumbnailQuality set to "96" in file "phpthumb.class.php" on line 1005 resolvePath: /srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/./porto_sv.jpg (allowed_dirs: Array ( ) ) in file "phpthumb.class.php" on line 1148 resolvePath: iteration, path=/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/./porto_sv.jpg, base path = /srv/http/www.mysite.com/pub in file "phpthumb.class.php" on line 1167 open_basedir: "/srv/http/www.mysite.com/" in file "phpthumb.class.php" on line 1134 resolvePath: stop at component 12 in file "phpthumb.class.php" on line 1183 resolvePath: stop at path=/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/porto_sv.jpg in file "phpthumb.class.php" on line 1186 resolvePath: path parsed, over in file "phpthumb.class.php" on line 1192 $this->sourceFilename set to "/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/porto_sv.jpg" in file "phpthumb.class.php" on line 901 setCacheDirectory() starting with config_cache_directory = "" in file "phpthumb.class.php" on line 1013 $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 1049 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 3495 starting ExtractEXIFgetImageSize() in file "phpthumb.class.php" on line 3327 GetImageSize(/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/porto_sv.jpg) says image is 620x415 in file "phpthumb.class.php" on line 3337 $this->useRawIMoutput=true after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1599 phpThumb_tempnam() returning "/srv/http/www.mysite.com/pub" in file "phpthumb.class.php" on line 4369 ImageMagickSwitchAvailable(thumbnail) = 1 in file "phpthumb.class.php" on line 1536 ImageMagickSwitchAvailable(density) = 1 in file "phpthumb.class.php" on line 1536 GetImageSize(/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/porto_sv.jpg) SUCCEEDED: Array ( [0] => 620 [1] => 415 [2] => 2 [3] => width="620" height="415" [bits] => 8 [channels] => 3 [mime] => image/jpeg ) in file "phpthumb.class.php" on line 1691 GetImageSize(/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/porto_sv.jpg) returned [w=620;h=415;f=2] in file "phpthumb.class.php" on line 1696 source dimensions set to 620x415 in file "phpthumb.class.php" on line 1699 SetOrientationDependantWidthHeight() starting with "620"x"415" in file "phpthumb.class.php" on line 3306 SetOrientationDependantWidthHeight() setting w="400", h="300" in file "phpthumb.class.php" on line 3322 Remaining $this->fltr after ImageMagick: (array(0) { } ) in file "phpthumb.class.php" on line 2223 ImageMagickSwitchAvailable(quality;interlace) = 1 in file "phpthumb.class.php" on line 1533 ImageMagick called as (convert -density '150' -background '#FFFFFF' -thumbnail '400x300' -quality '96' -interlace line '/srv/http/www.mysite.com/pub/images/stories/flexicontent/item_2365_field_18/original/porto_sv.jpg[0]' jpeg:'/srv/http/www.mysite.com/pub' 2>&1) in file "phpthumb.class.php" on line 2242 GetImageSize(/srv/http/www.mysite.com/pub) returned [w=;h=;f=] in file "phpthumb.class.php" on line 2259 $this->useRawIMoutput set to TRUE because ImageCreateFromJPEG(/srv/http/www.mysite.com/pub) failed in file "phpthumb.class.php" on line 2269 deleting "/srv/http/www.mysite.com/pub" in file "phpthumb.class.php" on line 2272 Skipping rest of GenerateThumbnail() because ($this->useRawIMoutput == true) in file "phpthumb.class.php" on line 374 RenderOutput copying $this->IMresizedData (0 bytes) to $this->outputImage in file "phpthumb.class.php" on line 461

please help me

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #61147 by fortino
solved: I replaced the version included in flexicontent 3.0.14 rc2 with the last version available in the official site.

Testing right now, finger cross!!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.461 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline