bfintal / bfi_thumb

WP Image Resizer & a replacement for Timthumb. Extends and uses the default capabilities of WordPress' Image Editors to add some basic Timthumb capabilities.
http://bfintal.github.com/bfi_thumb/
GNU General Public License v3.0
206 stars 53 forks source link

Does BFI_Thumb work with php 5.3? #8

Closed DaveG43 closed 10 years ago

DaveG43 commented 10 years ago

I am having issues with the thumbnails not showing, the imagepath is there but no image. Just checking to see if this has been tested on 5.3?

bfintal commented 10 years ago

Yes it works in PHP 5.3.

You can check if it has generated the resized image properly in your wp-content/uploads/bfi_thumb folder.

DaveG43 commented 10 years ago

Thank you for confirming! Are there any dependancies - GD library imagemagick?

I have it working on one server with php 5.2 but the live server isnt working for some reason so I am trying to cross out what the differences are.

Many thanks

bfintal commented 10 years ago

It just uses what WP uses (GD or ImageMagick, whatever's available).

From the top of my head a possible cause might be permissions on the uploads folder, or the image being resized is too large.