I'm trying to deploy my PHP website in Godaddy Windows shared hosting with IIS7. My site using phpThumb library to generate thumb images.
But the thumb images are not displayed, I got:
Usage: /########/filename.jpg read Usage comments for detail
When I check phpThumb.demo.check.php
, the red error occur at cache write test as below
D: / Hosting / ########### / cache / 6 / 67 / 67c / 67c4 / phpThumb_cache_########__raw67c44e91c46b79493d95da579a7fef28_par52b4fbd9e2256843fcdbe9d1f35f2875.jpeg
directory does NOT exist (before EnsureDirectoryExists())
directory does NOT exist (after EnsureDirectoryExists())
write test FAILED
The directory D: / Hosting / ########### /
cache already exists and already changed as writable from godaddy file manager.
But I note both "cache directory" and "temp directory" check result is "exists/readable/writable".
Why does phpThumb give "write test FAILED" although cache directory is exists/readable/writable ? And when I check cache folder, CacheStart.txt
file is created.