nearwen Posted May 8, 2014 Share Posted May 8, 2014 Hola, Cuando actualizo a 1.6 con el modulo de autoupgrade la pagina me queda en blanco. ¿Algun tutorial para hacerlo? Quizas me estoy olvidando detalles importantes al hacer esto. Todos las sugerencia de este modulo estaban marcadas con un tick verde. ¿Que datos necesitan para poder ayudarme? Desde ya muchas gracias Enzo Link to comment Share on other sites More sharing options...
Goullak Posted May 8, 2014 Share Posted May 8, 2014 La pantalla en blanco es porque no tendras activado el mostrar errores. Abre el fichero /config/config.inc.php Busca esto: @ini_set('display_errors', 'off'); Y dejalo asi: @ini_set('display_errors', 'on'); Dinos que error te muestra a ver si nos da pistas. Link to comment Share on other sites More sharing options...
nearwen Posted May 9, 2014 Author Share Posted May 9, 2014 Hola Goulak, Gracias por tu respuesta y ayuda. No tengo tal linea de codigo en el /config/config.inc.php Tengo esto: /* Improve PHP configuration to prevent issues */ ini_set('upload_max_filesize', '100M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); O esto: throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.')); } catch (PrestaShopException $e) ¿Que puedo hacer para activarlo/agregarlo? Link to comment Share on other sites More sharing options...
Josraso Posted May 9, 2014 Share Posted May 9, 2014 Se equivoco de fichero es este: config/defines.inc.php Tambien puedes leer este mensaje http://www.prestashop.com/forums/topic/232474-%C2%BFqu%C3%A9-hacer-cuando-se-queda-la-pantalla-en-blanco-en-prestashop/ el cual te indica como activar el reporte de errores Link to comment Share on other sites More sharing options...
nearwen Posted May 9, 2014 Author Share Posted May 9, 2014 Gracias Josraso, Este es el error entonces: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /h***/a********/public_html/tools/smarty/sysplugins/smarty_internal_compile_foreach.php on line128 Link to comment Share on other sites More sharing options...
Goullak Posted May 9, 2014 Share Posted May 9, 2014 Puede que tengas problemas de memoria y debas aumentarla, prueba esto: http://www.prestashop.com/forums/topic/175548-aumentar-memoria-en-localhost/ Aunque también puede ocurrirte esto y tengas que contactar con tu hosting: http://www.prestashop.com/forums/topic/290927-solucionado-problema-limite-de-memoria-prestashop/ Link to comment Share on other sites More sharing options...
nearwen Posted May 9, 2014 Author Share Posted May 9, 2014 Ahi va bien! Gracias Goullak Link to comment Share on other sites More sharing options...
Recommended Posts