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.)