st0le Posted January 5, 2014 Share Posted January 5, 2014 (edited) Hola,Una vez se tramita un pago en contra rembolso en mi web. devuelve el siguiente error: Warning: Parameter id_lang in function displayDate() is deprecated in /home/knwonwdo/htdocs/modules/mailalerts/mailalerts.php on line 275 in /home/knwonwdo/htdocs/classes/Tools.php on line 1961 Warning: Parameter id_lang in function displayDate() is deprecated in /home/knwonwdo/htdocs/modules/codfee/codfee.php on line 1121 in /home/knwonwdo/htdocs/classes/Tools.php on line 1961 Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 30720 bytes) in /home/knwonwdo/htdocs/classes/pdf/HTMLTemplate.php on line 114 Supongo que el único importante es el "fatal error" he mirado de cambiar el php.inc poniendo mas Mb @ini_set('memory_limit', '500M'); por ejemplo Pero me sigue fallando...Alguien sabe porque puede ser?Saludos! Edited January 7, 2014 by st0le (see edit history) Link to comment Share on other sites More sharing options...
st0le Posted January 6, 2014 Author Share Posted January 6, 2014 Alguien sabe porque puede ser? ;( Link to comment Share on other sites More sharing options...
Rolige Posted January 6, 2014 Share Posted January 6, 2014 Hola,Igual y puedes empezar por ponerle atencion tambien al warning, puedes tratar con desinstalar los modulos codfee y mailalerts, luego pruebas de nuevo, si funciona correctamente pues ya sabras de donde proviene el problema.Saludos. Link to comment Share on other sites More sharing options...
Feliz Garcia Posted January 6, 2014 Share Posted January 6, 2014 Respecto a esto: Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 30720 bytes) in /home/knwonwdo/htdocs/classes/pdf/HTMLTemplate.php on line 114 que te sale en "Limite de Memoria" en la pestaña Parametros Avanzados -> Información ¿? Link to comment Share on other sites More sharing options...
st0le Posted January 6, 2014 Author Share Posted January 6, 2014 Respecto a esto: Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 30720 bytes) in /home/knwonwdo/htdocs/classes/pdf/HTMLTemplate.php on line 114 que te sale en "Limite de Memoria" en la pestaña Parametros Avanzados -> Información ¿? Hola! Me sale lo siguiente: Límite de memoria: 48M Es eso seguro!!! Como puedo cambiarlo¿? Gracias! Link to comment Share on other sites More sharing options...
Feliz Garcia Posted January 6, 2014 Share Posted January 6, 2014 Hola! Me sale lo siguiente: Límite de memoria: 48M Es eso seguro!!! Como puedo cambiarlo¿? Gracias! Que poco !!! Yo en mi caso intente lo tuyo de aumentarlo con el: ini_set('memory_limit', '128M'); en el /config/config.inc.php y me seguia saliendo un valor inferior, entoces contacte con mi hosting y me lo aumentaron. Link to comment Share on other sites More sharing options...
st0le Posted January 6, 2014 Author Share Posted January 6, 2014 Que poco !!! Yo en mi caso intente lo tuyo de aumentarlo con el: ini_set('memory_limit', '128M'); en el /config/config.inc.php y me seguia saliendo un valor inferior, entoces contacte con mi hosting y me lo aumentaron. Ok! Muchas gracias, le he dicho que lo pongan a 500M es mucho? Saludos! Link to comment Share on other sites More sharing options...
nadie Posted January 6, 2014 Share Posted January 6, 2014 Ok! Muchas gracias, le he dicho que lo pongan a 500M es mucho? Saludos! Prestashop recomienda mínimo 64M http://www.prestashop.com/es/requisitos-de-sistema y tu tienes 48M, por dejarlo intermedio que te lo dejen en 128M, aunque si te lo colocan a 500M pues mejor, pero no es necesario subirlo a un valor tan alto como 500M Link to comment Share on other sites More sharing options...
tuk66 Posted January 7, 2014 Share Posted January 7, 2014 No se puede usar ini_set ('memory_limit', '128M '), si su hosting no permite cambiar este valor. Pregunte al administrador del servidor para aumentar el valor. You cannot use ini_set('memory_limit', '128M'); if your hosting doesn't allow to change this value. Ask your server administrator to increase the value. Link to comment Share on other sites More sharing options...
st0le Posted January 7, 2014 Author Share Posted January 7, 2014 Hola!Efectivamente! Contacte con el hosting y cambiaron el valor y ya funciona todo perfectamente ^^Muchas gracias a todos! Link to comment Share on other sites More sharing options...
nadie Posted January 7, 2014 Share Posted January 7, 2014 Hola! Efectivamente! Contacte con el hosting y cambiaron el valor y ya funciona todo perfectamente ^^ Muchas gracias a todos! Un placer ayudarte y servirte ! PD: Como he visto que has añadido la palabra "Solucionado" al titulo del tema, procedo a cerrar el tema. Saludos, Link to comment Share on other sites More sharing options...
Recommended Posts