I get an error message when I run a crawl...
« on: November 27, 2008, 02:48:33 PM »
When creating the ror.xml file I get these two errors:

Warning: file(/home/content/e/p/f/epforum/html/generator/data/sitemap.xml) [function.file]: failed to open stream: No such file or directory in /home/content/e/p/f/epforum/html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 40

Warning: implode() [function.implode]: Invalid arguments passed in /home/content/e/p/f/epforum/html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 40

But more importantly, I can't get an .xml sitemap to generate properly.

any thoughts?
Re: I get an error message when I run a crawl...
« Reply #1 on: November 28, 2008, 12:33:52 AM »
Hello,

make sure that you setup permissions as required:
# config.inc.php - 0666 (rw-rw-rw-) (change it back to 0644 when setup is completed)
# data/ folder - 0777 (rwxrwxrwx)
# /path/to/your/sitemap.xml - 0666 (rw-rw-rw-)