Zen Cart Logo

SitemapXML v.2

Views: 613,188

Results 1,821 to 1,840 of 2,226
5 Jul 2017, 12:28 PM
#1821
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

SitemapXML v.2

Nick1973:

Right, well tried downloading the GitHub version, installed it and the same issue occurred. Still seeing the Upgrade button rather than the tools to generate a sitemap. What was your fix SWGUY? If it's in the current version that is for downloading from Zen Cart Modules, then it isn't working for me.

This post explains the fix:
https://www.zen-cart.com/showthread.php?126810-SitemapXML-v-2&p=1330192#post1330192

5 Jul 2017, 12:41 PM
#1823
nick1973 avatar

nick1973

Totally Zenned

Join Date:
Sep 2008
Location:
Cleethorpes
Posts:
1,230
Plugin Contributions:
3

Re: SitemapXML v.2

Yep my code already reads with that commented out like so:

sitemapxml_install.php

//$current_version = '3.9.3';
require_once(DIR_FS_ADMIN . DIR_WS_LANGUAGES . $_SESSION['language'] . '/sitemapxml.php');

28 Jul 2017, 4:07 PM
#1824
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: SitemapXML v.2

Just wanted to offer up a recent lesson learned from an upgrade of an older version of this plugin to the most recent ZC published version (3.9.5). In includes/classes/sitemapxml.php, there was a change/correction in spelling of the constant SITEMAPXML_MAX_ENTRYS to SITEMAPXML_MAX_ENTRIES in all locations of use which is relatively good to see corrected, but also one of those "did it need to be" situations. Regardless, unfortunately for me the site on which the upgrade was occurring used a different setting of 50000 instead of 5000 on line 15

define('SITEMAPXML_MAX_ENTRIES', 50000);

Well, if you focus on the number only as an obvious difference and forget to update the "language" part for that one line (updating all other uses), then upon execution of the code, the value will effectively be undefined and every record will be treated as an individual record rather than a group of records and further as a result, you will generate a file for each such record. Ie. if you have 10000 product in 300 categories, just the product and category sitemap files to be generated, you get 10300 files minimum...

So, be sure that when updating this code from some of the older versions that the entirety of differences are addressed, both the changes in the code as well as the differences applied on the site.

I might have suggested that there be some minimum programmed expectation of the max entries, but really the only reason to have that is in such a clutzy situation of not properly/fully installing the software. I could have just as easily stored the new file and changed the number and been off in the running not to have "learned" this lesson with this program.

1 Aug 2017, 1:12 PM
#1825
myeasylinux avatar

myeasylinux

New Zenner

Join Date:
Nov 2012
Posts:
6
Plugin Contributions:
0

Re: SitemapXML v.2

Hi at all,

I try to install this module on zencart 1.3.9.h.
As a instruction guide, after copying the files, I go to admin page but I receive a blank page error 500.

Can you help me?

16 Aug 2017, 12:17 PM
#1826
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: SitemapXML v.2

A nice feature for sitemap would be: a list in admin of categories to skip over in building the sitemap. It could likely be used the same way hidecategories is handled.

16 Aug 2017, 1:42 PM
#1827
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

swguy:

A nice feature for sitemap would be: a list in admin of categories to skip over in building the sitemap. It could likely be used the same way hidecategories is handled.
I will write down in the wish list. But so far I have not had such requests.

18 Aug 2017, 3:05 AM
#1828
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: SitemapXML v.2

myeasylinux:

Hi at all,

I try to install this module on zencart 1.3.9.h.
As a instruction guide, after copying the files, I go to admin page but I receive a blank page error 500.

Can you help me?

Just wanted to point out that no one has replied to your request as nobody really cares about v1.3.9h anymore. It is 7 years old and no longer worth installing, maintaining, or worrying about. Best advice is to bite the bullet and upgrade ASAP.

24 Aug 2017, 10:04 PM
#1829
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: SitemapXML v.2

I installed this plugin on 2 new site with zc 1.5.5e, same plugins, same hosting, only different sites...
In one site works perfectly, in another site doesn't work, but the real problem is that under tools>Sitemap XML I only have the button Upgrade sitemap xml sql (the version is yet 3.9.5), and I don't have the button Uninstall sitemap xml sql (like instructions say).

So I don't know how to uninstall and then re install.

I tried to upgrade, but says installed and on tools>sitemap xml I only have again button of upgrade...

How can I do?
Thanks

25 Aug 2017, 8:04 AM
#1830
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: SitemapXML v.2

Was it a fresh install of the SitemapXML or an upgrade ?

25 Aug 2017, 8:15 AM
#1831
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: SitemapXML v.2

fresh install, but then trying to solve I clicked on button upgrade

25 Aug 2017, 8:23 AM
#1832
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: SitemapXML v.2

I attach 2 images Attachment 17243
the second trying clicking on button upgrade...
Attachment 17244

25 Aug 2017, 8:35 AM
#1833
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: SitemapXML v.2

Aftre looking at your image, I don't undesrstand why you are installling 6 different versions...?

25 Aug 2017, 8:38 AM
#1834
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: SitemapXML v.2

neither I, I don't understand, also because I did a fresh install also of zencart on the first of august 2017...
If I have to install everything again, I will do it, but I would know if I can solve it in some way

25 Aug 2017, 9:08 AM
#1835
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: SitemapXML v.2

Just installed V 3.9.5 on fresh ZC 1.5.5e without any problems.
I think you did not install it well.
You need to make new directories (such as cgi-bin) and make the sitemap directory permission 777 etc'.
Please follow all instructions on a fresh ZC 1.5.5e and advice.

25 Aug 2017, 10:45 AM
#1836
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: SitemapXML v.2

gunni:

Aftre looking at your image, I don't undesrstand why you are installling 6 different versions...?
That is the script telling the incremental updates that are being done.
It is not installing 6 different versions.

25 Aug 2017, 11:10 AM
#1837
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: SitemapXML v.2

OK. But when I installed it on a fresh ZC 1.5.5e I did not see any of this...

25 Aug 2017, 12:21 PM
#1838
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: SitemapXML v.2

fresh install of zc, and fresh install of sitemap xml, I have again the incremental updates, but now it works perfectly!!!
Thanks for support :hug:

25 Aug 2017, 12:25 PM
#1839
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: SitemapXML v.2

Glad could help while the US zenners were sleeping... :cheers:

25 Aug 2017, 12:45 PM
#1840
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: SitemapXML v.2

nothing, I installed then user tracking and I have same issue with sitemap xml... (but on the other site works!!!)
:blink:
site is hxxp://treexmas . com