• With PHP 7.2, we are getting the following PHP notice.
    wp-content/plugins/a-z-listing/widgets/class-a-z-listing-widget.php on line 66

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    While PHP notice messages are not necessarily indicative of a problem I’d still like to understand the reason for it. There should be a bit more to the message before the path to class-a-z-listing-widget.php, which should tell us a bit more about why it is notifying us.

    Thread Starter Ali Hussain

    (@alihs123)

    Undefined index: title in /home/vagrant/www-data/wp.sitename/wp-content/plugins/a-z-listing/widgets/class-a-z-listing-widget.php on line 62

    Basically we need an if check for $instance or an isset

    Plugin Author Dani Llewellyn

    (@diddledani)

    Thanks for the update. I see where the error is, and I’ll get the notice squashed in the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Error’ is closed to new replies.