Zen Cart Logo

SitemapXML v.2

Views: 613,529

Results 901 to 920 of 2,226
14 Feb 2012, 9:32 AM
#901
pipemagic avatar

pipemagic

New Zenner

Join Date:
Feb 2012
Location:
Bangkok
Posts:
4
Plugin Contributions:
0

SitemapXML v.2

Hi,

I have installed latest version (1.50) of sitemapxml and when I attempt to create sitemapindex.xml, I end up getting error.
Am able to generate all other xml files except for Sitemapindex.xml.

Kindly advise.

Justin

15 Feb 2012, 9:41 AM
#902
rafcamera avatar

rafcamera

New Zenner

Join Date:
Mar 2006
Location:
Belarus
Posts:
63
Plugin Contributions:
0

Re: SitemapXML v.2

Hi! I have couple of problems with the mod on v1.5.

  1. It creates all sitemaps (for categories, news etc), but includes only 2 or 3 of them into sitemapindex (mainpage and products usually). Is there a way to include all created sitemaps into the sitemapindex file?
  2. When it creates products and categories files, links starts with /category without preceding http://domain.com that causes google to consider them as wrong links. Is it possible to fix this?
    I'm running CEON URI mapping if this matters.
    Thanks.
23 Feb 2012, 11:31 AM
#903
kamion avatar

kamion

New Zenner

Join Date:
Mar 2011
Posts:
93
Plugin Contributions:
0

Re: SitemapXML v.2

Just want to say thank you, Andrew.

It worked perfectly. :clap:

sitemapxml: 2.1.0
Zencart: v1.3.9h

24 Feb 2012, 1:55 PM
#904
uncharted avatar

uncharted

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

Re: SitemapXML v.2

Hello Andrew,

Just want your advice whether I should go ahead and install the current version or wait for the new one that you will be releasing?

Best Regards

29 Feb 2012, 2:05 PM
#905
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: SitemapXML v.2

Pretty sure the answer is no as I haven't been able to find any other reference to this on the forum.

but I'll ask anyway,

is it possible to exclude certain categories from being included in the sitemap?

(other than disabling the category)

4 Mar 2012, 4:02 PM
#906
rafcamera avatar

rafcamera

New Zenner

Join Date:
Mar 2006
Location:
Belarus
Posts:
63
Plugin Contributions:
0

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.

6 Mar 2012, 5:46 PM
#907
caprimia avatar

caprimia

New Zenner

Join Date:
Oct 2011
Posts:
7
Plugin Contributions:
0

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 https://www.dstoreusa.com.br

23 Mar 2012, 3:55 PM
#908
photoceram avatar

photoceram

New Zenner

Join Date:
Mar 2012
Posts:
4
Plugin Contributions:
0

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

25 Mar 2012, 9:53 PM
#909
rastabandita avatar

rastabandita

New Zenner

Join Date:
Oct 2011
Posts:
5
Plugin Contributions:
0

Re: SitemapXML v.2

pipemagic:

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

30 Mar 2012, 5:45 AM
#910
zekin avatar

zekin

New Zenner

Join Date:
Aug 2010
Posts:
33
Plugin Contributions:
0

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?

21 Apr 2012, 12:32 AM
#911
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

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.

29 Apr 2012, 12:10 AM
#912
mattee77 avatar

mattee77

New Zenner

Join Date:
Sep 2011
Posts:
52
Plugin Contributions:
0

Re: SitemapXML v.2

spawnie69:

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

29 Apr 2012, 2:34 AM
#913
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: SitemapXML v.2

mattee77:

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.

1 May 2012, 8:30 PM
#914
icikite avatar

icikite

New Zenner

Join Date:
Mar 2009
Posts:
69
Plugin Contributions:
0

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

2 May 2012, 4:38 AM
#915
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: SitemapXML v.2

icikite:

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.

5 May 2012, 9:01 AM
#916
reikipaul avatar

reikipaul

New Zenner

Join Date:
May 2012
Posts:
2
Plugin Contributions:
0

Re: SitemapXML v.2

Hi.

I have just installed SitemapXML on Zencart 1.5 and the sitemapezpages.xml file is blank. The index, mainpage, products and categories have all been filled in during the installation but the ezpages xml file and the other ones are left blank. I have chmodded the .xml files to 777 but it still wont work.

My site is:

           <http://healing-exchange.com>
7 May 2012, 8:58 AM
#917
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Hi,

reikipaul:

Hi.

I have just installed SitemapXML on Zencart 1.5 and the sitemapezpages.xml file is blank. The index, mainpage, products and categories have all been filled in during the installation but the ezpages xml file and the other ones are left blank. I have chmodded the .xml files to 777 but it still wont work.

My site is:

           <http://healing-exchange.com>

I don't found any EZpages on your site.

7 May 2012, 9:03 AM
#918
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Hi,

rafcamera:

  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.
    Thank you. Fixed in the latest version.

rafcamera:

  1. 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.
    I tested it on tseon - everything works fine, the domain in the address does not missing.
7 May 2012, 9:11 AM
#919
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

photoceram:

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

  1. Copy YOUR_Admin\includes\languages\english\sitemapxml.php to YOUR_Admin\includes\languages\french\sitemapxml.php, YOUR_Admin\includes\languages\english\extra_definitions\sitemapxml.php to YOUR_Admin\includes\languages\french\extra_definitions\sitemapxml.php
  2. Copy includes\languages\english\sitemapxml.php to includes\languages\french\sitemapxml.php
  3. Translate YOUR_Admin\includes\languages\french\sitemapxml.php, YOUR_Admin\includes\languages\french\extra_definitions\sitemapxml.php and includes\languages\french\sitemapxml.php
  4. Install sitemapxml.
7 May 2012, 9:19 AM
#920
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

zekin:

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?

Which version testiminials? I tested version testiminials 1.4.7.