Thread: SitemapXML v.2

Page 211 of 212 FirstFirst ... 111161201209210211212 LastLast
Results 2,101 to 2,110 of 2111
  1. #2101
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    FWIW, I based my version on @mc12345678's repository, bringing in the (for whatever reason unmerged) issue #2 as well as the 3.9.7/3.9.8 version updates provided by @highburyeye.

    I scoured this support-thread for other issues and believe (keyword) that I've addressed them all.

  2. #2102
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: SitemapXML v.2

    Quote Originally Posted by torvista View Post
    Could the other separate versions kicking around Github integrate their changes and/or disappear....? It's messy and confusing.
    Gone from me.

  3. #2103
    Join Date
    Dec 2013
    Location
    Adelaide, South Australia
    Posts
    27
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi Guys,

    I am finding the following error log entries and was hoping you could help me resolve the error.

    Many Thanks

    les :)

    ----------

    --> PHP Warning: Use of undefined constant PHP_DATE_TIME_FORMAT - assumed 'PHP_DATE_TIME_FORMAT' (this will throw an Error in a future version of PHP) in /***/***/public_html/***/sitemapxml.php on line 270.

  4. #2104
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    Quote Originally Posted by webmanstudios View Post
    Hi Guys,

    I am finding the following error log entries and was hoping you could help me resolve the error.

    Many Thanks

    les :)

    ----------

    --> PHP Warning: Use of undefined constant PHP_DATE_TIME_FORMAT - assumed 'PHP_DATE_TIME_FORMAT' (this will throw an Error in a future version of PHP) in /***/***/public_html/***/sitemapxml.php on line 270.
    The constant PHP_DATE_TIME_FORMAT is defined in /YOUR_ADMIN/includes/languages/lang.english.php, line 353.

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

    Default Re: SitemapXML v.2

    v4.0.0 of the Sitemap XML plugin is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=367

    This release contains changes associated with the following GitHub issues:

    #26: Search engines no longer support auto-submission for sitemap updates.
    #27: Restructure installer; many files removed.
    #28: Drop support for Zen Cart versions prior to 1.5.8 and PHP versions < 7.4.
    #29: Address execution-token character limitations.
    #30: Remove admin tool's javascript "helper" function.
    #32: Add robots.txt guidance, since auto-submission to search engines is no longer supported.
    #33: Remove 'dead' links from the gxx.xsl file.
    #34: Main sitemap doesn't appear in admin tool's list if its name doesn't start with 'sitemap'.
    #35: Admin tool displays "Undefined" for type when sitemaps are gzip-compressed.
    #36: Gzipped sub-sitemaps aren't recorded in the main one; can't "View" compressed sitemap files.
    #37: Remove no-longer-needed javascript: prefix for onclick/onsubmit handlers.

    Refer to the plugin's GitHub repository (https://github.com/lat9/sitemapxml/); additional information is available in that repository's Wiki section (https://github.com/lat9/sitemapxml/wiki).

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

    Default Re: SitemapXML v.2

    Thanks @lat9

  7. #2107
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    v4.0.1 of Sitemap XML is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=367

    This release contains changes associated with these GitHub issues:


    #38 Zen Cart v2.0.0+ deprecates language::catalog_languages property.
    #39 Correct PHP Warning/Error when creating a new Sitemap file number.
    #40 Correct PHP Warnings when /sitemap.xml doesn't exist.

  8. #2108
    Join Date
    Mar 2024
    Location
    Lufkin, Tx
    Posts
    41
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Greetings!

    I have installed sitemapxml v.4.0.1 and am getting this error in my log:
    #1 fopen() called at [/includes/classes/sitemapxml.php:781]
    #2 zen_SiteMapXML->_fileOpen() called at [/includes/classes/sitemapxml.php:184]
    #3 zen_SiteMapXML->SitemapOpen() called at [/includes/classes/sitemapxml.php:354]
    #4 zen_SiteMapXML->GenerateSitemapIndex() called at [/includes/templates/template_default/sitemapxml/tpl_main_page.php:24]
    #5 require(/includes/templates/template_default/sitemapxml/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: fopen(/https://www.cedargroveherbs.com/sitemap.xml.xml): failed to open stream: No such file or directory in /includes/classes/sitemapxml.php on line 781.

    and also, for some reason in my sitemap xml under TOOLS it says this regarding my robots.txt:

    Your site's robots.txt file does not point search engines to your Sitemap XML file. Consider adding Sitemap: https://www.cedargroveherbs.com/http...itemap.xml.xml to your robots.txt file.

    why does it say that? in my robots txt I say:

    User-agent: Googlebot
    Disallow: /nogooglebot/

    User-agent: *
    Allow: /

    Sitemap: https://www.cedargroveherbs.com/sitemap.xml

  9. #2109
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: SitemapXML v.2

    Quote Originally Posted by Fenomenal7 View Post
    Greetings!

    I have installed sitemapxml v.4.0.1 and am getting this error in my log:
    #1 fopen() called at [/includes/classes/sitemapxml.php:781]
    #2 zen_SiteMapXML->_fileOpen() called at [/includes/classes/sitemapxml.php:184]
    #3 zen_SiteMapXML->SitemapOpen() called at [/includes/classes/sitemapxml.php:354]
    #4 zen_SiteMapXML->GenerateSitemapIndex() called at [/includes/templates/template_default/sitemapxml/tpl_main_page.php:24]
    #5 require(/includes/templates/template_default/sitemapxml/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: fopen(/https://www.cedargroveherbs.com/sitemap.xml.xml): failed to open stream: No such file or directory in /includes/classes/sitemapxml.php on line 781.

    and also, for some reason in my sitemap xml under TOOLS it says this regarding my robots.txt:

    Your site's robots.txt file does not point search engines to your Sitemap XML file. Consider adding Sitemap: https://www.cedargroveherbs.com/http...itemap.xml.xml to your robots.txt file.

    why does it say that? in my robots txt I say:

    User-agent: Googlebot
    Disallow: /nogooglebot/

    User-agent: *
    Allow: /

    Sitemap: https://www.cedargroveherbs.com/sitemap.xml
    It 'sounds like' you've set the SitemapXML's SitemapXML Index file name setting to sitemap.xml instead of the default sitemap.

  10. #2110
    Join Date
    Mar 2024
    Location
    Lufkin, Tx
    Posts
    41
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    That's not fixing the problem. I've emailed the developer of my theme and asked for assistance. They've been great at fixing my other issues so I'm keeping my fingers crossed. Thank you!

 

 

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