Quantcast
Channel: Issues for XML sitemap
Viewing all 1238 articles
Browse latest View live

Xml stops working Uncaught exception 'XMLSitemapGenerationException' error

$
0
0

Please review
#1435264-23: Xml stops working Uncaught exception 'XMLSitemapGenerationException' error
#1435264-34: Xml stops working Uncaught exception 'XMLSitemapGenerationException' error

Original Issue
XMLSitemap was working fine with 6.x-2.0-rc1 generating two pages (links are more than 10.000)
Some day i noticed there was an error preventing cron to finish.

Unknown error occurred while writing to file sites/default/files/xmlsitemap/NXhscRe0440PFpI5dSznEVgmauL25KojD7u4e9aZwOM/1.xml. στο αρχείο /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.generate.inc στη γραμμή 158.

also i found this in apache's error log:

2012-02-10 09:42:17.497 [NOTICE] [194.219.230.130:57503-0#APVH_moriasnow.gr] [STDERR] PHP Fatal error: Uncaught exception 'XMLSitemapGenerationException' with message 'Unknown error occurred while writing to file sites/default/files/xmlsitemap/NXhscRe0440PFpI5dSznEVgmauL25KojD7u4e9aZwOM/1.xml.' in /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap.inc:162
Stack trace:
#0 /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.generate.inc(155): XMLSitemapWriter->endDocument()
#1 /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.generate.inc(338): xmlsitemap_generate_page()
#2 /var/www/vhosts/moriasnow.gr/httpdocs/includes/batch.inc(189): xmlsitemap_regenerate_batch_generate(Object(stdClass), 1)
#3 /var/www/vhosts/moriasnow.gr/httpdocs/includes/form.inc(2550): _batch_process()
#4 /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.module(1436): batch_process()
#5 /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.module(222): xmlsitemap_run_unprogressive_batch('NXhscRe0440 in /var/www/vhosts/moriasnow.gr/httpdocs/sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap.inc on line 162

I downloaded the 6.x-2.x.-dev version with the same errors.

Disabling XMLSitemap module (and uninstalling) seems to work fine again but when the xml file gets bigger with cron jobs, the problem comes again. (for rc1 and dev version also)

Trying to rebuild sitmapxml file, the batch proccess never ends successfully.

Any ideas ?


Fatal error: Class 'XMLWriter' not found in /datas/vol1/w4a130087/var/www/rse/sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap

$
0
0

I have the following when I am trying to access to my drupal web site:

Fatal error: Class 'XMLWriter' not found in /datas/vol1/w4a130087/var/www/rse/sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap.inc on line 15

What can I go?

It is urgent. My production web site is unavailable!!!

Thanks for your help

Didier

Handle context changes

$
0
0

These are the fringe cases that need to be handled right now:
1. User enables/disables a module that provides XML sitemap context: ?
2. User edits an individual sitemap and changes its context: delete files and queue sitemap for updating.

Blockers to a 7.x-2.0 release?

$
0
0

I notice at http://drupal.org/project/issues/search/xmlsitemap?status[]=Open&priorit... there's only one critical issue left. Is that an accurate picture of the blockers left on this module before a 2.0 release could be rolled?

If so, could you tag it and any other blocking issues as D7 stable release blocker so we could try and get some helping hands on them? This is one of the top 50 projects, and the general lack of porting there is making D7 look scarier than it actually is.

Thank you! :)

Log when sitemap gets accessed

$
0
0

Sometime in the distant past, the sitemap module logged accesses of the sitemap to watchdog. I do not see that behavior in the current build for D6.

I just see logs of the sitemap being regenerated and when it gets submitted.

Could that please get added back in? Or did I miss a check box somewhere and that is why I am not seeing access logged?

Thanks!

sitemap.xml returns "page not found"

$
0
0

Problem/Motivation

...as per issue's title. See original report for more information.

Proposed resolution

Latest workaround (August 2011, post #101 by Willynux):

When you have xmlsitemap i18n module enabled, you have to create one sitemap for each language and hit save with a given language selected (hit save even if you don't do any modification, in the case of the English sitemap), then update the caches and it should be ok. You only need to rebuild links if you actually change links to be included or excluded.

Remaining tasks

???

User interface changes

???

API changes

???

Original report by Phil23798 on May 4, 2010 at 3:15am:

I installed xml sitemap 6.x-2.0-beta1 and now I get a "page not found" error when opening www.domain.com/sitemap.xml.

1) I have used a older 6.x-2.x-dev (from early April) until today
2) I deleted the old xml sitemap - folder and copied the new 6.x-2.0-beta1 folder to my modules folder
3) I ran update.php -> no errors
4) all the settings and options pages of xml sitemap are working
5) opening www.domain.com/sitemap.xml brings the "page not found" error

I have
- cleared my caches several times
- restarted apache
- rerun update.php

There are no errors in my apache logs.

In the drupal log:
Type: Page not found
User: Admin
Place: http://www.domain.com/sitemap.xml
Referrer: http://www.domain.com/admin/settings/xmlsitemap

The only thing that helped me was to go back to the older 6.x-2.x-dev (april 8 works). All the newer xml sitemap brought the same problem.

