This version does not create a sitemaps
strikehawkecomm - July 2, 2009 - 16:38
| Project: | XML sitemap |
| Version: | 6.x-1.0-rc1 |
| Component: | xmlsitemap.module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
This is all I am getting from xsm-en.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sites/all/modules/xmlsitemap/gss/gss.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
</urlset>My nodes, books, stories, users ALL have a sitemap setting.

#1
Have you run cron yet since installing?
#2
#3
Several times. I have ensured /sites/default/files/ ownership allows apache to write. New folder was created and the new xsm-en.xml was created. I then ran CRON, manually from shell curl --silent --compressed http://xxxxxxxxxxxxxxxxx.com/cron.php then verified that none of the files changed in the xmlsitemap cache.
#4
#5
Whenever I update other modules I AM getting the following as well:
user warning: Table 'xxxxxxx_h4cdrpl.xmlsitemap' doesn't exist query: SELECT COUNT(xsm.loc) FROM xmlsitemap xsm INNER JOIN system s ON s.name = xsm.module WHERE s.type = 'module' AND s.status = 1 AND xsm.changefreq <> 0 AND xsm.changed <> 0 AND (xsm.priority >= 0 AND xsm.priority <= 1) in /home/xxxxxxxx/public_html/sites/all/modules/xmlsitemap/xmlsitemap.module on line 283.
So I dumped tables from another drupal install. Now I do get sitemaps but only the and terms.
#6
@strikehawkecomm: Without administrative access to your system I don't think any of us can help you. I can only suggest that you completely uninstall as per the release notes for beta6 and try again. Others seem happy with the release aside from the speed of sitemap regeneration.
#7
@strikehawkecomm : Do you have a xmlsitemap table? I think I have the same problem... #509764: Trying to help for bug search... sitemap.xml not populating
#8
I uninstalled, removed the tables. Here's what I get now. http://www.strikehawk.com/sitemap.xml JUST the frontpage and terms. There are no nodes! =(
#9
I clicked on the link reported, and all I get is a "page not found" error. Did you disable XML sitemap?
#10
-- Duplicated comment --
#11
I see nodes.
#12
I see them too.
It should be said that it takes a little of time, before the sitemap is populated with the latest links. That is why some links could be missing; just wait a little, and you will see them appear (but not magically).
#13
If you have more issues with this please feel free to change the status to active.
#14
Automatically closed -- issue fixed for 2 weeks with no activity.