Thread: SitemapXML v.2

Page 210 of 211 FirstFirst ... 110160200208209210211 LastLast
Results 2,091 to 2,100 of 2107
  1. #2091
    Join Date
    Nov 2022
    Location
    St-Lambert, Canada
    Posts
    26
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by dbltoe View Post
    This one should be working.

    You can also try https://github.com/dbltoe/Sitemap-XML-4 BUT, all bets are off with the "off-brand" SEO.
    I installed this version, but the result is not correct, it don't taking care of dynamic naming. We still see the product ID not the name

    <url>
    <loc>https://www.pechesudv155.owally.com/...duct_info&amp;products_id=1151</loc>
    <lastmod>2022-07-26T00:07:48-05:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.98</priority>
    </url>


    it suppose to look like this:

    <url>
    <loc>https://www.pechesud.com/fr/yo-zuri-3d-inshore-popper-lures-sardine-1193</loc>
    <lastmod>2022-10-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.98</priority>
    </url>

    The old version the SitemapXML v3.3.3 works perfectly with Zencard 1.55F, but not compatible with 1.57d

  2. #2092
    Join Date
    Nov 2022
    Location
    St-Lambert, Canada
    Posts
    26
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Does someone could tell to me if it change something for Google index robot, if it see the product ID products_id=1151 instead the product name yo-zuri-3d-inshore-popper-lures-sardine-1193

  3. #2093
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    Quote Originally Posted by peter_pechesud View Post
    Does someone could tell to me if it change something for Google index robot, if it see the product ID products_id=1151 instead the product name yo-zuri-3d-inshore-popper-lures-sardine-1193
    What URL rewriter are you using? That doesn't look like either Ceon URI Mappings or Ultimate URLs formatting.

  4. #2094
    Join Date
    Nov 2022
    Location
    St-Lambert, Canada
    Posts
    26
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I'm using Magic SEO URLs for Zen Cart v1.3.x/1.5.x 6.2

  5. #2095
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    Quote Originally Posted by peter_pechesud View Post
    I'm using Magic SEO URLs for Zen Cart v1.3.x/1.5.x 6.2
    Probably (keyword) because that URL-mangler isn't watching for notifications from the zen_href_link like Ultimate SEO URLs and Ceon URI Mappings do.

  6. #2096
    Join Date
    Jul 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi,

    I am just installing your Sitemap to my new shop ZC 1.5.8.a, but it not works.
    i see many problems by includes/classes/sitemapxml.php

    like this:
    [24-Apr-2023 10:13:52 UTC] Request URI: /index.php?main_page=sitemapxml&rebuild=yes, IP address: 212.96.184.184, Language id CZK
    #0 /pub/amforawa/vialux.cz/web/www/includes/classes/sitemapxml.php(98): zen_debug_error_handler()
    #1 /pub/amforawa/vialux.cz/web/www/includes/modules/pages/sitemapxml/header_php.php(66): zen_SiteMapXML->__construct()
    #2 /pub/amforawa/vialux.cz/web/www/index.php(35): require('...')
    --> PHP Deprecated: Creation of dynamic property zen_SiteMapXML::$base_url_index is deprecated in /pub/amforawa/vialux.cz/web/www/includes/classes/sitemapxml.php on line 98.

    or

    PHP Fatal error: Uncaught Error: Cannot access private property queryFactory::$count_queries in /pub/amforawa/vialux.cz/web/www/includes/classes/sitemapxml.php:735

    and many others

    Could you help me?
    thank you Dalibor

  7. #2097
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: SitemapXML v.2

    You want to change

    $this->statisticModuleQueries = $db->count_queries;

    to

    $this->statisticModuleQueries = $db->queryCount();

    Alternately, you can downgrade to PHP 8.1 until someone else has fixed this whole file; there are other changes that will be required as well.
    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.

  8. #2098
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    Version 3.9.9 of SitemapXML is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=367

    This version

    • Drops support for Zen Cart versions prior to 1.5.7; tested on PHP versions 7.3 through 8.2 and Zen Cart 1.5.7 through 1.5.8a.
    • Provide interoperability with PHP 8.2, defining all class variables and removing usage of the now-deprecated utf8_encode function.
    • Removes the automatic Zen Cart check for plugin updates as that can have adverse performance implications for a site's admin processing.
    • Corrects MySQL fatal errors when run with more strict (e.g. MySQL 8) SQL servers.
    • "Refreshed" the majority of the PHP files to use now-current PHP and Zen Cart programming styles and removing code that was required for Zen Cart versions prior to 1.5.7 and/or PHP versions less than 7.3.
    • Removed configuration multi-language support.


    Current GitHub repository: https://github.com/lat9/sitemapxml

  9. #2099
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: SitemapXML v.2

    Thanks Cindy!
    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.

  10. #2100
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: SitemapXML v.2

    Could the other separate versions kicking around Github integrate their changes and/or disappear....? It's messy and confusing.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

 

 

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