Another Memory Error
« on: March 23, 2009, 12:44:58 AM »
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4404929 bytes) in /home/pensaco3/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

My php ini

max_execution_time = 300     ; Maximum execution time of each script, in seconds
max_input_time = -1   ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (32MB)

Also have a delay of 60 every 200 requests

Exclude URLs:
include/
design/
plugins/
site/

Starting URL:
[ External links are visible to forum administrators only ]

Save sitemap to:
sitemap.xml

Your Sitemap URL:
[ External links are visible to forum administrators only ]

I have ror and text checked

HTML Sitemap filename:
/home/pensaco3/public_html/generator/data/sitemap.html

Also It is a phpfox script I am running on host monster server.... Any ideas... Hopefully I provided enough info

Oh yeah my htacess
RewriteCond %{REQUEST_URI} !^/generator/.*
RewriteCond %{REQUEST_URI} !^/sitemap.xml
RewriteCond %{REQUEST_URI} !^/ror.xml

Re: Another Memory Error
« Reply #1 on: March 23, 2009, 01:35:47 PM »
Hello,

you should increase memory_limit setting to resolve that (try 64M).
Re: Another Memory Error
« Reply #2 on: March 23, 2009, 11:36:11 PM »
I tried that and set it higher even and still no luck.....
Re: Another Memory Error
« Reply #3 on: March 24, 2009, 09:11:47 PM »
Hello,

is the error message changed? (if it's still the same then perhaps memory_limit was not applied to PHP)
Re: Another Memory Error
« Reply #4 on: March 24, 2009, 10:28:13 PM »
So..... How do I apply it? The only waY I know how is the php.ini ....  ???
Re: Another Memory Error
« Reply #6 on: March 25, 2009, 01:43:16 AM »
Thanx.... You the man.... If only I knew half of what I was doing half the time.....