Ending up restarting my server. After restarting it, I saw that it said
Request date:
17 December 2008, 11:58
Processing time:
2581.40s
Pages indexed:
4757
Sitemap files:
1
Pages size:
245.15Mb
except when I went to the sitemap.xml there's nothing there O_O also going to any of the other sitemaps nothing is there.
Also it says I have 450 broken links when I don't. For reason it's adding "FCx(this.href);" on my site. This is the original a tag on my site
<a href="/dfadfdsf/" onClick="this.href=FCx(this.href);" title="dfadsfdsf" class="link_nav2">dafdsfdsf</a>
But it's adding this to the url
[ External links are visible to forum administrators only ]
It's adding "onclick="FCx(this.href)" so I guess that's why it thinks it's a broken URL. How do I fix this and how do I get it to work? Also without having it freeze up my server? There's only like 6,000 pages I think. Not that much...not sure why my server freezes.
Going to analyze page I get
Warning: ksort() expects parameter 1 to be array, null given in /home/xxxxx/public_html/_generator/pages/page-analyze.inc.php(2) : eval()'d code on line 55
Warning: Invalid argument supplied for foreach() in /home/xxxxx/public_html/_generator/pages/page-analyze.inc.php(2) : eval()'d code on line 57
Going to view sitemap I get
Warning: gzfile(/home/xxxxxx/public_html/_generator/data/sitemap.xml.gz) [function.gzfile]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/_generator/pages/page-view.inc.php(2) : eval()'d code on line 24
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxxxxx/public_html/_generator/pages/page-view.inc.php(2) : eval()'d code on line 24
Also I don't have sitemap.xml.gz in data folder. Was I suppose to create on in there? Nor did I enable compression.