Joomla website issue ! !

Asked By 10 points N/A Posted on -
qa-featured

This following error pops up on my joomla website "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 41 bytes) in /home/content/46/8440746/html/libraries/joomla/error/exception.php on line 117 "   So what can I do ?

SHARE
Answered By 25 points N/A #119098

Joomla website issue ! !

qa-featured

I found the solution on the problem that you are having you just need to increase the memory limit of PHP just as said in the error you need to increase the memory limit that PHP is using to do this, I will show you a sample work of mine that adjust the memory limit of PHP.

Make a new file and let us name it memory .ini and to use a memory limit you must type "memory_limit = 80M" on the memory.ini file  memory limit is according to you the one that I showed you now is just an sample for you

Related Questions