fwrite warning messages
« on: May 11, 2008, 10:27:52 PM »
I get the following errors when I run xml-sitemaps:

Warning: fwrite(): supplied argument is not a valid stream resource in /home/inhis4/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 171
(many times)

Warning: fclose(): supplied argument is not a valid stream resource in /home/inhis4/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 186
(once)

The sitemap files are created and I think they are correct (not 100% sure though).

Any idea what is causing the warning messages?  Is something wrong with my configuration?

Thanks,

Re: fwrite warning messages
« Reply #1 on: May 12, 2008, 09:31:01 PM »
Hello,

please try to manually set to 0 'xs_makebase' option in config.inc.php file.

Btw, you can check that sitemaps are correct by submitting them to Google:
http://www.google.com/webmasters/sitemaps/siteoverview
Re: fwrite warning messages
« Reply #2 on: May 13, 2008, 02:08:57 AM »
Thanks, changing xs_makebase from 1 to 0 got rid of the warning messages.