Warning about recursive call
« on: December 24, 2009, 11:40:35 PM »
Oleg, unfortuinately I cannot write in bug reposts topic, so I am here:

/hereismysite/html/generator/runcrawl.php
php in free(): warning: recursive call
<html>
<head>
<title>XML Sitemaps - Generation</title>
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-15" />
<link rel=stylesheet type="text/css" href="pages/style.css">
</head>
<body>
Resuming the last session (last updated: 2009-12-24 17:16:27)20720 | 36467 | 772,658.0 | 0:32:20 | 0:56:54 | 3 | 100,249.6 Kb | 19738 | 37169 | 100249
20740 | 36447 | 773,188.0 | 0:32:23 | 0:56:55 | 3 | 100,332.2 Kb | 19758 | 37304 | 83
20760 | 36427 | 773,711.4 | 0:32:26 | 0:56:55 | 3 | 100,439.5 Kb | 19778 | 37423 | 107
20780 | 36407 | 774,222.6 | 0:32:30 | 0:56:57 | 3 | 100,515.2 Kb | 19798 | 37518 | 76
20800 | 36387 | 774,735.8 | 0:32:33 | 0:56:57 | 3 | 100,576.0 Kb | 19818 | 37611 | 61
20820 | 36367 | 775,242.4 | 0:32:36 | 0:56:58 | 3 | 100,637.8 Kb | 19838 | 37684 | 61
20840 | 36347 | 775,770.8 | 0:32:41 | 0:57:00 | 3 | 100,737.6 Kb | 19858 | 37817 | 100
20860 | 36327 | 776,286.3 | 0:32:44 | 0:57:00 | 3 | 100,823.0 Kb | 19878 | 37914 | 86
20880 | 36307 | 776,812.6 | 0:32:47 | 0:57:01 | 3 | 100,955.4 Kb | 19898 | 38027 | 132
20900 | 36287 | 777,335.8 | 0:32:52 | 0:57:04 | 3 | 100,999.8 Kb | 19918 | 38154 | 44
20920 | 36267 | 777,862.2 | 0:32:55 | 0:57:04 | 3 | 101,129.5 Kb | 19938 | 38247 | 130
20940 | 36247 | 778,377.8 | 0:32:58 | 0:57:04 | 3 | 101,146.5 Kb | 19958 | 38343 | 17
20960 | 36227 | 778,897.4 | 0:33:02 | 0:57:07 | 3 | 101,227.2 Kb | 19978 | 38452 | 81
20980 | 36207 | 779,419.8 | 0:33:06 | 0:57:07 | 3 | 101,302.9 Kb | 19998 | 38548 | 75
21000 | 36187 | 779,943.2 | 0:33:09 | 0:57:07 | 3 | 101,404.0 Kb | 20018 | 38678 | 102

What shoul I do? We tryed to do it from web-interface, from shell - all the same.
Re: Warning about recursive call
« Reply #1 on: December 26, 2009, 05:51: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.