Crawling tab does not open
« on: December 06, 2010, 09:28:09 PM »
Hello,

I run the sitemap on another site. It was ok yesterday. but I don't see the button to run it when I clicked on the Crawling tab. Here is all I saw:

Crawling
 
Run in background
 Do not interrupt the script even after closing the browser window until the crawling is complete

Please help.
Thanks.
Life is short, try to do something good!
Re: Crawling tab does not open
« Reply #1 on: December 06, 2010, 09:53:55 PM »
Hello,

that might happen if PHP memory is exceeded when generator tries to read progress dump file, you need to increase memory_limit setting in PHP configuration to resolve that.
Re: Crawling tab does not open
« Reply #2 on: December 07, 2010, 12:13:48 AM »
I increased as below:

max_execution_time = 50000     
max_input_time 200000
memory_limit = 150M

It still does not load the Crawling tab.
Life is short, try to do something good!
Re: Crawling tab does not open
« Reply #4 on: December 08, 2010, 01:09:40 AM »
It worked.
thanks.
Life is short, try to do something good!