I think the problem my come from “get_permalink($page)”
I try to fix this error in functions.php which you will fine in wp-content\plugins\post-notification
if change
function post_notification_get_link(){
$page = get_option(‘post_notification_url’);
if(is_numeric($page)) return get_permalink($page);
return $page;
}
with this
function post_notification_get_link(){
$page = “http://www.dhammada.net/post_notification_header-4/”;
return $page;
}
where “http://www.dhammada.net” is my website and “post_notification_header-4” is register page for post notification.
It’s only temporary solution. ^__^
Hi! I installed Shashin yesterday and found the same problem. To solve that problem, I delete Picasa Email: (and also Picasa Password) in Shashin Setting Page, and try to add album again. It’s OK