Crawling stops at the first link
« on: June 28, 2008, 04:30:24 AM »
It used to work perfect, but now it is crawling only 1 page, the root, and then it goes on to the results as if it worked fine. But i stopped it and i could see these php errors:
Warning: fwrite(): supplied argument is not a valid stream resource in /home/.../generator/pages/class.xml-creator.inc.php on line 171

Warning: fwrite(): supplied argument is not a valid stream resource in /home/.../generator/pages/class.xml-creator.inc.php on line 185

Warning: fclose(): supplied argument is not a valid stream resource in /home/../generator/pages/class.xml-creator.inc.php on line 186

Please help,
Thanks
Re: Crawling stops at the first link
« Reply #1 on: June 28, 2008, 08:46:57 PM »
Hello,

make sure that you still have correct file permissions assigned (0666 for ror.xml and sitemap.xml in domain root and 0777 for generator/data/ folder).
Re: Crawling stops at the first link
« Reply #2 on: June 29, 2008, 10:19:50 PM »
They are well set, but it's still failing...  :-[
Re: Crawling stops at the first link
« Reply #3 on: July 02, 2008, 09:41:48 AM »
Did you check other permissions as well as described in installation manual?
You should create manually empty sitemap.xml and ror.xml files in domain root and set 0666 permissions for them.
Re: Crawling stops at the first link
« Reply #4 on: July 03, 2008, 01:41:34 AM »
 :-[
Permissions are well set... I double checked that