Friday, February 21, 2014

How to increase PHP Memory Limit In Joomla

 how to increase  memory limit in joomla 


sometime joomla website showing this error


 Fatal error: Allowed memory size of  x Bytes Exhausted” Error on Joomla


Some people suggest me to  adding this line to the configuration.php file.


However, this file is rewritten everytime the global configuration is changed and it would be wiped out.


therefor I suggest adding it to the index.php file in the root directory, and in the index.php file in the administrator folder.


Underneath the line


<?php

add this line:


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

Changing 32 to whatever you would like to set the limit at.


 


…………………………………………………………………..


also you can check How to increase PHP Memory Limit In wordpress


also you can check How to Increase PHP memory limit in WHM



How to increase PHP Memory Limit In Joomla

No comments:

Post a Comment