Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • meerstar Friend
    #127550

    I had finished installing JATeline and had started installing components when I encountered this error below:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/talkpitt/public_html/administrator/modules/mod_fullmenu.php on line 178

    I arrived at the error simply by clicking on install components.

    The install for modules and plugins is working.

    This software is the very best! Just need this problem resolved.

    Thank you,

    Bob Baker

    Sherlock Friend
    #245516

    Hi meerstar !
    memory size is overed limit size ! You can fix this bug by set again memory size limit by 1 of 2 following way :
    1 st way :
    Open configuration.php file add code line to bottom :


    ini_set("memory_limit","16M") ;

    2nd way :
    create php.ini file in site folder add following code to file :


    memory_limit = 16M

    Notify : You must restart apache server. “16M” is new size limit , You can change it .
    good luck !

    meerstar Friend
    #245522

    <em>@hainn84 48807 wrote:</em><blockquote>Hi meerstar !
    memory size is overed limit size ! You can fix this bug by set again memory size limit by 1 of 2 following way :
    1 st way :
    Open configuration.php file add code line to bottom :


    ini_set("memory_limit","16M") ;

    2nd way :
    create php.ini file in site folder add following code to file :


    memory_limit = 16M

    Notify : You must restart apache server. “16M” is new size limit , You can change it .
    good luck !</blockquote>
    Thank you very much. I can’t thank you enough!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  meerstar 16 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum