Jump to content

Fatal error: Allowed memory size... (pantalla en blanco, backoffice bien)


liamvasik

Recommended Posts

He hecho una instalación automática desde softaculus de Prestashop 1.6 , no he tocado nada excepto habilitar el informe de errores en debug. 

 

Me dice esto:

 

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/liamv3/public_html/store/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 2060

 

 

el backoffice me funciona correctamente.

 

Alguna idea? Ayuda?

 

Muchas gracias.

Link to comment
Share on other sites

He hecho una instalación automática desde softaculus de Prestashop 1.6 , no he tocado nada excepto habilitar el informe de errores en debug. 

 

Me dice esto:

 

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/liamv3/public_html/store/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 2060

 

 

el backoffice me funciona correctamente.

 

Alguna idea? Ayuda?

 

Muchas gracias.

En el fichero:

/config/config.inc.php

Quizas si añades esto:

ini_set('memory_limit','128M');

funciona...

Link to comment
Share on other sites

Después de hacer lo que comentaba GalindoGadea he modificado el .htaccess incluyendo lo siguiente:

<IfModule mod_suphp.c>

mi_web.com/home/mi_usuario/public_html
</IfModule>
 
cambiando mi_web.com y mi_usuario
 
y he modificado el php.ini dejándolo así:
 
magic_quotes_gpc = Off
register_globals = Off
post_max_size = 20M
memory_limit = 128M
max_execution_time=300
max_input_time=-1
upload_max_filesize=25M


zend_extension="/usr/local/IonCube/ioncube_loader_lin_4.4.so"
zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_4.4_ts.so"

[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Ahora el error es el siguiente:
 
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

Alguna IDEA?

 

Gracias.

Link to comment
Share on other sites

Después de hacer lo que comentaba GalindoGadea he modificado el .htaccess incluyendo lo siguiente:

<IfModule mod_suphp.c>

mi_web.com/home/mi_usuario/public_html
</IfModule>
 
cambiando mi_web.com y mi_usuario
 
y he modificado el php.ini dejándolo así:
 
magic_quotes_gpc = Off
register_globals = Off
post_max_size = 20M
memory_limit = 128M
max_execution_time=300
max_input_time=-1
upload_max_filesize=25M


zend_extension="/usr/local/IonCube/ioncube_loader_lin_4.4.so"
zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_4.4_ts.so"

[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Ahora el error es el siguiente:
 
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

Alguna IDEA?

 

Gracias.

 

 

Lo único que te puedo decir que un error 500 es un error en el servidor, el cual no puede resolver tú directamente, pero se me ocurre que tiene que ver con el tiempo de ejecución. Trata aumentando el tiempo de ejecución que lo tienes en 300 y haz la prueba con 3000. A ver ¿qué sucede?

Link to comment
Share on other sites

Creo que no es problema del tiempo de ejecución el error que te da ahora, si dejas el php.ini como venia originalmente te da el mismo error que te daba antes o el 500 de ahora ??

 

Por cierto, como dices que el panel te iba bien, cuanto te sale de  limite de memoria en la pestaña Parametros Avanzados -> Informacion

Link to comment
Share on other sites

Creo que no es problema del tiempo de ejecución el error que te da ahora, si dejas el php.ini como venia originalmente te da el mismo error que te daba antes o el 500 de ahora ??

 

Por cierto, como dices que el panel te iba bien, cuanto te sale de  limite de memoria en la pestaña Parametros Avanzados -> Informacion

Perdon, el problema es el .htaccess dejalo como venia originalmente y no añadas lo que has añadido, el memory_limit no lo toques en tu .htaccess, toca el php.ini, si no tienes permisos para hacerlo comentaselo a tu hosting.

Link to comment
Share on other sites

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