Jump to content

Help needed fixing a module


nikmagnus

Recommended Posts

Hi,

I bought a module from PLUGINZ that displays RRP of a product.

I cant get it to work, and the developer cant seem to fix it.

They blame my site configuration or hosting setup.

They state it's working for other customers of theirs.

 

Whatever the reason, I'd like it to work for my site.

 

Here are the errors generated:


DbCore->executeS - [line 83 - modules/rrp/controllers/admin/AdminRRPController.php] - [1 Arguments]
77.  
78.  
79.  $rrp = Tools::getValue('rrp',$i);
80.  
81.  $sql='UPDATE `cla_product_shop` SET `recommended_retail_price`='.$rrp.' where `price` = '.$p_price.'';
82.  $query_result = Db::getInstance()->ExecuteS($sql);
83.  
84.  
85.  }
86.  
87.		
Argument [0]
UPDATE `cla_product_shop` SET `recommended_retail_price`=Array where `price` = 25.041806
AdminRRPController->_processSetCategoryRecurse - [line 63 - modules/rrp/controllers/admin/AdminRRPController.php] - [2 Arguments]
57.			 $this->action = 'remove_sale_category';
58.	 }
59.	
60.	 public function processApplySaleCategory()
61.	 {
62.		 $this->_processSetCategoryRecurse(Tools::getValue('categories'),Tools::getValue('recurse')=="on"?true:false);
63.		
64.		
65.	 }
66.	
67.	
Argument

 

I'd like the module fixed so it works, and if it's not the module, my server configuration setup so it does work.

 

Thanks, nik

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...