Error after 4 H crawling
« on: March 25, 2010, 01:44:07 AM »
Having this error
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 31641814 bytes) in ..../generator/pages/class.utils.inc.php(2) : eval()'d code on line 27
Re: Error after 4 H crawling
« Reply #1 on: March 25, 2010, 09:09:17 PM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.
Re: Error after 4 H crawling
« Reply #2 on: April 02, 2010, 06:05:54 PM »
I get a similar error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 23522908 bytes)

but I've increased our memory size to 64MB using .htaccess.

any idea what else I can try?
Re: Error after 4 H crawling
« Reply #4 on: April 03, 2010, 06:21:21 PM »
I still get the same error with 512M:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 23762759 bytes)
Re: Error after 4 H crawling
« Reply #5 on: April 05, 2010, 07:21:04 PM »
Hello,

looks like memory limit is still at 256M (as it's seen from error message), try to create phpinfo.php file in generator folder with:
Code: [Select]
<?php
phpinfo
();
?>
and open it in browser to see your current php options.
Re: Error after 4 H crawling
« Reply #6 on: April 05, 2010, 08:59:20 PM »
I've uploaded a phpinfo file into the folder and it says:
memory_limit 512M

it still gives me the same error.
Re: Error after 4 H crawling
« Reply #7 on: April 06, 2010, 10:01:19 AM »
Hello,

please let me know your generator URL/login in private message to check this.
Re: Error after 4 H crawling
« Reply #8 on: April 06, 2010, 10:05:41 AM »
ok I've sent you a message - thanks :)
Re: Error after 4 H crawling
« Reply #9 on: April 09, 2010, 03:31:48 PM »
Did you get my details and have you had a chance to look at the script?

Thanks
Re: Error after 4 H crawling
« Reply #11 on: April 11, 2010, 11:42:17 AM »
ok thanks I didn't see that.