Hi,
mod_virtuemart_search giving a blank screen in version 2.6.6 when entering a search item.
Problem tracked to line 57 in components/com_virtuemart/views/category/view_html:
if ($keyword = vmRequest::uword('keyword', false, ' ,-,+,.,_')) {
this should read "vRequest
are u sure you have 2.6.6 - on my copy it is on
@version $Id: view.html.php 6504 2012-10-05 09:40:59Z alatak $
line 57
if ($keyword = vRequest::uword('keyword', false, ' ,-,+,.,_')) {
Odd, just downloaded a new copy of 2.6.6 and this looks fine. So my fault somewhere along the line.
Oky doky