Thread: SitemapXML v.2

Page 161 of 222 FirstFirst ... 61111151159160161162163171211 ... LastLast
Results 1,601 to 1,610 of 2213
  1. #1601
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    OK. Thanks. Will try it.

  2. #1602
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I have an issue: I am doing a fresh install of Sitemap XML on ZenCart 1.5.4 (this is literally the first plugin I have installed.

    I have followed all instructions up to stage 7 and the problem I have are some of the php tags for languages are showing:

    For example TEXT_CONFIGURATION_TITLE_SITEMAPXML_PLUGINS shows up instead of 'Active plugins'

    I did take a look and /admin/inclides/languages/english/sitemapxml.php and except for 4 that I had to manually add SITEMAPXML_ all files are listed. The ones I had to change were:

    TEXT_CONFIGURATION_TITLE_PRODUCTS_REVIEWS_ORDERBY
    TEXT_CONFIGURATION_DESCRIPTION_PRODUCTS_REVIEWS_ORDERBY
    TEXT_CONFIGURATION_TITLE_PRODUCTS_REVIEWS_CHANGEFREQ
    TEXT_CONFIGURATION_DESCRIPTION_PRODUCTS_REVIEWS_CHANGEFREQ
    In the russian language file they are called:

    TEXT_CONFIGURATION_TITLE_SITEMAPXML_PRODUCTS_REVIEWS_ORDERBY
    TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_REVIEWS_ORDERBY
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_PRODUCTS_REVIEWS_CHANGEFREQ
    TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_REVIEWS_CHANGEFREQ
    But some are listed but are not showing the english for. Please could anyone shed any light?

    Thanks in advance.
    Debbie Harrison
    DVH Design | Web Design blog

  3. #1603
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Ummmm.. Anyone?
    Debbie Harrison
    DVH Design | Web Design blog

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

    Default Re: SitemapXML v.2

    Hi Debbie,
    Quote Originally Posted by dharrison View Post
    the problem I have are some of the php tags for languages are showing:

    For example TEXT_CONFIGURATION_TITLE_SITEMAPXML_PLUGINS shows up instead of 'Active plugins'
    Thanks for the bug report!
    The fixed version will be available soon in the downloads.

  5. #1605
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I just go my site restored from backups and found this error. can anyone help?
    currently on PHP 5.6.17



    Code:
    [22-Mar-2016 05:00:13 America/Denver] PHP Warning:  filesize(): stat failed for sitemapcategories.xml in /xxxx/xxxxx/public_html/includes/classes/sitemapxml.php on line 809
    [22-Mar-2016 05:00:13 America/Denver] PHP Warning:  filesize(): stat failed for sitemapmanufacturers.xml in /xxxx/xxxxx/public_html/includes/classes/sitemapxml.php on line 809
    [22-Mar-2016 05:00:13 America/Denver] PHP Warning:  filesize(): stat failed for sitemapproducts.xml in /xxxx/xxxxx/public_html/includes/classes/sitemapxml.php on line 809

  6. #1606
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: SitemapXML v.2

    PHP Warning: filesize(): stat failed for (filename)
    When PHP says "stat failed", it means it was asking the server's filesystem for some information about a particular file, but the filesystem denied the request.
    In this case, it's telling you that it was asking for the size of those various .xml files.

    So, either the files are missing, or they exist but they're "owned" by a user/process that PHP is not authorized to mess with, or their permissions are set too low to allow PHP to read them.

    Regarding those sitemap*.xml files: things to try: (try first one, then test generating the files again, see if the errors are gone and the files get updated, then try the next one, test again, etc)
    a) set their permission-level to 755 ... or whatever permission your hosting company says is "writable by PHP"
    b) delete them and let the SitemapXML plugin try to recreate them (permissions will need to be set properly for whatever directory they're getting stored in. See the SitemapXML installation instructions for guidance on that)
    c) ask your hosting company to change their ownership to allow PHP to access them
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #1607
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Hi Debbie,

    Thanks for the bug report!
    The fixed version will be available soon in the downloads.
    I'd like to also point out these missing defines from Admin>Configuration>Sitemap XML

    TEXT_CONFIGURATION_TITLE_SITEMAPXML_PLUGINS
    TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PLUGINS

    Do you keep this on GitHub by any chance?

  8. #1608
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    First of all let me thank for keeping this plugin updated.
    I noticed that there are not instructions about upgrading from 4.5.0 to 4.5.1
    Is it enough to overwrite the old files or there is any specific instruction to follow?
    May be it is only need to overwrite the files contained in the mdified core files 1.5.5 folder?
    Thanks for answering.
    ciao from Italy.
    enzo

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by jeking View Post
    Do you keep this on GitHub by any chance?
    Yes, of course, as soon as I will have free time for this

  10. #1610
    Join Date
    Aug 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    A website with zencart I just build last year requested a display only/category only (except for featured products) zencart installation. There are basically no products only showcasing categories with subcategories of lines of products. This is only a display cart with no transactions allowed.

    The xml sitemap generator module does not list categories if there are no products. This is a major problem for this site. Is there anyway to remove the restriction that prevents the categories from showing up if there are no products?

    Thanks in advance.

    RJ Sandlin

 

 

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