Showing Virtuemart products - plugin catproduct error

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Dec 04, 2014 2:09 pm
Hi, i have problem with plugin for showing children products on detail page of master product.
Everything is working fine, but on frontpage there is issue with news show pro gk5 module. I get this error message

Fatal error: Call to private method VirtueMartModelProduct::fillVoidProduct() from context 'plgVmCustomCatproduct' in /home/users/tvix/colombotrade.cz/web/plugins/vmcustom/catproduct/catproduct.php on line 759

if i switch off plugin or module site is OK,. if i turn off plugin, products in module are displayed.

Do you have any idea where is problem? I post here part of code with lines...

Code: Select all
      // get layout page
      if (isset($parametri["layout_field"])) {
         $layout = substr($parametri["layout_field"], 0, -4);
      }
      else {
         $layout = "default";
      }
      if($layout == '') $layout = 'default';
      
      // set everything back to normal - previous line is the error one
   
      $virtuemart_product_id = $productModel->setId ($product->virtuemart_product_id);
      $productModel->product = $product;
      
      $group->display .=  $this->renderByLayout($layout,array($products,&$idx,&$group,$global_params, $product) );

      return true;
   }
User avatar
Fresh Boarder

teitbite
Fri Dec 05, 2014 10:47 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Fri Dec 05, 2014 6:28 pm
Hi

I've checked, but doesn't look like I've be of help here. Answer is that NSP doesn't support this plugin and adding a support for this is not planned, sorry. You need to use a different module.
User avatar
Moderator

GK User
Wed Dec 10, 2014 5:45 pm
ok, thx for effort
User avatar
Fresh Boarder


cron