jaydipsavaliya / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

Thumbnails not displaying - PHP errors in logs #358

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. http://www.michellemcdines.com
2. scroll down to bottom of lead article and random thumbnails of earlier blog 
posts are not displayed
3.

What is the expected output? What do you see instead?

I expect to see the thumbnail for each blog post, however some thumbnails are 
displayed while others show the alt text overlaid by a rotating circle.  The 
faulty thumbnails vary each time the page is accessed or refreshed.

What version of the product are you using? On what operating system?

My timthumb is built into a BigFeature wordpress theme by VFXDude.  Version 
unknown

Please provide any additional information below.

Checking the error logs within the timthumb directory under the theme, there 
are repeated errors as follows for each wrongly displayed thumbnail:

[14-Mar-2012 20:02:39] PHP Warning:  PHP Startup: Unable to load dynamic 
library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so' - 
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so: cannot open 
shared object file: No such file or directory in Unknown on line 0

Additionally the main server logs are showing errors: 

[Wed Mar 14 20:13:49 2012] [error] [client 94.116.51.24] (12)Cannot allocate 
memory: couldn't create child process: /opt/suphp/sbin/suphp for 
/home/michmcd/public_html/wp-content/themes/bigfeature/library/timthumb/timthumb
.php, referer: http://michellemcdines.com/and-so-to-cyprus/

Original issue reported on code.google.com by michelle...@gmail.com on 14 Mar 2012 at 8:28

GoogleCodeExporter commented 8 years ago
The error says you have run out of memory. This is a server issue so you'd need 
to talk to your web host.

As an aside - you are currently running an insecure version of TimThumb - 
please update to the latest version. There are lots of security improvements 
and additional features included.

Original comment by BinaryMoon on 19 Mar 2012 at 8:07