Codino28 Posted May 16, 2014 Share Posted May 16, 2014 Hola. Hoy he ido a entrar en mi web, y he visto que no me aparece nada cuando carga la página, se me queda en blanco completamente. Ayer actualicé algunos módulos que me pedían actualizarse como paypal, y alguno más, ¿puede haber sido por culpa de eso? ¿Cómo puedo arreglarlo??? Muchas gracias Link to comment Share on other sites More sharing options...
Codino28 Posted May 19, 2014 Author Share Posted May 19, 2014 (edited) Me sale este error: Fatal error: Call to undefined method HomeFeatured::getCacheId() in /home/latiend1/public_html/modules/homefeatured/homefeatured.php on line 130 Como lo arreglo??? Edited May 19, 2014 by Codino28 (see edit history) Link to comment Share on other sites More sharing options...
Codino28 Posted May 19, 2014 Author Share Posted May 19, 2014 Estas son las líneas que me dice, la 130 es la del if. public function hookDisplayHome($params) { if (!$this->isCached('homefeatured.tpl', $this->getCacheId())) { $this->_cacheProducts(); $this->smarty->assign( array( 'products' => HomeFeatured::$cache_products, 'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'), 'homeSize' => Image::getSize(ImageType::getFormatedName('home')), Link to comment Share on other sites More sharing options...
Loadinges Posted May 19, 2014 Share Posted May 19, 2014 Buenas tardes, Por ejemplo si usas Prestashop 1.5.6.2, descarga esa versión completa de la web oficial de Prestashop: http://www.prestashop.com/es/versiones-para-programadores Lo descomprimes en tu ordenador, coge solo la carpeta /modules/homefeatured/ y únicamente subes esa carpeta al servidor, con el fin de reemplazar la versión existente del módulo por la versión óptima o por defecto de la versión de Prestashop existente. Link to comment Share on other sites More sharing options...
Codino28 Posted May 20, 2014 Author Share Posted May 20, 2014 Hola. He probado a cargarle el homefeatured original y ahora me da error en la línea 119..., la del if otra vez. Los módulos los he actualizado desde el update de modulos. public function hookDisplayHome($params) { if (!$this->isCached('homefeatured.tpl', $this->getCacheId('homefeatured'))) { $category = new Category(Context::getContext()->shop->getCategory(), (int)Context::getContext()->language->id); $nb = (int)Configuration::get('HOME_FEATURED_NBR'); $products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 8)); $this->smarty->assign(array( 'products' => $products, 'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'), 'homeSize' => Image::getSize(ImageType::getFormatedName('home')), )); } return $this->display(__FILE__, 'homefeatured.tpl', $this->getCacheId('homefeatured')); } Link to comment Share on other sites More sharing options...
LyL Desarrollo Posted May 20, 2014 Share Posted May 20, 2014 Borra la cache de la pagina y me comentas. Link to comment Share on other sites More sharing options...
Codino28 Posted May 20, 2014 Author Share Posted May 20, 2014 Como consigo borrar la caché de mi web??? Link to comment Share on other sites More sharing options...
Codino28 Posted May 20, 2014 Author Share Posted May 20, 2014 A ver, he visto que al desactivar el módulo Customer Reassurence Block, la web me funciona, pero ahora cada vez que pincho en un artículo, me sale este mensaje de error. Link to comment Share on other sites More sharing options...
Codino28 Posted May 20, 2014 Author Share Posted May 20, 2014 He desactivado ese modulo que era el que me daba el problema, y ahora he tenido que reiniciar el módulo de paypal. Pero ahora me da error, abro otro post con este problema... Link to comment Share on other sites More sharing options...
Recommended Posts