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
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

Dave Reid - July 2, 2009 - 16:40

Have you run cron yet since installing?

#2

earnie - July 2, 2009 - 18:15
Status:active» postponed (maintainer needs more info)

#3

strikehawkecomm - July 3, 2009 - 05:03

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

kiamlaluno - July 3, 2009 - 05:23
Title:This version does not create a sitemaps» The sitemap does not get populated

#5

strikehawkecomm - July 3, 2009 - 05:54
Title:The sitemap does not get populated» This version does not create a sitemaps

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

earnie - July 3, 2009 - 16:28

@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

alexandreracine - July 3, 2009 - 22:40

@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

strikehawkecomm - July 4, 2009 - 16:56

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

kiamlaluno - July 4, 2009 - 17:11

I clicked on the link reported, and all I get is a "page not found" error. Did you disable XML sitemap?

#10

kiamlaluno - July 5, 2009 - 14:41

-- Duplicated comment --

#11

earnie - July 5, 2009 - 13:57
Category:bug report» support request
Priority:critical» normal

There are no nodes!

I see nodes.

#12

kiamlaluno - July 5, 2009 - 14:45

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

earnie - July 6, 2009 - 12:34
Status:postponed (maintainer needs more info)» fixed

If you have more issues with this please feel free to change the status to active.

#14

System Message - July 20, 2009 - 12:40
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.