Jump to content

[SOLUCIONADO] Problema pago contrarembolso


Recommended Posts

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 by st0le (see edit history)
Link to comment
Share on other sites

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

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

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

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

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

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...