Jump to content

Function addCSS() is deprecated error


Recommended Posts

I have a error of the block cart. Never came up until i updated.

 

Warning: Function addCSS() is deprecated in /home/xazeznek/public_html/modules/blockcart2/blockcart2.php on line 189
in /home/xazeznek/public_html/classes/Tools.php on line 2147

Warning: Function getDiscounts() is deprecated in /home/xazeznek/public_html/modules/blockcart2/blockcart2.php on line 88
in /home/xazeznek/public_html/classes/Tools.php on line 2147

 

Running version 1.5.6.2

 

URL: http://ingleknifeshop.com

Link to comment
Share on other sites

it mean that your module uses deprecated function, it's internal prestashop message (not any kind of error from php etc.)

to fix this, instead of

 

Tools::addCSS(); function use function which should be used in 1.5.x releases

$this->context->controller->addCSS($this->_path.'style.css', 'all');
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...