timthumb.php thumbnails not displaying
-
I’m trying to run this timthumb resizing script:
The php file is accessible, the image that it is trying to resize is accessible, and a resized image is even being generated and cached on both my web server and the corresponding folder on my CDN: https://inthenameofgadd.com/wp-content/themes/thedawn/lib/scripts/cache/193dc0f2c02d80b0f14c092ec6c9957a.jpg
However, I can’t get it to display on the site. I realize that I am trying to run a script that is located on my CDN for an image on my web server, and timthumb.php sets ‘ALLOW_EXTERNAL’ to false, but it also has an ‘$allowedSites’ array, and I have added my domain to that. I’ve seen with previous php scripts that godaddy has issues with ‘mime_type’, but in researching this issue, that does not seem the be the problem in this case, at least I don’t think it is.
Anyone have any ideas?
- The topic ‘timthumb.php thumbnails not displaying’ is closed to new replies.