In joomla CMS->Menu->mainmenu->When i was moving down menu item,i clicked move down button more than requirement,after clicking,this fatal error came,How to fix this fatal error in joomla CMS? after getting this fatal error,when i click mainmenu,this fatal error is coming instead of mainmenu items. Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 51200 bytes) in /home/ideaplan/public_html/administrator/includes/admin.php on line 307
The php is configured to allow only 8 MB of memory per PHP page, which seems to be not enough. If you use your own server, you can edit your php.ini and increase the value of the memory_limit variable, or you can add this line in your htaccess on root of the joomla installation. php_value memory_limit 16M I hope this help