• Welcome to Sitemap Generator Forum.
 

fwrite warning messages

Started by tom15, May 11, 2008, 10:27:52 PM

Previous topic - Next topic

tom15

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,


XML-Sitemaps Support

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:
[ External links are visible to logged in users only ]

tom15

Thanks, changing xs_makebase from 1 to 0 got rid of the warning messages.