Im having a big problem, the thumbnail images in my site http://sanaafrica.com/home/ are not showing!
Anyway of fixing this? My little research has indicated to me that this may be a timthumb problem…? Anyway please help me out. I need these pics showing for my shop…
hi,
I’ve had the same problem, i spoked with host company and they said that problem is in cache directory, u need to change permission yo 755 or 777 and after that u need to go to your plugin folder, /wp-content/plugins/dukapress/lib/timthumb.php and edit file at 38 line as it shown down (add two dots before /cache). i hope that will help you
if(! defined(‘FILE_CACHE_DIRECTORY’) ) define (‘FILE_CACHE_DIRECTORY’, ‘../cache’); // Directory where images are cached.