Thread: SitemapXML v.2

Page 92 of 222 FirstFirst ... 42829091929394102142192 ... LastLast
Results 911 to 920 of 2213
  1. #911
    Join Date
    Mar 2006
    Location
    Belarus
    Posts
    72
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    No one replied to my problems, so I had to solve them myself :-)
    1. Reason why not all sitemap files were included into the index is same as with images (described in other topic). Script was stumbling at my '0' folder.
    So it is necessary to edit approximately line 255 in /includes/classes/sitemapxml.php
    while ($filename = $za_dir->read()) {
    replace with
    while (($filename = $za_dir->read()) !== false) {
    This will handle directory reading correctly.

    2. Missing domain part is restored with adding following line to the same file around line 210:
    if (substr($loc,0,4)!="http") $loc = 'http://rafcamera.com' . $loc;
    Not sure if CEON caused this problem, but such simple solution works fine for me.

  2. #912
    Join Date
    Oct 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi Berezin,

    I just realized that sitemaps are only being gerenared for one language. I just updated to 3.1.0 14.12.2011, running on 1.3.h, but still, only sitemaps for /en, which is not the primary language are created. Any suggestions? Thanks again.

    site is www.dstoreusa.com.br

  3. #913
    Join Date
    Mar 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I have installed your soft: "sitemapxml__formerly_google_sitemap_3-1-014-12-20111332"
    on an 1.39H zencart in french. It works great.
    I have changed the directories includes/languages/english to /french but in the configuration admin/configuration/sitemap XML the 4 sentences beginning with TEXT_CONFIGURATION are not translated and stay like that. I tried to find this terms in the translated files (directory /french/) like I do usually when this occurs with other add ons.
    Can you explain me what to do?
    With many thanks

  4. #914
    Join Date
    Oct 2011
    Posts
    5
    Plugin Contributions
    0

    help question Re: SitemapXML v.2

    Quote Originally Posted by pipemagic View Post
    Hi Andrew,
    I did the installation as per your instructions. When I attempt to create sitemapindex.xml, I get the following error. Kindly help as I am very badly struck

    This page contains the following errors:

    error on line 1 at column 2: StartTag: invalid element name
    Below is a rendering of the page up to the first error.

    Originally thought of creating sitemap externally and then moving it to server. Later saw that the plug in what you have can do much better job. An early help in this regard will be highly appreciated.
    same for me

  5. #915
    Join Date
    Aug 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi Andrew, I have bunch of testiminials but the sitemap file sitemaptestimonials.xml is always blank no matter how many times I generate.

    Do you know what have I been missing?

  6. #916
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I am running zen cart 1.3.9h and wonder which version should be using.
    Would the latest version cover it? Or is there a version specific to 1.3.9h?
    Thanks for your help.

  7. #917
    Join Date
    Sep 2011
    Posts
    52
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by spawnie69 View Post
    I am running zen cart 1.3.9h and wonder which version should be using.
    Would the latest version cover it? Or is there a version specific to 1.3.9h?
    Thanks for your help.
    Yes i would like to know the answer to this also. i have just tried to install the new version. copied all the files and there is no sql file to install on the 1.3.9 version

  8. #918
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by mattee77 View Post
    Yes i would like to know the answer to this also. i have just tried to install the new version. copied all the files and there is no sql file to install on the 1.3.9 version
    The version that worked for me is SitemapXML (formerly "Google Sitemap") - Version: 2.1.0
    Which does have a sql file and worked great for me. Hope this helps.

  9. #919
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I just installing SitemapXML on 1.5 Zencart and I have nothing in the tool can somebody help me.
    Thanks for your time

  10. #920
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by icikite View Post
    I just installing SitemapXML on 1.5 Zencart and I have nothing in the tool can somebody help me.
    Thanks for your time
    What version of zen cart are you running? Make sure you installed the right version of sitmap for the correct version on zen cart. Hope this helps.

 

 

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