Thread: SitemapXML v.2

Page 138 of 214 FirstFirst ... 3888128136137138139140148188 ... LastLast
Results 1,371 to 1,380 of 2131
  1. #1371
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    How can i get this mod to work on my site which isnt in the root directory. I have inserted all the files etc into the correct places however when i go to http://www.bodykitsonline.co.uk/impr...op/sitemap.xml i get an error message...... Im using 1.5.1 and the most recent download of this mod.

    Thanks
    Ben

  2. #1372
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi Ben,
    Quote Originally Posted by ben harry View Post
    How can i get this mod to work on my site which isnt in the root directory. I have inserted all the files etc into the correct places however when i go to http://www.bodykitsonline.co.uk/impr...op/sitemap.xml i get an error message...... Im using 1.5.1 and the most recent download of this mod.
    As far as I see that everything is working properly. What was the question?

  3. #1373
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    How to exclude a given class, such as Manufacturers, from the sitemap?

  4. #1374
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Quote Originally Posted by su35 View Post
    How to exclude a given class, such as Manufacturers, from the sitemap?
    Delete includes\modules\pages\sitemapxml\sitemapxml_manufacturers.php

  5. #1375
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Thanks a_berezin

  6. #1376
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    When I go to my sitemap
    HTML Code:
    http://www.MyDomain.com/sitemap.xml
    I get the following error

    Error loading stylesheet: An unknown error has occurred (805303f4)
    http: // MyDomain . com / includes / templates / template_default / css / gss.xsl

    File gss.xsl exists under includes/templates/template_default/css/

    Why is that?
    Using Zen Cart 1.5.1

  7. #1377
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Quote Originally Posted by Kevin205 View Post
    When I go to my sitemap
    HTML Code:
    http://www.MyDomain.com/sitemap.xml
    I get the following error

    Error loading stylesheet: An unknown error has occurred (805303f4)
    http: // MyDomain . com / includes / templates / template_default / css / gss.xsl

    File gss.xsl exists under includes/templates/template_default/css/

    Why is that?
    Link to your site?

  8. #1378
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I just noticed the following:

    There is NO error when the following URL is used
    HTML Code:
    http://MyDomain.com/sitemap.xml
    But when using this URL, the error gets generated!
    HTML Code:
    http://www.MyDomain.com/sitemap.xml
    HTML Code:
    Error loading stylesheet: An unknown error has occurred (805303f4)
    http://MyDomain.com/includes/templates/template_default/css/gss.xsl
    What causes this?
    Using Zen Cart 1.5.1

  9. #1379
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Quote Originally Posted by Kevin205 View Post
    I just noticed the following:

    There is NO error when the following URL is used
    HTML Code:
    http://MyDomain.com/sitemap.xml
    But when using this URL, the error gets generated!
    HTML Code:
    http://www.MyDomain.com/sitemap.xml
    HTML Code:
    Error loading stylesheet: An unknown error has occurred (805303f4)
    http://MyDomain.com/includes/templates/template_default/css/gss.xsl
    What causes this?
    Check http://www.MyDomain.com/includes/tem...ic/css/gss.xsl
    Use the canonical name of the domain.

    or

    File includes/classes/sitemapxml.php
    Find:
    PHP Code:
    $header .= ($this->stylesheet != '' ? '<?xml-stylesheet type="text/xsl" href="' . HTTP_SERVER . DIR_WS_CATALOG . $this->stylesheet . '"?'.'>' . "\n" : "");
    Replace by
    PHP Code:
    $header .= ($this->stylesheet != '' ? '<?xml-stylesheet type="text/xsl" href="' . DIR_WS_CATALOG . $this->stylesheet . '"?'.'>' . "\n" : "");
    regenerate all sitemaps xml.

  10. #1380
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Thank you Andrew.
    Using Zen Cart 1.5.1

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR