Fatal Error: Allowed Memory Problem!!!!

Discussion in 'Troubleshooting' started by jtoelle, Sep 30, 2008.

  1. jtoelle

    jtoelle New Member

    Joined:
    May 1, 2008
    Messages:
    17
    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 42 bytes) in /amember/plugins/protect/htpasswd/htpasswd.inc.php on line 38



    CAN ANYONE HELP ME?
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Sounds like your hosting provider needs to bump up your memory limit from 8 meg to 16 meg (php.ini: memory_limit = 16M) or you may be able to do this manually in your .htaccess (php_value memory_limit 16M)

    Surprised this snuck up on you.

    Is this a new site, existing site.. how many users.. logs indicate any excessive load to justify the extra memory usage?
  3. jtoelle

    jtoelle New Member

    Joined:
    May 1, 2008
    Messages:
    17
    The site is about 5 months old
    But our traffic is growing pretty rapidly

    Thanks for the suggestion, I'll see if my host can fix this
  4. jtoelle

    jtoelle New Member

    Joined:
    May 1, 2008
    Messages:
    17
    Turned out to be a Server error as you suggested
    Thanks

Share This Page