Crawling page refuses to load fully - can't activate
« on: September 18, 2009, 02:03:55 PM »
All I can get on the crawling page is the run in background option. None of the rest of the page will load so I have no way of starting or resuming the crawl. I've tried in all browsers. Help please. I'm working on a big site (27k pages) for a client and it's urgent.

Thanks

Malcolm
Re: Crawling page refuses to load fully - can't activate
« Reply #1 on: September 18, 2009, 03:44:44 PM »
Hello,

please try to increase memory_limit setting in PHP configuration, probably the script fails to read current crawling progress state.
Re: Crawling page refuses to load fully - can't activate
« Reply #2 on: October 01, 2009, 05:27:19 AM »
I'm getting the exact same problem, with a site of similar size. I've increased my limit to 1024M - this seems excessive and it's still not working. What size do you suggest?

Re: Crawling page refuses to load fully - can't activate
« Reply #3 on: October 02, 2009, 08:30:49 PM »
Hello,

please try to create file named phpinfo.php in generator folder with this content:
Code: [Select]
<?php
phpinfo
();
?>
and open it in browser to make sure that memory_limit setting is changed.