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?
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?
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