v 1.3.8 28.04.2007 17:14
1. Support new sitemaps.org namespace 0.9.
Printable View
v 1.3.8 28.04.2007 17:14
1. Support new sitemaps.org namespace 0.9.
Andrew..thanks so much...
Marco from Italy
Does version Google Sitemap Admin 1.3.8 work ok with Zen-cart 1.2.6? I was able to install it ok and run it, but I get an error that there are no tables. My site of course does not have ezpages either. What should I do about ezpages? It doesn't show the get to the PING google part from the pop-up window. But I can click the ping link within the store's google admin section just fine.
Google's webmaster tools is saying that the sitemapproducts.xml file is ok and the sitemapcategores.xml file is ok too.
I did install it successfully on 4 of my other 12 zen-cart sites. I have many that are still 1.2.6. Most of my sites are still zen-cart 1.3.5 however.
Not sure if I missed a post with a fix for the problem where no entires are created in sitemapindex.xml, but I was able to fix it with a mod to googlesitemap.php. The zen site is setup in a sub-directory, which seems to be the problem. Again, not sure if this is something that has been fixed, but here is a patch that worked for me, note that I did not test this with a site that puts the zen cart site in the root of the website, so this may cause unwanted behavior for those sites and this should only be tried on a site that is located in a sub-directory.
--------------
$fsfilename = rtrim($this->savepath, '/') . '/' . $filename;
echo 'Looking for: ' . $filename . " in : " . $fsfilename . "<br />";
if (!filesize($fsfilename)) continue;
$content .= ' <sitemap>' . "\n";
$content .= ' <loc>' . $this->base_url . basename($filename) . '</loc>' . "\n";
$content .= ' <lastmod>' . $this->LastMod(filemtime($fsfilename)) . '</lastmod>' . "\n";
$content .= ' </sitemap>' . "\n";
$records_count++;
-------------
some one can solve the bug on indexing ezpages???
Thanks
Marco
I have been trying to install google site map. I was able to sucessefully install it on another site on the same server. It functions fine on that site. The site im having problems with it doesn't show up under tools.
I looked at the sql database on the site that works. Its listed under the "configuration_group_title". It doesn't appear there on the site thats not functioning correctly. I tried to manually creat it, don't know if i did it correct, but I was able to get it in the sql database. It still doesn't show up under tools. I have even reloaded all files! Using 1.3.7- Can someone help me?
Thank You