• Resolved tbacon781

    (@tbacon781)


    This error is showing up in WP dashboard when we have error reporting on. Was wondering if anybody else ran into this issue. We’re using wordpress version 6.0.2 and admin search version 1.2.2.

    • This topic was modified 2 years ago by tbacon781.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tbacon781

    (@tbacon781)

    Line 95 –
    $menu_item_url = 'admin.php?page=' . @$submenu_item_url;

    If we use the @ symbol in front of the variable that does not exist it will fix error, but it is not the correct way to fix the issue.

    Plugin Author Andrew Stichbury

    (@andrewstichbury)

    Hi tbacon781,

    The latest update (1.2.3) should fix this issue. $submenu_item_url should have been $menu_item_url

    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘admin-search/ui.php on line 95’ is closed to new replies.