• Resolved trime

    (@trime)


    Hi there,

    I get this notice (what messes my blog):

    Notice: Undefined property: Pinterest_Pinboard_Widget::$is_secure in …/wp-content/plugins/pinterest-pinboard-widget/pinterest-pinboard-widget.php on line 190

    Notice: Use of undefined constant title – assumed ‘title’ in
    …/wp-content/plugins/pinterest-pinboard-widget/pinterest-pinboard-widget.php on line 203 Notice: Use of undefined constant image – assumed ‘image’ in …/wp-content/plugins/pinterest-pinboard-widget/pinterest-pinboard-widget.php on line 204

    Notice: Use of undefined constant url – assumed ‘url’ in …/wp-content/plugins/pinterest-pinboard-widget/pinterest-pinboard-widget.php on line 205

    Can I fix this? Would you please help?

    http://wordpress.org/extend/plugins/pinterest-pinboard-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codefish

    (@codefish)

    The first ‘is_secure’ I fixed in the code that will be released in version 1.0.3. The errors in lines 203,204 and 205 have to do with variables not being populated properly..

    can tell me which pinterest user you get the errors for?

    Undefined constants error still exists in 1.03

    Change lines 206 – 209 in pinterest-pinboard-widget.php to:


    array_push($pins, array(
    "title" => $title,
    "image" => $image,
    "url" => $url

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get Notice about undefined property’ is closed to new replies.