• I got the proper albumID from Picasa – straight from the RSS feed. Put it into a browser and tested it manually, too.

    Put it in the page code with the proper embed, and get

    Error. Incorrect albumID or album is empty. Empty albums are not supported.

    M.

Viewing 1 replies (of 1 total)
  • Hi
    I bumped into the same issue today and found where it was coming from.
    In wp-picasa.php update on line 109

    if($imgAmount == 0){
    return(__(‘Error. Incorrect albumID or album is empty. Empty albums are not supported.’));
    }

    and it should work then ??

    I have also updated all “http” calls to picasaweb api by “https” since it is how it is now documented (it should work fine though with http)

    Cheers
    Nico

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Picasa] Empty album when it's not…’ is closed to new replies.