Thread: SitemapXML v.2

Page 183 of 212 FirstFirst ... 83133173181182183184185193 ... LastLast
Results 1,821 to 1,830 of 2111
  1. #1821
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,705
    Plugin Contributions
    123

    Default Re: SitemapXML v.2

    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by swguy View Post
    When I go to admin-tools-sitemap, I don't see the normal form that allows you to run the sitemap - all I get it the upgrade button.
    I fixed this issue as noted above. Zen Cart 1.5.5e and 1.5.5a.
    I heard you. When I fix it- I will inform you.

  3. #1823
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: SitemapXML v.2

    Quote Originally Posted by Nick1973 View Post
    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....92#post1330192

  4. #1824
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: SitemapXML v.2

    Just a follow up:

    I managed to rebuild the sitemaps by doing this:

    https://www.MYWEBSITE.co.uk/index.ph...ml&rebuild=yes
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  5. #1825
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    red flag 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');
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  6. #1826
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default 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
    Code:
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #1827
    Join Date
    Nov 2012
    Posts
    6
    Plugin Contributions
    0

    Default 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?

  8. #1828
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,705
    Plugin Contributions
    123

    Default 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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by swguy View Post
    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.

  10. #1830
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SitemapXML v.2

    Quote Originally Posted by myeasylinux View Post
    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.

 

 

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