Warnings after Crawling
« on: April 06, 2007, 02:46:03 AM »
I keep getting these warnings after I crawl, I never get a site map.
Here are the warnings, if someone could help.
Thanks,

Warning: file(/home/www/alpineresortproperties/sitemap/data/sitemap.xml) [function.file]: failed to open stream: No such file or directory in /home/www/alpineresortproperties/sitemap/pages/class.utils.inc.php(2) : eval()'d code on line 23

Warning: implode() [function.implode]: Bad arguments. in /home/www/alpineresortproperties/sitemap/pages/class.utils.inc.php(2) : eval()'d code on line 23
Re: Warnings after Crawling
« Reply #1 on: April 06, 2007, 10:16:00 PM »
Hello,

make sure that you defined file permissions as described in https://www.xml-sitemaps.com/documentation-xml-sitemap-generator.html:
# config.inc.php - 0666 (rw-rw-rw-)
# data/ folder - 0777 (rwxrwxrwx)
# /path/to/your/sitemap.xml - 0666 (rw-rw-rw-)