Generator will not create map and corrupts
« on: October 05, 2007, 07:52:07 AM »
HI, I have uploaded the generator to my site and set the permissions. I have created the config and set to run in the background. nothing seems to happens for an age and eventually when I reopen the browser window the 'Crawling' page is only half formed. See Source below:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[ External links are visible to forum administrators only ]">
<html>
<head>
<title>Crawling: XML, ROR, Text, HTML Sitemap Generator - (c) www.xml-sitemaps.com</title>
<meta http-equiv="Content-type" content="text/html;" charset="iso-8859-15" />
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
<link rel=stylesheet type="text/css" href="pages/style.css">
</head>
<body>
<div align="center">
<h1><a href="./">Standalone XML Sitemap Generator</a></h1>
<div id="menu">
<ul id="nav">
<li><a href="index.php?op=config">Configuration</a></li>
<li><a class="navact" href="index.php?op=crawl">Crawling</a></li>
<li><a href="index.php?op=view">View Sitemap</a></li>
<li><a href="index.php?op=analyze">Analyze</a></li>
<li><a href="index.php?op=chlog">ChangeLog</a></li>
<li><a href="index.php?op=l404">Broken Links</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</div>
<div id="outerdiv">
<div id="sidenote">
<div class="block2head">
No sitemaps found
</div>
<div class="block1">
Sitemap was not generated yet, please go to <a href="index.php?op=crawl">Crawling</a>
page to start crawler manually or to setup a cron job.
</div>
</div>
<div id="shifted">
<h2>Crawling</h2>
<form action="index.php" method="POST">
<input type="hidden" name="op" value="crawl">
<div class="inptitle">Run in background</div>
<input type="checkbox" name="bg" value="1" id="in1"><label for="in1"> Do not interrupt the script even after closing the browser window until the crawling is complete</label>

This happens everytime and no map is generated.

Can you help or advise please?

Thanks

Re: Generator will not create map and corrupts
« Reply #1 on: October 05, 2007, 07:47:55 PM »
Hello,

you should increase memory_limit and max_execution_time settings in PHP configuration.
Re: Generator will not create map and corrupts
« Reply #2 on: October 05, 2007, 10:32:05 PM »
Okay, I'll give it a try and let you know.