Trying to implement simple search on a EE 1.6 site and getting the following error:
The search path contains an error. Please contact the system administrator.
Code is as follows:
{exp:search:simple_form no_results_page="search/no_results" result_page="search/results"}
<input type="text" class="text" name="keywords" id="keywords"/>
<input type="image" value="submit" src="{site_url}images/interface/btn-search.gif" alt="search" />
{/exp:search:simple_form}Search form is in an embedded template
Both results and no results templates exist
Double-checked permissions on config file
Index.php has been renamed
Cleared all caches