Thread: SitemapXML v.2

Page 189 of 222 FirstFirst ... 89139179187188189190191199 ... LastLast
Results 1,881 to 1,890 of 2218
  1. #1881
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: SitemapXML v.2

    Sorry. The problem is what Jeff_Mash reported. Css is obviously wonky and no variables are editable which I see is the way it was in previous versions. I had never noticed that before.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #1882
    Join Date
    Mar 2018
    Location
    Perth, WA
    Posts
    10
    Plugin Contributions
    1

    Default Re: SitemapXML v.2

    Quote Originally Posted by Nick1973 View Post
    I have another problem though. When you go to Tools > Sitemap XML all I get is a button saying 'Upgrade SitemapXML SQL'. When I click it, it upgrades Sitemap XML even though it was a fresh install. But after upgrading, the button remains. I've tried commenting the button out of admin/sitemapxml.php but that doesn't work and leaves a blank screen. Any ideas?
    I had the same problem. I checked, and double checked that all the files had been uploaded correctly.

    I resolved it by doing the following:

    admin/includes/modules/sitemapxml_install.php

    Uncommented line 14 and changed the version number to 3.9.5
    $current_version = '3.9.5';

    Pressing the "Upgrade SitemapXML SQL" button again resulted in the options page now displaying correctly.

  3. #1883
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: SitemapXML v.2

    and what would cause the sitemaps to be written outside of the sitemap folder? Never seen that happen since the change to the sitemap folder. Upgraded 1.5.5f site with new sitemap installation.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #1884
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: SitemapXML v.2

    I don't know how that happened but I uninstalled and now it's working correctly.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #1885
    Join Date
    Jul 2010
    Location
    L'Aquila
    Posts
    113
    Plugin Contributions
    1

    Default Re: SitemapXML v.2

    Hi, by making the sitemap the links to the images are generated large ones, which can not be read, we would like to generate those loaded in the original "images" folder, where we can make the change? Thank you.
    Erboristeria La Spiga e Il Girasole Herbal Shop - https://www.erboristeriabio.com
    Golden Eagle Herbal - https://www.erboristeriabio.it
    Giraspiga - https://www.giraspiga.com

  6. #1886
    Join Date
    Aug 2016
    Posts
    20
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I'm probably missing something obvious, but what populates the files:

    sitemapxml_cats2man.php
    sitemapxml_news.php

    When I generate them, they're empty so that's no help.

  7. #1887
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: SitemapXML v.2

    Strange issue here with ZenCart 1.5.5f. Getting the following error in /logs/ when ANY admin page is loaded:
    Code:
    [07-Jun-2018 11:14:53 America/New_York] Request URI: xxx/orders.php, IP address: 72.194.64.174
    #1  trigger_error() called at [/xxx/includes/functions/plugin_support.php:41]
    #2  plugin_version_check_for_updates() called at [/xxx/includes/init_includes/init_sitemapxml.php:167]
    #3  require(/xxx/includes/init_includes/init_sitemapxml.php) called at [/xxx/includes/autoload_func.php:48]
    #4  require(/xxx/includes/autoload_func.php) called at [/xxx/includes/application_top.php:171]
    #5  require(/xxx/includes/application_top.php) called at [/xxx/orders.php:10]
    
    [07-Jun-2018 11:14:53 America/New_York] PHP Notice:  CURL error checking plugin versions: [ in /xxx/includes/functions/plugin_support.php on line 41
    Commenting out the following code makes the error go away:
    xxx\includes\init_includes\init_sitemapxml.php
    Code:
    // Version Checking
    if ($zencart_com_plugin_id != 0) {
      $new_version_details = plugin_version_check_for_updates($zencart_com_plugin_id, $current_version);
      if ($_GET['gID'] == $configuration_group_id && $new_version_details != FALSE) {
          $messageStack->add("Version ".$new_version_details['latest_plugin_version']." of " . $new_version_details['title'] . ' is available at <a href="' . $new_version_details['link'] . '" target="_blank">[Details]</a>', 'caution');
      }
    }

  8. #1888
    Join Date
    Feb 2016
    Location
    nm
    Posts
    30
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    my config:
    zencart v1.5.4
    Sitemap XML v 3.9.5
    Apache v2.4.6
    php 5.4.23
    perl 5.16.3

    First off this is a Great addon. It's fast and lists all products etc. Thank you for making and sharing it....

    the problem I'm having is with the products w/images sitemap. The links are all soft 404 error pages with "Sorry, the product was not found." the link looks like this:

    Code:
    https://www.customshopping.com/index.php?main_page=product_info&amp;products_id=117
    the correct link looks like this...

    Code:
    https://www.customshopping.com/index.php?main_page=product_info&cPath=4_159&products_id=117
    We have almost 3,000 products so fixing each link would be very time consuming to say the least.. LOL

    I have done the install-uninstall-install thingy but it's still the same outcome.

    If anyone can point me to where I need to adjust the code or add a link to (virtual host) for the cgi/php file or whatever it takes to produce full correct links, I would be very thankful.

    PS.. I am a hardware person not a coder so please be kind... LOL

  9. #1889
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: SitemapXML v.2

    Quote Originally Posted by hivtop View Post
    my config:
    zencart v1.5.4
    Sitemap XML v 3.9.5
    Apache v2.4.6
    php 5.4.23
    perl 5.16.3

    First off this is a Great addon. It's fast and lists all products etc. Thank you for making and sharing it....

    the problem I'm having is with the products w/images sitemap. The links are all soft 404 error pages with "Sorry, the product was not found." the link looks like this:

    Code:
    https://www.customshopping.com/index.php?main_page=product_info&amp;products_id=117
    the correct link looks like this...

    Code:
    https://www.customshopping.com/index.php?main_page=product_info&cPath=4_159&products_id=117
    We have almost 3,000 products so fixing each link would be very time consuming to say the least.. LOL

    I have done the install-uninstall-install thingy but it's still the same outcome.

    If anyone can point me to where I need to adjust the code or add a link to (virtual host) for the cgi/php file or whatever it takes to produce full correct links, I would be very thankful.

    PS.. I am a hardware person not a coder so please be kind... LOL
    So.. in configuration settings for SitemapXML, look down the list around I think line 17, change 'Use cPath parameter' to true! re-create your files, refresh your bowser and you should see the cpath on the links... No coding involved...
    Dave
    Always forward thinking... Lost my mind!

  10. #1890
    Join Date
    Feb 2016
    Location
    nm
    Posts
    30
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    ok I searched through
    240 directories 8152 files (skipped images.. Lol) and in sitemapxml_install.php on online 63 I found this, which I changed to true..
    Code:
    'SITEMAPXML_PRODUCTS_USE_CPATH' => array(CFGTITLE_SITEMAPXML_PRODUCTS_USE_CPATH, 'true', CFGDESC_SITEMAPXML_PRODUCTS_USE_CPATH, 32, null, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    'SITEMAPXML_PRODUCTS_IMAGES' =>
    now when you bring the xml up in a browser window which loads the "/includes/templates/template_default/css/gss.xsl" and click a link you get the product page... but if you copy and paste the raw link, which still has the &amp; in it... it opens a "product not found" page

    so 2 questions...
    1. did I miss the correct sitemap config file?? if so can you tell me it's name??
    2. can the sitemap be built WITH the CPATH in the raw link or does it only add it when the gss.xsl template is used?

 

 

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