Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #222010

    I’m getting the following error when entering three characters in the search box.

    WARNING: INVALID ARGUMENT SUPPLIED FOR FOREACH() IN /WP-ADMIN/INCLUDES/PLUGIN.PHP ON LINE 1375

    It happens in Safari but not Firefox (Mac), but it’s showing for others as well (Chrome/Windows, I believe). It pops up after typing three characters, when the autocomplete kicks in.

    Site is here:

    http://virtuusa.com

    #222478

    Anyone?

    #222603

    Hi!

    You have a lot of plugins installed. It must be a plugin conflict with the search function. Please deactivate all plugins, see if it fixes the issue.

    Cheers!
    Ismael

    #222609

    You’re right. Plugin conflict. Thanks!

    #222616

    but… It’s a conflict with Jetpack. The most essential plugin. I turned them all of and activated that one first. Error returned.

    #222668

    Hey!

    It seems like Jetpack triggers a warning and this is not a theme issue. You should be able to get rid of them by deactivating the debug mode (see: http://codex.wordpress.org/Editing_wp-config.php#Debug – the “WP_DEBUG” constant in wp-config.php must be set to false) and if this doesn’t help try to insert

    
    error_reporting(0);
    

    at the very bottom of enfold/functions.php. If it doesn’t work please report this as a plugin bug to the Jetpack developers…

    Regards,
    Peter

    #222682

    Thank you so much.

    You guys are amazing.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Code Error in Search Box’ is closed to new replies.