I testing ZenPhoto 1.4 with on one of my photoblog, and find the code generated by ZenPhotoPress work well on 1.3.1.2 version does not work anymore:
For example:
I copy and paste the code to browser
http://www.hkdigit.net/pic/people/image/hkdigit-20090604-194606.jpg
and return empty page
.htaccess file was generated during upgrade:
RewriteRule ^(.)/image/(thumb|[0-9]{1,4})/([^/\]+)$ zp-core/i.php?a=$1&i=$3&s=$2 [L,QSA]
RewriteRule ^(.)/image/([^/\]+)$ zp-core/i.php?a=$1&i=$2 [L,QSA]
RewriteRule ^(.*)/album/(thumb|[0-9]{1,4})/([^/\]+)$ zp-core/i.php?a=$1&i=$3&s=$2&album=true [L,QSA]
My ZenPhoto 1.4 URL:
http://www.hkdigit.net/pic/people/hkdigit-20090604-194606.jpg.htm
Any hints?
Beside, can the new Sitemap-extended generate both old and new google style XML file? So I can submit to both Bing/Yahoo and Google?
Regards,
Chris Lee
It is up to the developer of ZenphotoPress to update it. As noted we changed a few things in 1.4 (thus the jump from 1.3.x to 1.4). He usual visits the forum quite frequently so he surely will respond soon.
Sorry, no, the sitemap does only generated one file. Do Bing & Co explicity state that they don't accept Google XML extensions (it is generally valid to extend xml manually). I am not sure about that actually. Actually they should still be able to read it even if they skip the extra Google parts.
Given that 1.4 is a new major version, I'm not too surprised that something may be broken in the way ZenphotoPress tries to get access to Zenphoto.
I'll give it a look when I can, but I can't provide an ETA at the moment, sorry.
In any case, confirmation of this issue from other users would help, so we can rule out the possibility of it being related to a specific configuration.
I just published an update. ZenphotoPress 1.7.4 contains a hotfix that should take care of the issues with Zenphoto 1.4.
Let me know whether this solves your problems, folks