pjdeepblue Posted March 27, 2013 Share Posted March 27, 2013 (edited) Buenas, despues de 2 dias intentando ,yo y este foro, trasladar mi web de local al host me encuentro con un fallo el cuál me gustará subsanar. Mi web es vinylwel.com El error es el siguiente: Warning: Function addCSS() is deprecated in /mounted-storage/home158/sub040/sc83968-LGXT/vinylwel.com/modules/homecategories/homecategories.php on line 34 in /mounted-storage/home158/sub040/sc83968-LGXT/vinylwel.com/classes/Tools.php on line 1777 En la linea 34 del homecategories: public function hookHeader() { Tools::addCSS(($this->_path).'homecategories.css', 'all'); } Y en la linea 1777 del tools.php: { trigger_error('Function <b>'.$callee['function'].'()</b> is deprecated in <b>'.$callee['file'].'</b> on line <b>'.$callee['line'].'</b><br />', E_USER_WARNING); $message = 'The function '.$callee['function'].' (Line '.$callee['line'].') is deprecated and will be removed in the next major version.'; } Gracias de nuevo. Edited March 29, 2013 by pjdeepblue (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted March 28, 2013 Share Posted March 28, 2013 es por que esa funcion ya no se usa en PS 1.5 debes reemplazarla por $this->context->controller->addCSS(($this->_path).'homecategories.css', 'all'); 2 Link to comment Share on other sites More sharing options...
pjdeepblue Posted March 29, 2013 Author Share Posted March 29, 2013 Gracias, lo probaré y comento si se ha solucionado. Muchas gracias. Link to comment Share on other sites More sharing options...
shacker Posted March 29, 2013 Share Posted March 29, 2013 de nada y saludos 1 Link to comment Share on other sites More sharing options...
pjdeepblue Posted March 29, 2013 Author Share Posted March 29, 2013 Error subsanado. Link to comment Share on other sites More sharing options...
shacker Posted March 30, 2013 Share Posted March 30, 2013 Perfecto!!! Link to comment Share on other sites More sharing options...
Recommended Posts