• Resolved garak734

    (@garak734)


    When I make a change on the Settings > Performance tab to the option “Index variations”, the option changes and is saved, but there is an error recorded:

    PHP Notice: Undefined index: id in \wordpress\wp-content\plugins\advanced-woo-search\includes\admin\class-aws-admin-options.php on line 101

    The code appears to be looking for an index ‘id’ which is not defined in $_POSTS[$values] for the “Clear cache” section. This is what is in $_POSTS[$values]:

    (
        [name] => Clear cache
        [type] => html
        [desc] => Clear cache for all search results.
        [html] => <div id="aws-clear-cache"><input class="button" type="button" value="Clear cache"><span class="loader"></span></div><br>
    )
Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Thanks for letting me know about this issue. I will fix it in the next plugin release.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Undefined index: id when updating settings’ is closed to new replies.