"XML Parsing Errorr: not well-formed Location: http://www.wijnforum.be/sites/default/files/xmlsitemap/gss.xsl Line Number 1, Colum
/sites/all/mo/sites/all/modules/xmlsitemap/gss/gss.jsp/gss/gss.css"
thats the error I get.. I tried to edit the gss.xsl file but doesnt make a differnce..
this is with HEAD CVS..
with the other version in CVS i get a this file has no style with it error and I don 't get a sitemap.xml file at all
Comments
Comment #1
germinal commentedXMLsitemap 6.x-1.x-dev (2008-Dec-19) I just copied this version over from another site where I have a perfect working xmlsitemap module..
and tada.. it works..
I was using drush and cvs for checking xmlsitemap out.. but the 6.x-1.x-dev (2009-Jan-02) and HEAD versions are giving erros..
I dont think Im the only one??
Comment #2
avpadernoYou are not using the latest version of the project modules, or you didn't delete the previous files.
The last version of xmlsitemap.module doesn't use anymore the XSL style sheet, therefore the gss.css, gss.js, gss.php, and the image files have been removed.
I suggest you to remove the xmlsitemap directory content before to copy the new version into your web server.
xmlsitemap/gss/gss.jsp/gss/gss.css doesn't exist.
Comment #3
germinal commentedbson:~/www.wijnforum.be/sites/all/modules$ cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r HEAD -d xmlsitemap contributions/modules/xmlsitemap
I checked it out this way so I am using the recommended version... I even dropped the mysql tables and rm -rf xmsitemap dir...
The 6.x-1.x-dev version I also tried again.. that version somewhat works... but not as well as the XMLsitemap 6.x-1.x-dev (2008-Dec-19) snapshot
PS the 6.x-0.x-dev version doesn't work at all on my config... if I have time will try it on a clean install but atm zzzzz..
PS I DID remove the dirs..
Comment #4
germinal commentedI also gave the 6.x-1.x-dev another shot... this error I get...
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY t.tid, t.vid, v.module, xt.last_changed, xt.previously_changed, xt.prio' at line 8 query: SELECT t.tid, t.vid, v.module, xt.last_changed, xt.previously_changed, xt.priority_override FROM term_data t LEFT JOIN vocabulary v ON t.vid = v.vid LEFT JOIN xmlsitemap_term xt ON t.tid = xt.tid WHERE (t.vid NOT IN (0) AND xt.priority_override <> -1 AND t.tid <> 0 GROUP BY t.tid, t.vid, v.module, xt.last_changed, xt.previously_changed, xt.priority_override in /opt/www/primovino/web/www.wijnforum.be/sites/all/modules/xmlsitemap/xmlsitemap_term/xmlsitemap... on line 220.
Comment #5
avpadernoXML Sitemap 6.x-1.x-dev is not in HEAD, but it's the DRUPAL-6--1 branch.
The recommended way is to use the archive Drupal generates automatically, not to checkout the code directly from the CVS repository.
The original post clearly evidence the last 6.x-1.x-dev Drupal made available is not used.
The status active (needs more info) is though to be used from the maintainers of the project.
Comment #6
germinal commentedI know 6.x-1.x-dev is not HEAD thats the 6.x-0.x-dev...
still I also tried 6.x-1.x-dev... by checking out via cvs directly yes... this is needed to update it automatically without needing to download I thought...? and it should be thesame as the generated
sorry for the needs more info tag
Comment #7
avpadernoI checked the archive created by Drupal for 6.x-1.x-dev, and there aren't any files/directories whose name starts with gss.
The xmlsitemap module then creates gss.xsl only in HEAD code, that is the same used to (wrongly) create the 6.x-0.x-dev version.
Therefore, or you are using an old version, or when you copied the new version not all the files have been replaced.
Comment #8
germinal commentedyou are exactly right... the error I reported was with HEAD not the 6.x-1.x-dev.. sorry for the confusion.. but I think my initial post clearly states the error is with the HEAD
but this error is with the 6.x-1.x-dev
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY t.tid, t.vid, v.module, xt.last_changed, xt.previously_changed, xt.prio' at line 8 query: SELECT t.tid, t.vid, v.module, xt.last_changed, xt.previously_changed, xt.priority_override FROM term_data t LEFT JOIN vocabulary v ON t.vid = v.vid LEFT JOIN xmlsitemap_term xt ON t.tid = xt.tid WHERE (t.vid NOT IN (0) AND xt.priority_override <> -1 AND t.tid <> 0 GROUP BY t.tid, t.vid, v.module, xt.last_changed, xt.previously_changed, xt.priority_override in /opt/www/primovino/web/www.wijnforum.be/sites/all/modules/xmlsitemap/xmlsitemap_term/xmlsitemap... on line 220.
I suppose this is just my bad luck... and it also doesn't add my nodes to the map... ah welll...
I'll just sta with that version that still uses gss.xl.. that works at least :)
XMLsitemap is a great module... when it works ;)
Comment #9
germinal commentedComment #10
avpaderno