Hello,
after each Update of Joomla i have the same Mistake.
There will be an 0 at the end of the Search field.
As i wrote an error to joomla, the answer is, send it to the Template.
The sollution is:
forum.joomla.org/viewtopic.php?f=706&t=829983
-------------------------------------------------------------------------------
Go to the mod_search folder and open mod_search.php
Comment out line 28 by changing:
Code: Select all
$button = $params->get('button', 0);
To:
Code: Select all
// $button = $params->get('button', 0);
------------------------------------------------------------------------------------
You have to fix it after each Update. Pleas build a fix.
Thank you