By Walter Smith on Saturday, 20 December 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 270
Votes 0
When a user click on a category they get this error..

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 118 bytes) in /home/shadehaize123/public_html/libraries/joomla/language/language.php on line 807

How can I fix?
Thanks!
Hello Walter,

You are hitting this error most likely because coincidentally, the memory_limit has been reached. Can you try requesting your hosting provider to increase the memory_limit in the php.ini ?
·
Sunday, 21 December 2014 03:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,
Thank you. I got a hold of my provider (godaddy) and they are telling me I need to fix it.
Any php gurus who could point me in the right direction here?

Thanks!
-Walt
·
Monday, 22 December 2014 02:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Walter,

You can add (if not exist) php.ini in your Joomla root folder. In that file add:
memory_limit = 128M ;

If the file is already exist, you have to find the memory_limit and change the value to 128M. Hope this helps.
·
Monday, 22 December 2014 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post