bugs at end of crawl
« on: November 06, 2005, 09:12:24 PM »
Here is what I get in my cron email for the stand alone version, what could be wrong ?

<h4>Completed</h4>Total pages indexed: 5786<br>Calculating changelog...<br />
<b>Warning</b>:  fopen(/home/fleavend/public_html/xmlsitemap/data/sitemap.txt): failed to open stream: Permission denied in <b>/home/fleavend/public_html/xmlsitemap/pages/class.utils.inc.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code</b> on line <b>15</b><br />
<br />
<b>Warning</b>:  fwrite(): supplied argument is not a valid stream resource in <b>/home/fleavend/public_html/xmlsitemap/pages/class.utils.inc.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code</b> on line <b>16</b><br />
<br />
<b>Warning</b>:  fclose(): supplied argument is not a valid stream resource in <b>/home/fleavend/public_html/xmlsitemap/pages/class.utils.inc.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code</b> on line <b>17</b><br />
<script>
top.location = 'index.php?op=view'
</script>
 
 Dan
FleaVenders.com :(
Re: bugs at end of crawl
« Reply #1 on: November 06, 2005, 09:19:04 PM »
Hi Dan,

you should set write permissions (0777) for /home/fleavend/public_html/xmlsitemap/data/ folder.
Re: bugs at end of crawl
« Reply #2 on: November 06, 2005, 09:34:32 PM »
The folder has 777 permissions, I just changed the files to the same permissions. sitmap.xml and sitemap.txt .... maybe that will work. I'll find out tomorrow when it crons again.
Dan
FleaVenders.com ???
Re: bugs at end of crawl
« Reply #3 on: November 07, 2005, 06:09:17 PM »
Yes, if sitemap.txt already EXISTS, then it should have write permissions too (0666 for the files).