balburl Posted September 13, 2013 Share Posted September 13, 2013 I have the following errors and have no idea how to correct. Please help! Warning: Function addJS() is deprecated in /*****/**********/modules/belvg_footer/belvg_footer.php on line 193in /************/classes/Tools.php on line 1777Warning: Function addCSS() is deprecated in /*****/*****/*****/modules/belvg_footer/belvg_footer.php on line 194in /*****/*****/*****/classes/Tools.php on line 1777 Thanks for any help. Have contacted the author of the module but have not heard back yet. Maybe a time difference. Brenda Link to comment Share on other sites More sharing options...
Dh42 Posted September 13, 2013 Share Posted September 13, 2013 Do you have error reporting turned on in prestashop? If so, turn it off, that is just a warning for future versions. 1 Link to comment Share on other sites More sharing options...
NemoPS Posted September 13, 2013 Share Posted September 13, 2013 In addition to what Dh42 said, you can also try and find those 2 lines and replace Tools::addCSS and Tools::addJS With $this->context->controller->addJS and $this->context->controller->addCSS 1 Link to comment Share on other sites More sharing options...
balburl Posted September 13, 2013 Author Share Posted September 13, 2013 Thank you Nemo1! This worked perfectly!! You're always so helpful when there are problems - at least with my problems in the past! Everyone here is great! Thank you also, Dh42! I am not sure how to turn off the error messages, but if you could enlighten me, I would appreciate it! Have a great weekend! Brenda Link to comment Share on other sites More sharing options...
NemoPS Posted September 13, 2013 Share Posted September 13, 2013 To turn off errors, just follow my signature's suggestions.... reversely 1 Link to comment Share on other sites More sharing options...
Recommended Posts