Page 65 of 85 FirstFirst ... 1555636465666775 ... LastLast
Results 641 to 650 of 847
  1. #641
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    rlfreshwater,
    I think I found it.
    googlesitemap.php
    find:
    Code:
        $header .= '        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9' . "\n";
        $header .= '        http://www.sitemaps.org/schemas/sitemap/0.9/' . ($tag == 'urlset' ? 'sitemap' : 'siteindex') . '.xsd"' . "\n";
    replace by
    Code:
        $header .= '        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"' . "\n";
        $header .= '        url="http://www.sitemaps.org/schemas/sitemap/0.9/' . ($tag == 'urlset' ? 'sitemap' : 'siteindex') . '.xsd"' . "\n";
    Hi Andrew,
    Please tell me if I did correct.
    I didnt find $header .= ' in googlesitemap.php, instead it I have:
    PHP Code:
    // Utility function to format the Google XML Header
      function GoogleXMLHeader($tag){
        return '<?xml version="1.0" encoding="UTF-8"?'.'>' . "\n" .
              (GOOGLE_SITEMAP_USE_XSL == 'true' ? '<?xml-stylesheet type="text/xsl" href="gss.xsl"?'.'>' . "\n" : "") .
               '<' . $tag . ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' . "\n" .
               '        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9' . "\n" .
               '        http://www.sitemaps.org/schemas/sitemap/0.9/' . ($tag == 'urlset' ? 'sitemap' : 'siteindex') . '.xsd"' . "\n" .
               '        xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n";
      }
    And I changed 2 lines :
    PHP Code:
     '        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"' "\n" .
               
    '        url="http://www.sitemaps.org/schemas/sitemap/0.9/' . ($tag == 'urlset' 'sitemap' 'siteindex') . '.xsd"' "\n" 
    Thanks

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

    Default Re: Google SitemapAdmin

    1. You use very old version;
    2. Ignore this patch.

  3. #643
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    1. You use very old version;
    2. Ignore this patch.
    A new version is available?

  4. #644
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Everytime i update my sitemap everything works fine...but then when i go to
    http://www.rickiesdiscountelectronic...temapindex.xml

    i get this everytime ive tried every time:
    Error loading stylesheet: A network error occured loading an XSLT stylesheet:http://www.rickiesdiscountelectronics.com/gss.xsl


    please help me ive been trying to fix this for a while thanks

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

    Default Re: Google SitemapAdmin

    Quote Originally Posted by xordox View Post
    A new version is available?
    Yes, indeed, the old version in DL.
    The new version has long been ready, but since then I completely rewrote the module and will lay out a new version under a new name. A support googlesitemap will be discontinued.

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

    Default Re: Google SitemapAdmin

    Quote Originally Posted by rickiesdiscount View Post
    i get this everytime ive tried every time:
    Error loading stylesheet: A network error occured loading an XSLT stylesheet:http://www.rickiesdiscountelectronics.com/gss.xsl
    So why did you not copy the gss.xsl file to your site?

  7. #647
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    Yes, indeed, the old version in DL.
    The new version has long been ready, but since then I completely rewrote the module and will lay out a new version under a new name. A support googlesitemap will be discontinued.
    I will wait eagerly

  8. #648
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    So why did you not copy the gss.xsl file to your site?
    where is it at i did not see it? maybe i accidentally deleted the file as i was uploading

  9. #649
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by rickiesdiscount View Post
    where is it at i did not see it? maybe i accidentally deleted the file as i was uploading
    i feel like an idot..lol i just accidentally didnt upload the gss.xml file thanks

  10. #650
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I am currently seeing an error in the log

    [Fri Oct 10 09:25:58 2008] [error] File does not exist: /url/gss.css,

    It looks to me like this file is being called even though gss.xls is the stylesheet. This error only happens when access sitemapindex.xml directly.

 

 
Page 65 of 85 FirstFirst ... 1555636465666775 ... LastLast

Similar Threads

  1. v150 google modudle, shipping costs are no longer being passed to google
    By alcanlove in forum Addon Shipping Modules
    Replies: 2
    Last Post: 10 Sep 2012, 06:46 PM
  2. Google Checkout-anyway to avoid being redirected to Google payment page?
    By acreativepage in forum Addon Payment Modules
    Replies: 6
    Last Post: 23 Jan 2009, 12:50 AM
  3. Google SiteMapAdmin vs. Google XML sitemap
    By distanceDemon in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Nov 2007, 03:39 PM
  4. Google Sitemapadmin
    By ghgarcia in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 14 Oct 2007, 08:11 AM
  5. Google SitemapAdmin SQL Error
    By jeanmichel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Oct 2006, 08:57 PM

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