Problems with sitemap generator
« on: January 26, 2009, 05:26:09 PM »
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
Re: Problems with sitemap generator
« Reply #1 on: January 27, 2009, 03:28:11 AM »
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:
Code: [Select]
<?php
phpinfo
();
?>
and then open it in browser to see the actual memory_limit setting in you have.