Here’s the error:
A PHP Error was encountered
Severity: Notice
Message: unserialize() [function.unserialize]: Error at offset 0 of 256 bytes
Filename: search/mod.search.php
Line Number:388
The following errors were encountered
The search path contains an error. Please contact the system administrator.
Here’s the Simple Form tags:
{exp:search:simple_form channel="{site-channel-name}" search_in="everywhere" where="any" results="20" result_page="search/results"}
<label for="keywords"></label>
<input type="text" name="keywords" id="keywords" value="" size="36" maxlength="120" />
<input type="submit" id="gobutton" value="Search for App Reviews" class="submit" />
{/exp:search:simple_form}
Here’s the Search Results tag:
{exp:search:search_results switch="resultRowOne|resultRowTwo"}
<tr>
<td class="{switch}" width="26%" valign="top"><strong><a href="http://{auto_path}" title="Link to: {title}">{title}</a></strong></td>
<td class="{switch}" width="50%" valign="top">{excerpt}</td>
<td class="{switch}" width="12%" valign="top">{author}</td>
<td class="{switch}" width="12%" valign="top">{entry_date format="%M %j, %Y"}</td>
</tr>
{/exp:search:search_results}
Here’s the Search Results URL (for each entry):
<a href="http://mysite.com/index.php/mysite/comments/name-of-entry-here">http://mysite.com/index.php/mysite/comments/name-of-entry-here</a>
Here’s the Search Results URL in Channel Preferences:
<a href="http://mysite.com/index.php/mysite/comments/">http://mysite.com/index.php/mysite/comments/</a>
Here’s the URL to the Search Results page:
<a href="http://mysite.com/index.php/search/results/b916a50de915a15aa24be6c3feb6fa6b/">http://mysite.com/index.php/search/results/b916a50de915a15aa24be6c3feb6fa6b/</a>
Does that help?
Again, the error only occurs to logged in SuperAdmin, not to site visitors.