Zen Follower
- Join Date:
- Aug 2012
- Posts:
- 331
- Plugin Contributions:
- 0
SitemapXML v.2
a_berezin:
No SitemapXML language files for your language.
Thanks
What do i need to do to correct?
Views: 613,571
Zen Follower
a_berezin:
No SitemapXML language files for your language.
Thanks
What do i need to do to correct?
Deceased
ShopVille:
Thanks
What do i need to do to correct?
Copy files
includes\languages\english*.* to includes\languages\YOUR_language*.*
YOUR_Admin\includes\languages\english*.* to YOUR_Admin\includes\languages\YOUR_language*.*
and translate it.
Zen Follower
Hello,
I won't access The plugin in french from the admin interface, do i still need to translate YOUR_Admin\includes\languages\english*.* to YOUR_Admin\includes\languages\YOUR_language*.*
And in the original plugin contribution, there's English and Russian but the /includes/languages/english/sitemapxml.php doesn't differ from the /includes/languages/russian/sitemapxml.php
Deceased
ShopVille:
I won't access The plugin in french from the admin interface, do i still need to translate YOUR_Admin\includes\languages\english*.* to YOUR_Admin\includes\languages\YOUR_language*.*
If the translation in French is not needed, do not translate.
ShopVille:
And in the original plugin contribution, there's English and Russian but the /includes/languages/english/sitemapxml.php doesn't differ from the /includes/languages/russian/sitemapxml.php
So what?
New Zenner
Thank you! The change to the .htaccess file worked for me as well. I am using 1.3.9.h, and the original .htaccess file for 1.3.9.h does incude the xsl and XSL; however, my .htaccess file must have been overwritten at some point, because I needed to add it back in again to get past the style sheet error.
New Zenner
countrycharm:
What version of zen cart are you using?
Thank you! The change to the .htaccess file worked for me as well. I am using 1.3.9.h, and the original .htaccess file for 1.3.9.h does incude the xsl and XSL; however, my .htaccess file must have been overwritten at some point, because I needed to add it back in again to get past the style sheet error.
New Zenner
Thank you! The change to the .htaccess file worked for me as well. I am using 1.3.9.h, and the original .htaccess file for 1.3.9.h does incude the xsl and XSL; however, my .htaccess file must have been overwritten at some point, because I needed to add it back in again to get past the style sheet error.
Zen Follower
Hi,
I have used this plugin for a lot fo time and it works perfectly.
I wonder if now it shuold be updated for the rich sniippets.
It seems to me that there is a conflict between thw data google collects on his own about rich sippets and the data google find in the sitempaproduct file.
I may be worng but after updating the sitemap product the rich snippets data disappaered.
ciao from italy
Deceased
Hi,
enzo-ita:
I wonder if now it shuold be updated for the rich sniippets.
It seems to me that there is a conflict between thw data google collects on his own about rich sippets and the data google find in the sitempaproduct file.
I may be worng but after updating the sitemap product the rich snippets data disappaered.
I think I missed something. Can you tell me more about how the Sitemap XML correlated with Rich Snippets?
I always thought that the Sitemap XML has no semantic information - it's just a list of URL.
Zen Follower
I have SitemapXML running fine, but can not get the cron job to work. I am running Zen 1.3.8a, and the latest ver of SitemapXML.
I tried to do some testing. When I disable the security token, and enter "http://www.fantasycostume.com/cgi-bin/sitemapxml.php" into my browser, it works fine. But when I change it to "http://www.fantasycostume.com/cgi-bin/sitemapxml.php rebuild=yes" I get a 404 error. I am on a Linux server running Apache. Of course, adding ping=yes, and/or token=xxxx doesn't help any.
New Zenner
I just upgrade from v2.1 to 3.2.6 on Zen Cart v1.3.9h.
I see that it no longer has a two-step method, but how do you see if Google, Bing, etc. received the update?
My sitemap.xml size = 0, as is the original sitemap.xml copied from the zip install file. Is that normal?
I have my robot.txt directing sitemap to sitemapindex.xml. Is that still true?
Deceased
Hi,
masterrusty:
I have SitemapXML running fine, but can not get the cron job to work. I am running Zen 1.3.8a, and the latest ver of SitemapXML.
I tried to do some testing. When I disable the security token, and enter "http://www.fantasycostume.com/cgi-bin/sitemapxml.php" into my browser, it works fine. But when I change it to "http://www.fantasycostume.com/cgi-bin/sitemapxml.php rebuild=yes" I get a 404 error. I am on a Linux server running Apache. Of course, adding ping=yes, and/or token=xxxx doesn't help any.
Sure, it's wrong. Why such format for http url??? Use this
http://www.fantasycostume.com/cgi-bin/sitemapxml.php?rebuild=yes
Deceased
katrobb:
I just upgrade from v2.1 to 3.2.6 on Zen Cart v1.3.9h.
I see that it no longer has a two-step method,
What is "two-step method"?
katrobb:
but how do you see if Google, Bing, etc. received the update?
Personally, I see the results of processing sitemap to GWT.
Some users Ping search engines.
katrobb:
My sitemap.xml size = 0, as is the original sitemap.xml copied from the zip install file. Is that normal?
Yes, if You don't use it.
katrobb:
I have my robot.txt directing sitemap to sitemapindex.xml. Is that still true?
Yes, if You use sitemapindex.xml.
Zen Follower
a_berezin:
Hi,
Sure, it's wrong. Why such format for http url??? Use this
http://www.fantasycostume.com/cgi-bin/sitemapxml.php?rebuild=yes
I used that format because that is what the documentation said to use on the sitemap.php file. So that URL works fine in the browser, but I still can't get my cron job to work.
The documentation says to use:
"0 5 * * * php -f <path to shop>/cgi-bin/sitemapxml.php rebuild=yes ping=yes"
I had the command line like this before and it failed too:
/web/cgi-bin/php5 "/home/content/l/a/d/ladyfool/html/cgi-bin/sitemapxml.php rebuild=yes token=xxxxxx"
Since I am on godaddy, they have kind of a wizard that sets the time to run, so I assume that the 0 5 * * * is unnecessary for me, my currernt command line is:
/web/cgi-bin/php5 "/home/content/l/a/d/ladyfool/html/cgi-bin/sitemapxml.php?rebuild=yes&token=xxxxxx"
Godaddy is acting like creating a command line is top secret information, and won't give me any input. Can you tell me what is wrong?
Deceased
masterrusty:
I used that format because that is what the documentation said to use on the sitemap.php file.
it's not true
masterrusty:
So that URL works fine in the browser, but I still can't get my cron job to work.
The documentation says to use:
"0 5 * * * php -f <path to shop>/cgi-bin/sitemapxml.php rebuild=yes ping=yes"
I had the command line like this before and it failed too:
/web/cgi-bin/php5 "/home/content/l/a/d/ladyfool/html/cgi-bin/sitemapxml.php rebuild=yes token=xxxxxx"
Since I am on godaddy, they have kind of a wizard that sets the time to run, so I assume that the 0 5 * * * is unnecessary for me, my currernt command line is:
/web/cgi-bin/php5 "/home/content/l/a/d/ladyfool/html/cgi-bin/sitemapxml.php?rebuild=yes&token=xxxxxx"
Godaddy is acting like creating a command line is top secret information, and won't give me any input. Can you tell me what is wrong?
It is better to ask Godaddy.
Totally Zenned
a_berezin:
It is better to ask Godaddy.
It's actually better to LEAVE GoDaddy
Zen Follower
schoolboy:
It's actually better to LEAVE GoDaddy
That is probably true, especially since they are not being any more help than a_berezin is at this point.
I am experiencing the typical finger pointing crap that you get when you try to operate one system on another person's system. GoDaddy is now telling me that the script is failing.
I wish someone would at least attempt to provide a functional solution rather than just place blame. Solutions are so much more peaceful, and pleasant.
BTW - I have no reason to believe that leaving Godaddy would solve anything at this point because the cron job doesn't work, and therefore, it probably won't work anywhere else.
New Zenner
Hi Andrew and others,
Great addon.
I currently have thousands of products listed.
I have the below issue:
2/ I keep getting the below error. I am on Hostgator reseller. I have selected compress sitemap and tired uncompressed also.
Products Sitemap
WARNING: An Error occurred, please refresh the page and try again.
Running version 3.2.6 17.06.2012 16:13 on zen cart 1.5.1. Any help/ideas will be much appreciated.
Kind regards
Tim
New Zenner
I looked in the log and found the below for this error.
[12-Dec-2012 23:36:12] PHP Fatal error: 0: :: select products_type from zen_products where products_id = '72519' in /home/XXXX/public_html/includes/classes/db/mysql/query_factory.php on line 120
[12-Dec-2012 23:36:12] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
from zen_sessions
where sesskey = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' in /home/XXXX/public_html/includes/classes/db/mysql/query_factory.php on line 120
Deceased
Hi Tim,
nuganics:
I looked in the log and found the below for this error.
[12-Dec-2012 23:36:12] PHP Fatal error: 0: :: select products_type from zen_products where products_id = '72519' in /home/XXXX/public_html/includes/classes/db/mysql/query_factory.php on line 120
[12-Dec-2012 23:36:12] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
from zen_sessions
where sesskey = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' in /home/XXXX/public_html/includes/classes/db/mysql/query_factory.php on line 120
Looks like it's the limitations of your hosting.
Sitemap XML - a heavy script, a lot of requests to the database. If you use SEO URL, the number of requests has grown significantly.
If you use images urls generation in the sitemap and you have installed IH, then the server load increases significantly.
Fields marked required must be completed.
Tell staff why this post should be reviewed.