I am having the following issue with this version of Timthum: 2.8.10 (running on Wordpress installation - server Ubuntu):
- When i call images from the server hosting the website i got this error:
A TimThumb error has occured The following error(s) occured:
Could not find the internal image you specified.
Query String : src=http://my-host.it/wp-content/files_mf/1346848579prog_no_pic.png TimThumb version : 2.8.10
If i copy/paste http://my-host.it/wp-content/files_mf/1346848579prog_no_pic.png in the browser i can get the image...
- When i call image from external sites it works fine. I have enabled:
define ('ALLOW_ALL_EXTERNAL_SITES', TRUE);
at line 33.