What could be the reason for this problem? How can I solve this to install the new 6.x-2.0-beta1?

Entityforms submissions

$
0
0

Is there a way to include all the Entityforms submissions other than putting them in manually?

Taxonomy term does not have a last modification date and change frequency

$
0
0

I've realized that XML Sitemap generates an XML for everything just fine except the taxonomy term itself. The taxonomy term can be a page (I create this via views taxonomy_rewrite) that contains all the nodes related to it. Unfortunately, when I look at the XML I don't see last modification date and change frequency values for any of the taxonomy terms themselves.

I think this is a bug and an important one because you have to tell Google that taxonomy term pages are frequently being updated. To clarify what I wrote I am also attaching a screenshot.


Increase batch size

$
0
0

User story:
As an administrator, I would like to rebuild the site map in a timely fashion.

The problem is, the batch process does only 20 at a time. For a site that has hundreds of thousands of nodes (e.g. ours), this becomes too clumsy to rebuild.

Suggested fix: Increase this limit to perhaps 100 or 200; I think this should be well within the capabilities of most servers.

sitemap.xml

$
0
0

Hi!

I installed the xmlsitemap module. The source of generated sitemap.xml (in browser):

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>http://site</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
</urlset>

Is it too short? Or not? Any settings are missing?

Add XHTML namespace option

Link to documentation in README.txt broken

XML Parsing Error

Ambiguous language error

$
0
0

When another function alters the xmlsitemap_generate query and that function joins a table that also has a field named language, the sitemap is unable to be rebuilt due to an ambiguous column error.

XML sitemap module isn't finding new URLs

$
0
0

I happened to check on my XML sitemap (at experienceolympic.com/sitemap.xml) and found that the XML sitemap hasn't updated the "last modification date" since June 30, 2013 (seven months ago), nor does the XML sitemap list URLs that have been added to the site in the last seven months. I can't figure out why the XML sitemap isn't updating or finding the new URLs.

I tried uninstalling and re-installing the XML sitemap module, but no avail (all it did was change the "change frequency" to "yearly" for most URLs). I'm unfortunately unable to figure this out.

I imagine I'm suffering a typical newbie error of not seeing something that should be obvious. If anyone has direction on this, please advise.


Sitemap generates correctly but truncated on delivery - amazons3

$
0
0

I am using this module with amazons3. The sitemap is generating as expected and I can find the file. However, when I navigate to /sitemap.xml, the file is truncated at line 32. Since it is technically invalid, Chrome/Safari don't display the formatting, and the file appears blank, but the truncated data is visible in the source. I relatively few nodes and the http request is returning 200 OK. I've cron/cleared cache in Drupal/cleared cache in browser. Any help would be appreciated. Linux, PHP 5.3.

Additionally, when I click on the Edit action for my sitemap from the admin panel, I get a message "There are currently no XML sitemap contexts available." I don't know what this means, or if it is bad, or if it is relevant. This may be related to #1445174: There are currently no XML sitemap contexts available, but since the original commenter pretty much answered his own question and was making a point about documentation, I thought I would open a bug issue.

I don't really know what component this is related to, so I picked the first one.

Any help would be greatly appreciated.

Inclusion and Priorty selection not visible and selects stay at display: none

$
0
0

I installed xmlsitemap, enabled xmlsitemap and xmlsitemap_node, went to a basic page so I could set XML Sitemap Inclusion to included, but I couldn't select Included or Excluded because it wasn't visible. I uninstalled/reinstalled first and got the same thing. My first thought is that it's something specific and that maybe there is a conflict, but I thought I would post here first before looking into it more and see if anyone might know if it's something simple.

Also, when I click on XML Sitemap and then refresh the page, I can partly see (the span) where I select Included or Excluded. If I select Included, Priority appears but the selects are still set to display:none. Bascially I can't set or select anything.

I got the same thing with two different locations of the site, on dev and production.

Anyone see this happen before?

XML Sitemap creates links but not pages

$
0
0

This is a fresh install of XML Sitemap on a fairly new Drupal 7 site. After install XML Sitemap, the module seems to work as expected, except to add pages to the sitemap.

I first visit admin/config/search/xmlsitemap/settings and set the content types that I want to be included in the sitemap with default priority. I do the same for my Menu Links I want included.

I then save the configuration and go back to the "list" of sitemaps. Finally, I run cron to generate the new sitemap. At this point, on admin/config/search/xmlsitemap, I see my default sitemap, /sitemap.xml. Under Links, I see 19, but under pages, I only see 1. This is consistent when I actually open the sitemap to view it (I only see 1 url in the sitemap).

No amount of rebuilding the links or editing and re-saving the configuration, or running cron seems to fix this issue.

Finally, I've tried completely disabling and then uninstalling the XML Sitemap files, and then enabling and configuring them again, which also has not resolved the issue.

sitemap not working

$
0
0

Nice idea but does not generate any link, We started cron manually but does not work sitemap generator does not generate any link in the sitemap

this is the only link to the file in the sites/default/files/xmlsitemap/someting/1.xml

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>http://www.mysite.com/</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
</urlset>

but does not generate sitemap.xml file in the root, and does not include the pages present on site

Bulk add pages to sitemap?

Viewing all 1238 articles
Browse latest View live