• Welcome to Sitemap Generator Forum.
 

Problems with sitemap generator

Started by Lindsay, January 26, 2009, 05:26:09 PM

Previous topic - Next topic

Lindsay

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097118 bytes) in /var/www/vhosts/nakenforum.com/httpdocs/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

I have set it to 1000MB and unlimited with no luck

XML-Sitemaps Support

Hello,

from the error message you got I see that the limit is still set to 32M (33554432 bytes). Please try to create phpinfo.php file in generator folder with:
<?php
phpinfo
();
?>

and then open it in browser to see the actual memory_limit setting in you have.