• /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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter enlightenmental

    (@enlightenmental)

    this can be solved if you use the HTML character for “+”

    %2B = +

    so I just have to str_replace the url

    Plugin Author Milan Dinić

    (@dimadin)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cache Images Plguin and Timthumb symbols viewd as a space’ is closed to new replies.