• Resolved simonwandc

    (@simonwandc)


    Hi,

    I’m getting a bug where the following error is displayed on the screen behind the Flickr feed –

    Notice: Undefined index: url_o in /Applications/MAMP/htdocs/tony/web/app/plugins/wp-flickr-gallery/flickr-get-photostream.php on line 73

    I’ve been able to remove the error by commenting out the following lines of code inside the flickr-get-photostream.php file (around line 73)-

    // in case of Large 1024 URL not found then set lightbox URL to Medium Size
    //if ( ! isset( $sp[‘url_l’] ) ) {
    // $lightboxl_url = $sp[‘url_o’];
    //}

    Is there another fix for this or an update?

    Thanks ??

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘“Undefined index: url_o” error’ is closed to new replies.