• Resolved vkeves

    (@vkeves)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    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.www.ads-software.com/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.