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:
<img alt="Szeto Wah (hkdigit-20090604-194606)" src="
http://www.hkdigit.net/pic/people/image/hkdigit-20090604-194606.jpg" title="Szeto Wah (hkdigit-20090604-194606)" class="ZenphotoPress_thumb ">
I copy and paste the code to browser
http://www.hkdigit.net/pic/people/image/hkdigit-20090604-194606.jpgand 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.htmAny 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
Comments
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.
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.
Let me know whether this solves your problems, folks
http://wordpress.org/extend/plugins/zenphotopress/