Forums Forums Search & Filter Pro PHP error

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #128857

    I am consistently getting this error in my log:

    PHP Warning: trim() expects parameter 1 to be string, array given in /home/kibocomm/public_html/wp-content/plugins/search-filter-pro/public/includes/class-search-filter-active-query.php on line 818

    Trevor
    #128886

    I am not sure why this is showing for you. If otherwise it is working, you need to follow the advice from the PHP manual and make sure that the PHP variable display_errors is set to OFF (in php.ini).

    From what you write, it is ON and that is not correct/normal server PHP setup.

    For PHP 5.x by default this setting is ON on first install, for PHP 7 they have fixed it and it is OFF by default.

Viewing 2 posts - 1 through 2 (of 2 total)