Timthumb can't show image after it's uploaded

隐身守侯 提交于 2019-12-04 07:07:24

Look in your timthumb-config.php, to check if the FILE_CACHE_DIRECTORY is set to the directory you think it is.

You could also delete the existing index.html file that's in the tim thumb cache directory, as tim thumb will automatically create it (back it up somewhere first just in case)

You may also need to check the config file to see if the MEMORY_LIMIT is set high enough for your particular images.

You should also check that the cache folder is owned by the webserver and not by you.

Other troubleshooting help here: http://www.binarymoon.co.uk/2010/11/timthumb-hints-tips/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!