News:

Looking for documentation? Take a look on our wiki

Main Menu

Possible Conflict with VirtueMart Extended Search Plugin

Started by gregdev, June 25, 2008, 00:24:03 AM

Previous topic - Next topic

gregdev

From here: http://forum.virtuemart.net/index.php?topic=41798

A bug with a solution.

Quote
QuoteI think I've found a conflict between Joomla Search Plugins.
With both plugins enabled the returned search results page is blank. The Search Administration page in Joomla is also blank.
J! v1.5.3
VM v1.1.0
PHP: 5.2.3
VirtueMart Extended Search Plugin - vmxsearch.plugin_1.1.0.j15.zip
Keyword Density Content Search - KD_Content_Search_J1-5RC3_v1-1.zip
http://joomla.pietrogallo.it/index.php?option=com_content&task=view&id=23&Itemid=3
Unfortunately no debug info is given so I don't know which one's at fault.
DM.
I have a problem too:
When the plugin ist activated, the search component does not work any more...
clicking search in the backend the page shows this:
....\components\com_virtuemart\virtuemart_parser.php on line 80

I fix this with this
"
      if( vmIsJoomla( '1.5' ) ) {
          $menu = & JMenu::getInstance('site');
          $menuparams = & $menu->getParams( $Itemid );
         //$menuparams = $mainframe->getParams();
      } else {
"
works fine

[tr][td]
[/td][td]
www.plainlycode.com[/td][/tr]
[/table]

korb

I think Joomla should search in it's articles/sections/categories, and VM should search only in its products/categories/manufacturers.