Ok photopost on my site works very well, but I have some little problems:
I'm mass importing pics from ftp, but often (every 10 or 20 images) it stops and I have to reload the import page again. Now when I login on homepage as admin, in "Mysitename Message" area column I can see a long list of errors:
"We're sorry, but the system experienced an unrecoverable error. Please try again later. Query: UPDATE pp_cache SET calcache='a:5:{i:14;a:2265:{i:0;a:4:{i:0;s:10:\"1273832988\";s:4:\"date\";s:10:\"1273832988\";i:1;s:18:\"My Image Name\";s:5:\"title\";s:18: ... continues very very long"
at the bottom of this error listing, I found: "Result: Got a packet bigger than 'max_allowed_packet' bytes
Database handle: Resource id #7"
So I tried to change the max_allowed_packet size from 16M to 500M, then I restarted mySQL, but nothing changed.
Plus, I've already seen around this "Resource id #7", in fact I tried to publish rss feeds from my photopost to 2 my other sites (they use 2 different softwares) and the thumbnails are clickable and they redirect to the correct link, but the image name link links to
http://mysite.com/Resource%20id%20#7 .
Thank you