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';



Otra posible solucion es modificar el .htaccess

php_value memory_limit 64M

Otra alternativa es bajar un plugin para joomla

Memory Limit Plugin (Joomla! 1.5 Native)
http://www.joomreem.com/downloads/doc_details/5-memory-limit-plugin-joomla-15-native.html
plg_memory_limit.zip




Por admin

Deja una respuesta

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock