VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: teodorus on June 18, 2015, 00:50:56 AM

Title: [solved; reason own modifications] Virtuemart Search Error (URGENT!!)
Post by: teodorus on June 18, 2015, 00:50:56 AM
Hi Expert,

I got an error with my site (www.pintarbelanja.com) while i search a product
the function return a blank page.

while i test in local version, the function is working well.
i found the difference between both site ( on local & on internet )

the site in local return the url : index.php/shop-store/search......
the site in internet return the url : index.php/component/virtuemart/search.....

how can i fix this problem?

Thanks



Title: Re: Virtuemart Search Error (URGENT!!)
Post by: balai on June 18, 2015, 08:58:46 AM
Check your menu items
There must be difference between them related with your shop. Possibly 1 or more is missing or is unpublished
Title: Re: Virtuemart Search Error (URGENT!!)
Post by: jenkinhill on June 18, 2015, 10:36:43 AM
http://forum.virtuemart.net/index.php?topic=79799.0

and

http://forum.virtuemart.net/index.php?topic=121692.0
Title: Re: Virtuemart Search Error (URGENT!!)
Post by: teodorus on June 19, 2015, 01:35:14 AM
It has been solved.
I found that my php code in mod_virtuemart_search is wrong.

Thanks guys.

Title: Re: Virtuemart Search Error (URGENT!!)
Post by: AH on June 19, 2015, 09:17:22 AM
QuoteI found that my php code in mod_virtuemart_search is wrong.

Then share what you thought was the problem and your solution - in case it might help others.
Title: Re: Virtuemart Search Error (URGENT!!)
Post by: teodorus on June 23, 2015, 04:38:51 AM
I found that my tag <?php is not closed (missing ?>)
Title: Re: [solved; reason own modifications] Virtuemart Search Error (URGENT!!)
Post by: AH on June 23, 2015, 16:01:40 PM
thanks for sharing