• I have my PHP errors on a pretty strict and I’m getting this warning raised by NextGEN Gallery v1.9.10:

    Warning: Creating default object from empty value in
    wp-content/plugins/nextgen-gallery/nggfunctions.php on line 554

    That line is:
    552 // No images found, set counter to 0
    553 if (!isset($galleries[$key]->counter)){
    554 $galleries[$key]->counter = 0;
    555 $galleries[$key]->previewurl = ”;
    556 }

    Is that on the bug list? Already fixed?

    Bob

    http://wordpress.org/extend/plugins/nextgen-gallery/

  • The topic ‘Warning: Creating default object from empty value’ is closed to new replies.