Cuando entramos en nuestra web aparece en blanco y aparece el mensaje siguiente en el error.log
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /httpdocs/new/libraries/joomla/error/exception.php on line 117 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /httpdocs/new/libraries/joomla/session/session.php on line 136 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /httpdocs/new/libraries/joomla/error/exception.php on line 117 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /httpdocs/new/libraries/joomla/session/session.php on line 136
Solucion:
Añadir en el php.ini
memory_limit = 64M
Como es muy posible que nuestro hosting no nos deje modificar este archivo por que sea usado por varios clientes.Debermos modifcar nuestro archivos php.
Incluimos en el configuracion.php la linea ini_set('memory_limit','64M'); justo debajo de <?php
<?php ini_set('memory_limit','64M'); class JConfig { var $offline = '0';