No crawl page
« on: August 13, 2007, 08:18:00 PM »
I simply do not get a crawl page or any generation at all .. .
[ External links are visible to forum administrators only ]

Actually the Crawling page ran about 7/8ths  of the way thru the first time. Timed out not writing the sitemap.xml in the /public_html/ permissioned to 666. Now Crawling page refuses to even load onscreen in the browser IE or FireFox.

I am running Apache, PHP 5.0.4 and PHP is permissioned on Port 80  ;)
« Last Edit: August 13, 2007, 08:55:12 PM by dion »
Re: No crawl page
« Reply #1 on: August 14, 2007, 06:42:16 PM »
Is anyone going to Reply ?
Re: No crawl page
« Reply #2 on: August 14, 2007, 07:09:18 PM »
Hello,

please increase memory_limit and max_execution_time settings in php configuration.
Re: No crawl page
« Reply #3 on: August 14, 2007, 07:36:41 PM »
Ok, I will try that, problem is the Crawl Page will not even load in the interface browser window?

I set Max_Execution Time to "0" (unlimited)

Could not find Memory_Limit setting in the interface ?

Still no Crawl Page loading . ..
« Last Edit: August 14, 2007, 07:40:57 PM by dion »
Re: No crawl page
« Reply #4 on: August 15, 2007, 07:42:32 PM »
It should be changed in PHP configuration on your server, not in Sitemap Generator configuration.
Re: No crawl page
« Reply #5 on: August 20, 2007, 05:10:35 AM »
In php.ini on server hosting . . .

max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60   ; Maximum amount of time each script may spend parsing request data
memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)

CHANGED TO in php.ini file:

max_execution_time = 180     ; Maximum execution time of each script, in seconds
max_input_time = 60   ; Maximum amount of time each script may spend parsing request data
memory_limit = 12M      ; Maximum amount of memory a script may consume (8MB)

Results:

Links depth: 7
Current page: cm/displayimage.php?album=lastupby&cat=0&uid=1&pid=19&slideshow=8000
Pages added to sitemap: 5420
Pages scanned: 6100 (86,637.4 Kb)
Pages left: 146 (+ 1498 queued for the next depth level)
Time passed: 11:42
Time left: 0:16
Memory usage: 6,576.5 Kb

Still no generation in any of the 4 Type Pages (Maps).
NOTE: I am beginning to think this application script is too heavy on server resources? (I am hosted on a Virtual Private Server "VPS"; not in a "shared" virtual webspace.)
Re: No crawl page
« Reply #6 on: August 21, 2007, 01:04:55 AM »
Hello,

did you restart Apache so that your changes take effect?