Support » Plugin: Picasa Album Uploader » Upload Button Stopped Working

  • My upload button was working until today and seems to have inexplicably (to me!) stopped. I don’t know if I updated something recently on WordPress or in Picasa, but I do notice that the ‘login’ screen I get when I try to upload an image from Picasa now has the login field left-justified rather than center-justified. When I try to go ahead and login, the login seems successful but I get a message saying ‘Sorry, but no pictures were received from Picasa.’ I turned on debugging per the FAQ and here is what it reports (after a few attempts):

    Plugin Versions:
    $Id: options.php 385833 2011-05-17 13:13:20Z draca $
    $Id: picasa-album-uploader.php 385840 2011-05-17 13:33:47Z draca $
    PHP Version:
    5.2.17
    MySQL Server Version:
    5.1.56-community-log
    Plugin Slug:
    picasa_album_uploader
    Permalink Structure:
    /%postname%/
    Button HTML:
    Install Image Upload Button in Picasa Desktop
    Log:
    2011-06-19 21:37:42 Parsing request ‘picasa_album_uploader/minibrowser’
    2011-06-19 21:37:42 Request will be handled by plugin
    2011-06-19 21:37:42 Generating Minibrowser content
    2011-06-19 21:37:42 Redirecting minibrowser request to login
    2011-06-19 21:37:42 build_url: http://www.theadventuresofmissmommy.com/picasa_album_uploader/login
    2011-06-19 21:37:43 Parsing request ‘picasa_album_uploader/login’
    2011-06-19 21:37:43 Request will be handled by plugin
    2011-06-19 21:37:43 Generating login window content
    2011-06-19 21:37:43 build_url: http://www.theadventuresofmissmommy.com/picasa_album_uploader/login
    2011-06-19 21:37:43 Using plugin supplied template
    2011-06-19 21:37:52 Parsing request ‘picasa_album_uploader/login’
    2011-06-19 21:37:52 Request will be handled by plugin
    2011-06-19 21:37:52 Generating login window content
    2011-06-19 21:37:52 build_url: http://www.theadventuresofmissmommy.com/picasa_album_uploader/minibrowser
    2011-06-19 21:37:53 Parsing request ‘picasa_album_uploader/minibrowser’
    2011-06-19 21:37:53 Request will be handled by plugin
    2011-06-19 21:37:53 Generating Minibrowser content
    2011-06-19 21:37:53 Empty RSS feed from Picasa; unable to build minibrowser form.
    2011-06-19 21:37:53 Using plugin supplied template
    2011-06-19 21:37:58 Parsing request ‘v-day-cards/comment-page-1’
    2011-06-19 21:37:58 Request is not for plugin: ‘v-day-cards/comment-page-1’
    2011-06-19 21:37:58 Parsing request ‘v-day-cards/comment-page-1’
    2011-06-19 21:37:58 Request is not for plugin: ‘v-day-cards/comment-page-1’

    I’ve tried to remove and add the upload button in Picasa to no avail. Any help would be greatly appreciated. Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Ken Brucker

    (@draca)

    Apologies for the late reply – didn’t see this report until now.

    It appears that your server is filtering the long variable names that are required for the operation to work. There’s some discussion in the readme that might help. The empty RSS feed message is an indication that something between Picasa and the plugin is filtering the $POST values. Usually this is being done by server security software that assumes long variable names in POST data is an exploit. It’s a requirement in this instance.

Viewing 1 replies (of 1 total)
  • The topic ‘Upload Button Stopped Working’ is closed to new replies.