I think zenphotopress has currently an compatibility issue. You should link to the cached image directly yourdomain.com/cache//.
The image processor i,php requires also an token to work. This has been added to prevent people to overload your server by sending random requests to the image processor.
sbillard,
Just make sure my config is correct, please take a look on following printscreen.
http://s13.postimg.org/uhxs3c68l/Photo_Gallery_admin_options_image.jpg
If it is the correct, then there is something wrong with the coding, as it return blank page without error.
Here is the debug Log:
{4774:Fri, 19 Apr 2013 15:18:31 GMT} Zenphoto v1.4.4.4[121605f7d74b874e059338dee7accca873881c6d]
Loading GD
{4774:Fri, 19 Apr 2013 15:18:32 GMT}
i.php(kate-tsui-tsz-shan, kate-tsui-20110504-131612.jpg): $size=, $width=, $height=, $cw=, $ch=, $cx=, $cy=, $quality=85, $thumb=, $crop=, $thumbstandin=, $passedWM=, $adminrequest=, $effects=
{4774:Fri, 19 Apr 2013 15:18:32 GMT}
cacheImage($imgfile=kate-tsui-20110504-131612.jpg, $newfilename=/kate-tsui-tsz-shan/kate-tsui-20110504-131612.jpg, $allow_watermark=1, $theme=hkceleb4) $size=, $width=, $height=, $cw=, $ch=, $cx=NULL, $cy=NULL, $quality=85, $thumb=, $crop= $image_use_side=longest; $upscale=0);
{4848:Fri, 19 Apr 2013 15:18:36 GMT}
Loading GD
Seems no error appear. Any hints?
I checked the access log and find, it return 404 error..
"GET /pic/zp-core/i.php?a=kate-tsui-tsz-shan&i=kate-tsui-20110504-131612.jpg&s=thumb HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0"
If I omit &s=thumb parameter, zenphoto can return image.
Any hints?
It generated by ZenPhotoPress plugin for Wordpress, it work properly when using older version of ZenPhoto (1.4.3.5).
For example:
will return following thumbnail:
I took a very quick look and at least changed the what I think is a wrong thumb url. I put it up on GitHub: https://github.com/acrylian/zenphotopress
The plugin really could use a rework as it uses a lot of db queries to get stuff that most likely don't take care of the proper publish or protection states. I am really not able to really take this over for maintenance but maybe it is a quick fix for now.
I took another look but sadly I have to say this will probably not an easy fix. The image processor requires an hash for which you need Zenphoto core functionality. THat would be a major rework if it even works within Wordpress.
Things will get much easier with these plans so it might not even be worth the work and time:
https://github.com/zenphoto/zenphoto/issues/340
https://github.com/zenphoto/zenphoto/issues/341