Closed (duplicate)
Project:
XML sitemap
Version:
6.x-1.0-beta1
Component:
xmlsitemap.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 May 2009 at 02:19 UTC
Updated:
28 Aug 2009 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
avpadernoThe 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.
Comment #2
slimandslam commentedSee attachment. The module reports that the file sitemap.xml is created.
Comment #3
Konstantin_by commentedI have same problem
No sitemap.xml
Comment #4
rankankan commentedHow do I unsubscribe from getting emails on this topic?
Comment #5
slimandslam commentedThe 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.
Comment #6
green monkey commentedalso 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
Comment #7
dave reidHey 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.
Comment #8
Anonymous (not verified) commentedSee #458546-10: Cache files are not created for a possible explanation.
Comment #9
Noira commentedConfirming, no sitemap created. Gosh, does anybody know a decent external service? I just launched a new website!
Comment #10
Naturalist commentedIf it doesn't create a file called sitemap xml then why does it have a link to yoursite.xml?