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.
Printable View
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.
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.
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.
I don't know how that happened but I uninstalled and now it's working correctly.
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.
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.
Strange issue here with ZenCart 1.5.5f. Getting the following error in /logs/ when ANY admin page is loaded:
Commenting out the following code makes the error go away: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
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');
}
}
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:
the correct link looks like this...Code:https://www.customshopping.com/index.php?main_page=product_info&products_id=117
We have almost 3,000 products so fixing each link would be very time consuming to say the least.. LOLCode:https://www.customshopping.com/index.php?main_page=product_info&cPath=4_159&products_id=117
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
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..
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 & in it... it opens a "product not found" pageCode:'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' =>
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?