• Welcome to Sitemap Generator Forum.
 

Another Memory Error

Started by blankfeeler, March 23, 2009, 12:44:58 AM

Previous topic - Next topic

blankfeeler

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



blankfeeler

I tried that and set it higher even and still no luck.....

XML-Sitemaps Support

Hello,

is the error message changed? (if it's still the same then perhaps memory_limit was not applied to PHP)

blankfeeler

So..... How do I apply it? The only waY I know how is the php.ini ....  ???


blankfeeler

Thanx.... You the man.... If only I knew half of what I was doing half the time.....