VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: vincedey on July 30, 2014, 10:47:08 AM

Title: Search not working in vm2.6.6
Post by: vincedey on July 30, 2014, 10:47:08 AM
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
Title: Re: Search not working in vm2.6.6
Post by: GJC Web Design on July 30, 2014, 13:05:18 PM
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, ' ,-,+,.,_')) {

Title: Re: Search not working in vm2.6.6
Post by: vincedey on July 30, 2014, 13:45:37 PM
Odd, just downloaded a new copy of 2.6.6 and this looks fine. So my fault somewhere along the line.
Title: Re: Search not working in vm2.6.6
Post by: GJC Web Design on July 30, 2014, 15:19:15 PM
Oky doky