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:
Anyone?
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
You’re right. Plugin conflict. Thanks!
but… It’s a conflict with Jetpack. The most essential plugin. I turned them all of and activated that one first. Error returned.
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
Thank you so much.
You guys are amazing.