enlightenmental
Member
Posted 1 year ago #
/wp-content/themes/dating-divas/timthumb.php?src=/wp-content/uploads/Charlene+54+edit.jpg&w=125&h=130&zc=1
file not found wp-content/uploads/Charlene 54 edit.jpg
when the Cache Images plugin imports images that contain "+" in the filename, timthumb views the "+" as " " (A SPACE)
and timthumb is unable to generate the thumbnail since it cant find the source
any ideas on how to fix this?
http://wordpress.org/extend/plugins/cache-images/
enlightenmental
Member
Posted 1 year ago #
this can be solved if you use the HTML character for "+"
%2B = +
so I just have to str_replace the url
If image is successfully cached, then Cache Images is working as it should. We had problems with + signs that prevented caching from Blogger and current situation is not best but I can't solve it better.
You can simply rename problematic files with my other plugin.