VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: gregdev on June 25, 2008, 00:24:03 AM

Title: Possible Conflict with VirtueMart Extended Search Plugin
Post by: gregdev on June 25, 2008, 00:24:03 AM
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
Title: Re: Possible Conflict with VirtueMart Extended Search Plugin
Post by: korb on June 26, 2008, 21:04:41 PM
I think Joomla should search in it's articles/sections/categories, and VM should search only in its products/categories/manufacturers.