• admin/query-admin-pages.php -> qw_edit_query_form()

    if(!$row) on line 6 into the function, $row is declared on previous line conditionally. So if it doesn’t exist, it throws a “Undeclared Variable” notice.

    widget.query.php
    Notice: Undefined index: qw-show-widget-title on line 97

    This form field is only available in request in if the checkbox is checked for the widget.

    Please update the code to correct these errors, otherwise the error log just gets clogged up by these notices. Thanks.

  • The topic ‘Two places throwing PHP notices’ is closed to new replies.