Trisweb, a question or feature request: I am one of those "in php_safe_mode, which can't create script-writable directories". It's bad in that the default ZP installation doesn't expect safe_mode to be on and the whole cache business breaks down, resulting in no thumbs whatsoever.
I've therefore tried a small patch on the i.php, as follows, to detect safe_mode automatically and adapt cache generation accordingly. It just simply switches off subdir generation and changes the "/" separator of the cached file to "___" (a random choice). Maybe more could be done with safe_mode_gid detection, which I didn't have time to try.
Could this patch make it into the standard distro?
The link to the patch: http://premek.abilo.net/index.php?s=txp&t=zenphoto-in-safe_mode
Premek
PS: My first post here, so I'd also like to give due credits to all Zenphoto developers for this piece of work :-)