vellstore Posted August 24, 2016 Share Posted August 24, 2016 Saludos amigos de la comunidad de Prestashop, he estado intentando cargar un catalogo bastante grande en mi pagina y resulta que los ultimos articulos que habia subido no mostraban las imagenes, entonces decidi borrar 300 de los ultimos articulos y volver a cargarlos, pero cuando intenté hacerlo prestashop me arrojó un error en eliminarlos. Lo curioso es que el backoffice se muestra normal y el problema me lo da solo el frontoffice. Luego de eso cuando intento ingresar a mi pagina me sale este error HTTP 500, despues de curiosear un poco encontre una forma de visualizar exactamente el error y que fuera interpretado que era de la siguiente manera: Open config/defines.inc.php On or around line 28 you will find this linedefine('_PS_MODE_DEV_', false); Change that line to readdefine('_PS_MODE_DEV_', true); Mi sitio es www.vellstore.com Pero ya despues de hacer esto, me sale un texto y no TENGO NI LA MENOR IDEA DE LO QUE QUIERE DECIR, ALGUIEN ME PUEDE AYUDAR A SOLUCIONAR EL ERROR DE MI PAGINA? Este es el texto que me sale: Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /home/enervell/public_html/cache/smarty/compile/ce/b8/88/wrt57bd3b7d4d2a40.74134531' in /home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/home/enervell/...', '<?php /* Smarty...', Object(Smarty)) #1 /home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource() #2 /home/enervell/public_html/classes/module/Module.php(1708): Smarty_Internal_TemplateBase->fetch() #3 /home/enervell/public_html/modules/favoriteproducts/favoriteproducts.php(105): ModuleCore->display('/home/enervell/...', 'favoriteproduct...') #4 /home/enervell/public_html/classes/Hook.php(477): FavoriteProducts->hookDisplayHeader(Array) #5 /home/enervell/public_html/classes/controller/FrontController.php(428): HookCore::exec('di in/home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44 Link to comment Share on other sites More sharing options...
ventura Posted August 24, 2016 Share Posted August 24, 2016 Prueba a desactivar el modulo Productos Favoritos favoriteproducts parece que te esta creando algún conflicto con la plantilla y/o la version de Prestashop que tienes instalada Link to comment Share on other sites More sharing options...
Loadinges Posted August 24, 2016 Share Posted August 24, 2016 Saludos amigos de la comunidad de Prestashop, he estado intentando cargar un catalogo bastante grande en mi pagina y resulta que los ultimos articulos que habia subido no mostraban las imagenes, entonces decidi borrar 300 de los ultimos articulos y volver a cargarlos, pero cuando intenté hacerlo prestashop me arrojó un error en eliminarlos. Lo curioso es que el backoffice se muestra normal y el problema me lo da solo el frontoffice. Luego de eso cuando intento ingresar a mi pagina me sale este error HTTP 500, despues de curiosear un poco encontre una forma de visualizar exactamente el error y que fuera interpretado que era de la siguiente manera: Open config/defines.inc.php On or around line 28 you will find this line define('_PS_MODE_DEV_', false); Change that line to read define('_PS_MODE_DEV_', true); Mi sitio es www.vellstore.com Pero ya despues de hacer esto, me sale un texto y no TENGO NI LA MENOR IDEA DE LO QUE QUIERE DECIR, ALGUIEN ME PUEDE AYUDAR A SOLUCIONAR EL ERROR DE MI PAGINA? Este es el texto que me sale: Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /home/enervell/public_html/cache/smarty/compile/ce/b8/88/wrt57bd3b7d4d2a40.74134531' in /home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/home/enervell/...', '<?php /* Smarty...', Object(Smarty)) #1 /home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource() #2 /home/enervell/public_html/classes/module/Module.php(1708): Smarty_Internal_TemplateBase->fetch() #3 /home/enervell/public_html/modules/favoriteproducts/favoriteproducts.php(105): ModuleCore->display('/home/enervell/...', 'favoriteproduct...') #4 /home/enervell/public_html/classes/Hook.php(477): FavoriteProducts->hookDisplayHeader(Array) #5 /home/enervell/public_html/classes/controller/FrontController.php(428): HookCore::exec('di in/home/enervell/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44 Buenas, El problema es de falta de espacio en disco (disco lleno) o por error de permisos (sin permisos de escritura). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now