Hi.
I installed the latest version of Relevanssi on WordPress 3.2.1 today in order to get more powerful search in a semi-big WP site. The plugin is awesome, but there are some hickups.
First, I get this WP notice when I activate the plugin:
The plugin generated 1700 characters of unexpected output during activation
Is this a known issue? Couldn't find it anywhere.
Also, I keep getting PHP notices on the top of the search page and in feeds for a certain search term:
Notice: Trying to get property of non-object in /Users/Johan/Sites/projektforum/site/wp-includes/post-template.php on line 30
I've tried to trace the errors, but there's no reference to a specific piece of plugin code. Note that I got 17 of these notices just before the head section of my site – there are also 17 search results for that very term.
Line 30 in post-template.php is the WP function get_the_ID() – is the plugin doing anything weird with the $post variable?
Thanks in advance! Would really appreciate an answer!