Installed the new Sitemap module. It does not create a sitemap. Running cron does nothing.
The module reports that: "The sitemap is located at http://www.mysite.com/sitemap.xml" but
there is no such file.
PHP 5.2.9 and Drupal 6.11.

These are enabled:
XML sitemap
XML sitemap engines
XML sitemap node

CommentFileSizeAuthor
#2 screen.png12.78 KBslimandslam

Comments

avpaderno’s picture

Title: No Sitemap Created » The sitemap is not created
Status: Active » Postponed (maintainer needs more info)

The module doesn't create any file called sitemap.xml. If you are getting a 404 error message, then this report is a duplicate of #458546: Cache files are not created.

slimandslam’s picture

StatusFileSize
new12.78 KB

See attachment. The module reports that the file sitemap.xml is created.

Konstantin_by’s picture

I have same problem
No sitemap.xml

rankankan’s picture

How do I unsubscribe from getting emails on this topic?

slimandslam’s picture

Priority: Normal » Critical
Status: Postponed (maintainer needs more info) » Active

The maintainer has not asked for any new info. All needed info has been provided. Changing status and priority.
If the maintainer wants to move towards fixing this problem, I suggest they provide DOCUMENTATION on how to FORCE a
sitemap to be created.

green monkey’s picture

also not seeing a site map

alos the module wanted an update on a fresh load

The following queries were executed
xmlsitemap_taxonomy module
Update #6000
ALTER TABLE {xmlsitemap_term} DROP PRIMARY KEY
ALTER TABLE {xmlsitemap_term} CHANGE tid `tid` INT unsigned NOT NULL DEFAULT 0, ADD PRIMARY KEY (tid)
ALTER TABLE {xmlsitemap_term} CHANGE changed `changed` INT unsigned NOT NULL DEFAULT 0
ALTER TABLE {xmlsitemap_term} CHANGE previously_changed `previously_changed` INT unsigned NOT NULL DEFAULT 0
UPDATE {xmlsitemap_term} SET priority_override = -2.0 WHERE priority_override IS NULL
ALTER TABLE {xmlsitemap_term} CHANGE priority_override `priority_override` FLOAT NOT NULL DEFAULT -2
Update #6100
No queries
Update #6101
No queries
Update #6102
No queries
Update #6103
No queries
Update #6104
No queries
Update #6105
No queries
Update #6106
UPDATE {system} SET weight = 10 WHERE name = 'xmlsitemap_taxonomy'
Update #6107
ALTER TABLE {xmlsitemap_term} DROP PRIMARY KEY
ALTER TABLE {xmlsitemap_term} CHANGE tid `tid` INT unsigned NOT NULL DEFAULT 0, ADD PRIMARY KEY (tid)
ALTER TABLE {xmlsitemap_term} CHANGE changed `changed` INT unsigned NOT NULL DEFAULT 0
ALTER TABLE {xmlsitemap_term} CHANGE previously_changed `previously_changed` INT unsigned NOT NULL DEFAULT 0
UPDATE {xmlsitemap_term} SET priority_override = -2.0 WHERE priority_override IS NULL
ALTER TABLE {xmlsitemap_term} CHANGE priority_override `priority_override` FLOAT NOT NULL DEFAULT -2
Update #6108
No queries
Update #6109
No queries
Update #6110
No queries
Update #6111
No queries
Update #6112
No queries
Update #6113
UPDATE {xmlsitemap} set module = 'xmlsitemap_taxonomy' WHERE module = 'xmlsitemap_term'
Update #6114
DELETE FROM {system} WHERE name = 'xmlsitemap_term'

==========
used FTP to confirm there is no file

dave reid’s picture

Status: Active » Closed (duplicate)

Hey everyone, we're looking into it and will try and get this solved soon. This is actually a duplicate of #458546: Cache files are not created, so let's keep track of this in one place.

Anonymous’s picture

See #458546-10: Cache files are not created for a possible explanation.

Noira’s picture

Confirming, no sitemap created. Gosh, does anybody know a decent external service? I just launched a new website!

Naturalist’s picture

If it doesn't create a file called sitemap xml then why does it have a link to yoursite.xml?