How to fix this fatal error in joomla CMS?

Discussion in 'Joomla' started by universe, Apr 25, 2007.

  1. #1
    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
     
    universe, Apr 25, 2007 IP
  2. maroon_cool

    maroon_cool Active Member

    Messages:
    850
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    75
    #2
    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
     
    maroon_cool, Apr 25, 2007 IP