Error loading stylesheet: A network error occured [sic] loading an XSLT stylesheet:http://www.tips-q.com/sitemap.xsl

I get the same error regardless of whether or not I have the stylesheet option checked. This has no effect on a wget of sitemap.xml

Comments

avpaderno’s picture

Title: Stylesheet Error » Error loading stylesheet

That is really strange, because it works in the demo site.
Are you sure you installed the latest version?

dave reid’s picture

Title: Error loading stylesheet » Stylesheet Error

Hmm... that's odd. It looks like lighttpd is not allowing the request for 'sitemap.xsl' to be passed into Drupal. For example, if this were simply a 404, we'd see something like this page: http://www.tips-q.com/this-page-does-not-exist. But when we go to http://www.tips-q.com/sitemap.xsl, we get a lighttpd 404 page. I would highly recommend taking a look at your rewrite rules.

If I load http://www.tips-q.com/?q=sitemap.xsl it works just fine (since this is using the non-clean-URL path for the XSL).

Also, if you disable the stylesheet option, the cached sitemap files still need to be regenerated (on cron), so that's probably why you are not seeing a change right away.

eyecon-1’s picture

Status: Active » Closed (fixed)

I'll fiddle with lighty and close this.

Thanks

dave reid’s picture

Status: Closed (fixed) » Fixed

Go ahead and leave this fixed for now, just in case other people have this problem they can see this issue still. If you find that it's something you need to modify from the default lighttpd rules, let me know and I can include the tip in the module documentation.

Status: Fixed » Closed (fixed)

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