Can anyone help with this fatal error?

Discussion in 'Joomla' started by Beefandy, Jan 22, 2012.

  1. #1
    Hi, I'm getting this error, can any help?

    One minute it was fine, next I get this:

    Fatal error: Out of memory (allocated 7864320) (tried to allocate 311296 bytes) in /home/releasen/public_html/libraries/joomla/environment/browser.php on line 596


    thanks!
     
    Beefandy, Jan 22, 2012 IP
  2. amritdhakalad

    amritdhakalad Member

    Messages:
    86
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #2
    This problem arises due to php memory limit. The script that you executed consumed the maximum allowed memory and couldn't allocate the further required memory. Try to increase php_memory_limit if you have access to the php.ini file and edit it.
     
    amritdhakalad, Jan 22, 2012 IP
  3. jbsxpo

    jbsxpo Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    before you create php.ini file perhaps you can consult with your hosting provider how much they allow you to make additional memory limit. and code something like

    memory_limit = 16M

    create ini notepad and save as all Files and give the name php.ini then upload to your root hosting or in public_html folder
     
    jbsxpo, Jan 31, 2012 IP
  4. kkwhite

    kkwhite Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    try clearing ur cache :/
     
    kkwhite, Feb 10, 2012 IP