That's a good point Andrew, I had forgotten about those automatically updated pages.
Printable View
Hi,
Any ideas as to why SitemapXML (v 3.2.5 31.05.2012) is generating URLs with a spurious / extra ampersand, "amp" and semicolon?
For example, SiemapXML generates the following URL (unwanted part shown in red):
http://www.futuregarageservices.co.u...o&cPath=0&products_id=14693
...when it should be:
http://www.futuregarageservices.co.u...ducts_id=14693
Any advice would be greatly appreciated. (I'm currently using Zencart Version 1.3.9h)
Thanks Andrew! I downloaded and installed but I have a feeling I did something wrong because of the two issues I am seeing:
I am seeing things like: TEXT_CONFIGURATION_TITLE_SITEMAPXML_EXECUTION_TOKEN, TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_USE_CPATH, and many other configuration values not showing the names for them.
Also after I upgraded on the admin side, I am seeing this when I access Tools - Sitemap XML
Title: TEXT_SITEMAPXML_FILE_LIST
The Headers are showing: TEXT_SITEMAPXML_FILE_LIST_TABLE_FNAME TEXT_SITEMAPXML_FILE_LIST_TABLE_FSIZE TEXT_SITEMAPXML_FILE_LIST_TABLE_FTIME TEXT_SITEMAPXML_FILE_LIST_TABLE_FPERMS TEXT_SITEMAPXML_FILE_LIST_TABLE_TYPE TEXT_SITEMAPXML_FILE_LIST_TABLE_ITEMS TEXT_SITEMAPXML_FILE_LIST_TABLE_COMMENTS TEXT_SITEMAPXML_FILE_LIST_TABLE_ACTION
It's almost like I am missing some type of define file but not sure what I did wrong.
Thanks!
Andrew,
I noticed an issue when I enable "Generate Products Image tags for products urls" the url that's generated is wrong. It's something like this: <image:loc>http://www.clevershoppers.com/images/images/marymeyer/56900.jpg</image:loc> when it should be like this: <image:loc>http://www.clevershoppers.com/images/marymeyer/56900.jpg</image:loc> There's an additional images/ added to the url.
Also, can you please elaborate on how to implement the "Start Security Token?"
Thanks very much!
Hi Isaacola,
Thank you for bag report! Quick fix:
File includes/classes/sitemapxml.php
found (line 469):
replace byPHP Code:
$loc = HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_IMAGES . $image['file'];
It's very simple.PHP Code:
$loc = HTTP_SERVER . DIR_WS_CATALOG . $image['file'];
This is done to ensure that no one else could run the Sitemap generation.
Specify any value for this parameter, for example "IsaacolaMap".
After that when you start Sitemap add to the url the parameter token=IsaacolaMap. For ex.: site.com/sitemapxml.html?rebuild=yes&token=IsaacolaMap
When you run Sitemap from the administrator this parameter is automatically substituted. A job for cron will need to adjust the hands.
Upload new version 3.2.6
Update Notes:
Bug fixes
Rewrite gss.xls