envision Posted May 15, 2013 Share Posted May 15, 2013 El caso es que de repente, no puedo ver mis productos en el "Cuadro de mandos". Pincho en Catalogo>Productos y me sale un error: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 311296 bytes) in /home/d362897/public_html/prestashop/cache/smarty/compile/c255a7d9091b9f5f4db67eb922f512f72e04df6d.file.list_header.tpl.php on line 345 Me estoy volviendo loco. Ayuda por favor. ¿Que hago mal? ¿Puedo arreglarlo? Link to comment Share on other sites More sharing options...
nadie Posted May 16, 2013 Share Posted May 16, 2013 El caso es que de repente, no puedo ver mis productos en el "Cuadro de mandos". Pincho en Catalogo>Productos y me sale un error: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 311296 bytes) in /home/d362897/public_html/prestashop/cache/smarty/compile/c255a7d9091b9f5f4db67eb922f512f72e04df6d.file.list_header.tpl.php on line 345 Me estoy volviendo loco. Ayuda por favor. ¿Que hago mal? ¿Puedo arreglarlo? Parece que quizas, tienes que aumentar el memory_limit. Intenta añadir, en el fichero: /config/config.inc.php Esto: @ini_set('memory_limit' '128M') Parece que quizas, tienes que aumentar el memory_limit. Intenta añadir, en el fichero: /config/config.inc.php Esto: @ini_set('memory_limit' '128M') Sino te funciona seguramente tengas que contactar con tu hosting, para que te lo aumenten. Quizas 128, puede ser un valor un poquito alto, si no pueden 128, que lo pongan un valor menor, es para probar solo. Link to comment Share on other sites More sharing options...
Recommended Posts