Problem with search!!
Posted: Wed Oct 25, 2006 12:58 pm
Hi all,
I have a problem with search.
I used the follwoing string in the template
{search submit="Go" searchtext="" resultpage="search"}
to inlude the search module.
Now I also created a template for search and created a page with blank content under that template. I gave the name(also the alias name) of the page 'search' as I have mentioned in the 'resultpage' parameter.
Now when I am trying to search ..it is giving me the following error:
string(52) "Smarty error: unable to read resource: "template:20"" in a blank white page.
Now when I removing the 'resultpage' parameter from the line, that is I write :
{search submit="Go" searchtext=""}
It is working but obviously using the template of the current page.
But I want to use a certain template designed for searching.
What to do?
Please help.
I have a problem with search.
I used the follwoing string in the template
{search submit="Go" searchtext="" resultpage="search"}
to inlude the search module.
Now I also created a template for search and created a page with blank content under that template. I gave the name(also the alias name) of the page 'search' as I have mentioned in the 'resultpage' parameter.
Now when I am trying to search ..it is giving me the following error:
string(52) "Smarty error: unable to read resource: "template:20"" in a blank white page.
Now when I removing the 'resultpage' parameter from the line, that is I write :
{search submit="Go" searchtext=""}
It is working but obviously using the template of the current page.
But I want to use a certain template designed for searching.
What to do?
Please help.
