hi
i installed xmlsitemap on a fresh drupal 6 installation and, when go to site.com/sitemap.xml, i receive this error

XML Parsing Error: XML or text declaration not at start of entity
Location: http://www.site.com/sitemap.xml
Line Number 1, Column 2: 
 <?xml version="1.0" encoding="UTF-8"?>
_^

i tried to run update, clear cache, start cron without solve my problem

Comments

josh@pixael.com’s picture

Status: Active » Closed (fixed)

i'm sorry... there was a problem with my theme!

andralex’s picture

I have the same issue. So can you explain what was the problem?

Anonymous’s picture

If you look at the page source do you get a clue? Perhaps a blank line at the start of the page? Then a module is doing you a disservice and you need to find out which one; this is usually caused by the module having lines before the <?php.