View Single Post
Old July 3rd, 2008, 12:35 PM   #1 (permalink)
takabanana
Registered User
Seasoned Poster
 
Joined in May 2003
Lives in Atlanta, GA
69 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
Unhappy Allowed memory size exhausted

I'm getting this error:
"Allowed memory size of XXXX bytes exhausted (tried to allocate 4000 bytes)"

I'm on a shared hosting server - so I don't have direct access to php.ini.

I tried the .htaccess method:
php_value memory_limit 32000000
which gave me a Server Error 500...

I also tried init_set() from the PHP file at the top:
ini_set(”memory_limit”,”32M”);
Which seemed to make no difference (same error)

How do I get around this memory issue?
__________________
Server:
simplemedia.com
XX.XX.74.115 (Reseller)
DNS:
ns770.dizinc.com
ns771.dizinc.com
Sites:
www.simplemedia.com
www.southernbloom.com
www.torimoto.net
www.rubyforest.net
takabanana is offline   Reply With Quote