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
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
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
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