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.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