Page 1 of 1
Search Module Error lib/misc.functions.php on line 1411
Posted: Mon Sep 02, 2013 2:03 am
by mick2470
Hi there everyone,
I have just added a search function to my CMSMS site and whenever i try to use the search function it works correctly in that it can find keywords throughout my site and display results.
However at the top of every set of search results is this error:
Warning: Parameter is not known by module Search dropped in example_directory/lib/misc.functions.php on line 1411
I am running CMSMS version 1.11.7
What can I do to fix this issue?
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Mon Sep 02, 2013 8:27 am
by velden
Search for the parameter you put in the tag that is not supported I guess.
Maybe you could post the tag as you use it in your template.
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Mon Sep 02, 2013 8:39 am
by Rolf
Hi,
Go to the admin section "Modules" and reinstall the Search module
grtz. Rolf
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Mon Sep 02, 2013 12:27 pm
by mick2470
Hi guys, thank you for the prompt responses.
Rolf wrote:Hi,
Go to the admin section "Modules" and reinstall the Search module
grtz. Rolf
I uninstalled and then re-installed the search function however it is throwing the same error.
velden wrote:Search for the parameter you put in the tag that is not supported I guess.
Maybe you could post the tag as you use it in your template.
Um the parameter I put in the tag? My tag only states {search} and I haven't made any changes to the module or any of the files it mentions in the error.
It just doesn't seem to function properly right from the beginning.
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Mon Sep 02, 2013 2:24 pm
by velden
mick2470 wrote:
velden wrote:Search for the parameter you put in the tag that is not supported I guess.
Maybe you could post the tag as you use it in your template.
Um the parameter I put in the tag? My tag only states {search} and I haven't made any changes to the module or any of the files it mentions in the error.
It just doesn't seem to function properly right from the beginning.
Looking at the code of misc.functions.php I think you might have some html code inside the {Search} tag. Did you happen to put that tag in there using a WYSIWYG editor? If so, then look at the html source.
If not, try to delete the tag and type it again by hand (don't copy paste it from a website).
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Tue Sep 03, 2013 12:10 am
by mick2470
Hmm still no luck. Tried retyping it using code view and it is still throwing the same error. Thanks for your suggestions
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Wed Sep 04, 2013 4:18 pm
by Dr.CSS
How did you upload CMSMS to server, have you done a checksum to make sure it's all there..?
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Sat Sep 07, 2013 4:35 am
by mick2470
Dr.CSS wrote:How did you upload CMSMS to server, have you done a checksum to make sure it's all there..?
I used the installer in the Cpanel.
I haven't done a checksum
Re: Search Module Error lib/misc.functions.php on line 1411
Posted: Tue Sep 10, 2013 3:47 pm
by paulbaker
Can you post the template that contains the {Search} tag?