Title: Warning
Last modified: March 27, 2019

---

# Warning

 *  Resolved [vkeves](https://wordpress.org/support/users/vkeves/)
 * (@vkeves)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/warning-155/)
 * Hello,
 * Since the last update, a warning appears when I use the search function is used
   on my website.
 * Warning: stripos() expects parameter 1 to be string, array given in…/functions.
   php on line 808
 * I think the line above may be missing !empty($_GET
 * foreach(!empty($_GET as $k=>$v) {
 * Or, is it something else?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwarning-155%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/warning-155/#post-11362327)
 * It’s something else. Basically, your search uses a query that makes use of arrays
   instead of string keys.
 * I pushed version 2.6.2 that will consider this situation, however this should
   not be visible on your site by default, unless you have debug mode enabled (should
   be off).
 * [https://codex.wordpress.org/WP_DEBUG](https://codex.wordpress.org/WP_DEBUG)
 * Change your WP_DEBUG settings to false, on the wp-config.php file.
 * `define( 'WP_DEBUG', false );`

Viewing 1 replies (of 1 total)

The topic ‘Warning’ is closed to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Raul P.](https://wordpress.org/support/users/alignak/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/warning-155/#post-11362327)
 * Status: resolved