• Resolved JpRsCZE

    (@jprscze)


    Hi guys,

    I have a problem with this plugin (usin the recent version). Nowadays it says:

    Warning: Missing argument 2 for SearchEverything::se_log_query() in /data/web/virtuals/56029/virtual/www/wp-content/plugins/search-everything/search-everything.php on line 846

    Line 846 to 851 is:

    function se_log_query( $query, $wp_query ) {
    		if ( $wp_query->is_search )
    			$this->se_log( $query );
    		return $query;
    	}// se_log_query
    } // END

    Someone who can help?

    Have a nice day 😉

    https://wordpress.org/plugins/search-everything/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,

    thanks for reaching out – would you be so kind and tell me where/when exactly does the error message appears? What’s your WP version? And finally, a link to your blog would be greatly appreciated.

    Looking forward to your reply,
    Petra

    Thread Starter JpRsCZE

    (@jprscze)

    Hi Petra,

    First of all thanks for your response 🙂 WordPress version is 3.3.2, but I have seen this error on many sites with recent version. Examples:
    http://goboatingflorida.com/facebook/?snap=T
    http://www.bckillpins.com/category/bowling-a-z/?snap=F

    the recent version of this plugin says the error is on line 846, older says it is on line 737

    You can find my site here: http://www.ceskatanecnidatabaze.cz/hledej-tanecni-skupinu/ and try to click whatever letter and error will appear.

    I believe in you 🙂
    Marek

    Hey Marek,

    thanks for getting back to me and sorry for this unintentional silent treatment. We were trying to replicate your issue on our side but to no avail. Are those themes you are using all payable? Any chance you can make us a guest account on one of your blogs, so that we can take a closer look?

    Let me know what you think, take care and have a lovely day,
    Petra

    Thread Starter JpRsCZE

    (@jprscze)

    Hi Petra,

    of course I can make a guest account for you, just give me your e-mail or FB. I am gonna contact you asap.

    Marek

    Hey,

    you can send the credentials to support[at]zemanta[dot]com.

    Best,
    Petra

    Thread Starter JpRsCZE

    (@jprscze)

    Hi,

    have been sent.

    Marek

    Hey Marek,

    I am going to mark this topic as solved and for anyone else getting this error, make this adjustment to the code:

    // $wp_query
    function se_log_query( $query ) {
    if ( $wp_query->is_search )
    $this->se_log( $query );
    return $query;
    }// se_log_query
    } // END

    Best,
    Petra

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Missing argument 2 for SearchEverything’ is closed to new replies.