Bug on multisite with subfolders
-
This plugin has problems on WordPress installs using multisite with subfolders. Timthumb won’t be able to load the images on the subsites, because the URL will look like this:
https://example.com/subfolder/wp-content/uploads/sites/2/2013/06/img-222x167.png
But there is no real
/subfolder/
directory on the server (the path will be rewritten by WordPress), but Timthumb doesn’t know that, so it can’t find the image.My solution was to modify the
foreach
loop inBJLL::_filter_images()
like this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug on multisite with subfolders’ is closed to new replies.