Zen Cart Logo

SitemapXML v.2

Views: 613,148

Results 1,681 to 1,700 of 2,226
08 Aug 2016, 19:03
#1681
dremhmrk2 avatar

dremhmrk2

New Zenner

Join Date:
Jun 2010
Posts:
32
Plugin Contributions:
0

SitemapXML v.2

Andrew,
Thank you for this plugin.
I am an experienced zenner but I too had trouble with the instructions and would like to humbly offer assistance.
I have never submitted a plugin or a update to a plugin, but I believe two things will make the instructions easier:

  1. Instead of a TXT file (which does not have formatting and is therefore hard to read) I could create a simple HTML file for you with the steps clearly laid out and easy to read.
  2. Regarding the -install-sitemapxml.php file, perhaps instead of a blank screen there should be an alert, something like "Sitemap XML is now installed, please return to your main Admin page."

If you would like my help with an HTML readme, let me know and I will do it ASAP.

29 Aug 2016, 17:17
#1682
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Upload versin 3.9.1. Changes:
v 3.7.0 07.07.2016 11:25 - Add configuration parameter for categories paging
v 3.8.0 07.07.2016 12:39 - Code Review. Thanks to steve aka torvista
v 3.9.1 29.08.2016 18:56 - Add auto installer. Thanks to Frank Riegel aka frank18

29 Aug 2016, 17:21
#1683
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Hi,

dremhmrk2:

If you would like my help with an HTML readme, let me know and I will do it ASAP.
Of course. If you want to participate and believe that your work will be useful for the rest - I'll be only too happy.
Before writing new documentation, please refer to the latest version 3.9.1.

P.S. I have several modules that I could and would like to share, but I can not find the time to write documentation. Maybe you are become my co-author? :)

29 Aug 2016, 20:04
#1684
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,866
Plugin Contributions:
7

Re: SitemapXML v.2

I have several modules that I could and would like to share
Please share them on github...see if the community does some polishing!

thanks
Steve

30 Aug 2016, 11:57
#1685
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

torvista:

Please share them on github...see if the community does some polishing!
I thought about it. Think it is wrong to put the modules without description.

30 Aug 2016, 13:24
#1686
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,866
Plugin Contributions:
7

Re: SitemapXML v.2

Think it is wrong to put the modules without description.
As long as it is made clear the code is in development and not production-ready, a short functional description will do.
Those who can figure out how to use it without being spoon-fed with the details are those best-qualified to polish it.
Since your code quality is up with the best on this site, I'm keen to see what else you have been doing!

30 Aug 2016, 13:31
#1687
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

torvista:

As long as it is made clear the code is in development and not production-ready, a short functional description will do.
Those who can figure out how to use it without being spoon-fed with the details are those best-qualified to polish it.
ok

torvista:

Since your code quality is up with the best on this site, I'm keen to see what else you have been doing!
You flatter me :blush:

31 Aug 2016, 04:00
#1688
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: SitemapXML v.2

a_berezin:

Upload versin 3.9.1. Changes:
v 3.7.0 07.07.2016 11:25 - Add configuration parameter for categories paging
v 3.8.0 07.07.2016 12:39 - Code Review. Thanks to steve aka torvista
v 3.9.1 29.08.2016 18:56 - Add auto installer. Thanks to Frank Riegel aka frank18

Thanks Andrew - much appreciated!

06 Sep 2016, 18:08
#1689
ptowers49 avatar

ptowers49

New Zenner

Join Date:
Aug 2009
Location:
UK
Posts:
71
Plugin Contributions:
0

Re: SitemapXML v.2

HI there

I have just converted a site to https
when the sitemap is generated it still generated http sitemap entries!
Can someone advise how this can be modified so the entries are https?
here is an example https://www.saving-light-bulbs.co.uk/sitemap/sitemapproducts.xml

Regards

Paul

06 Sep 2016, 19:22
#1690
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

ptowers49:

HI there

I have just converted a site to https
when the sitemap is generated it still generated http sitemap entries!
Can someone advise how this can be modified so the entries are https?
here is an example https://www.saving-light-bulbs.co.uk/sitemap/sitemapproducts.xml

Regards

Paul

Have you regenerated your site maps since converting your store to https?
Which version of XML sitemapo are you using?
How did you convert your store to https?

I have this on a few sites with https and it is generating htts urls in the sitemap files.

06 Sep 2016, 22:40
#1691
ptowers49 avatar

ptowers49

New Zenner

Join Date:
Aug 2009
Location:
UK
Posts:
71
Plugin Contributions:
0

Re: SitemapXML v.2

jeking:

Have you regenerated your site maps since converting your store to https?
Which version of XML sitemapo are you using?
How did you convert your store to https?

I have this on a few sites with https and it is generating htts urls in the sitemap files.

I have just upgraded to v 3.9.1
I converted the store by using just specifying https in the config files and the following code in .htaccess
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

I have a wordpress blog on the site and this is now generating https urls in the sitemap but the zencart ones are http as per the link https://www.saving-light-bulbs.co.uk...approducts.xml

Have you any ideas and a link showing https urls?

07 Sep 2016, 00:18
#1692
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

ptowers49:

I have just upgraded to v 3.9.1
I converted the store by using just specifying https in the config files and the following code in .htaccess
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

I have a wordpress blog on the site and this is now generating https urls in the sitemap but the zencart ones are http as per the link https://www.saving-light-bulbs.co.uk...approducts.xml

Have you any ideas and a link showing https urls?

What version of Zen Cart. I see an http reference in your source code:

<link rel="canonical" href="http://www.saving-light-bulbs.co.uk/light-fittings" />

and mix-content warnings, although this is likely unrelated to this issue, but should be resolved either way.

07 Sep 2016, 10:20
#1693
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Hi,

ptowers49:

HI there

I have just converted a site to https
when the sitemap is generated it still generated http sitemap entries!
Can someone advise how this can be modified so the entries are https?
here is an example https://www.saving-light-bulbs.co.uk/sitemap/sitemapproducts.xml
View source code https://www.saving-light-bulbs.co.uk/
All links to products/categories and other non-secret page are 'http://', none 'https://'.
Correct store configuration (config file). It must be like this:

  // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
  // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
  define('HTTP_SERVER', 'https://www.saving-light-bulbs.co.uk/');
  define('HTTPS_SERVER', 'https://www.saving-light-bulbs.co.uk/');

  // Use secure webserver for checkout procedure?
  define('ENABLE_SSL', 'true');
07 Sep 2016, 17:07
#1694
ptowers49 avatar

ptowers49

New Zenner

Join Date:
Aug 2009
Location:
UK
Posts:
71
Plugin Contributions:
0

Re: SitemapXML v.2

a_berezin:

Hi,

View source code https://www.saving-light-bulbs.co.uk/
All links to products/categories and other non-secret page are 'http://', none 'https://'.
Correct store configuration (config file). It must be like this:

// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'https://www.saving-light-bulbs.co.uk/');
define('HTTPS_SERVER', 'https://www.saving-light-bulbs.co.uk/');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');


Yes that's the answer thankyou.
For some reason Firezilla had not overwritten so I moved the file locally deleted the original and uploaded
12 Oct 2016, 22:25
#1695
travbacon avatar

travbacon

Zen Follower

Join Date:
Mar 2015
Posts:
169
Plugin Contributions:
0

Re: SitemapXML v.2

Hi. I have installed 3.9.1 on 1.5.4. I am missing the text in the admin configuration side? I have checked and double checked. Note that this is an upgrade.

TEXT_CONFIGURATION_TITLE_SITEMAPXML_VERSION 3.9.1
TEXT_CONFIGURATION_TITLE_SITEMAPXML_DIR_WS sitemap Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_SITEMAPINDEX sitemap Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_COMPRESS false Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_EXECUTION_TOKEN Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_LASTMOD_FORMAT full Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_USE_EXISTING_FILES true Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_USE_ONLY_DEFAULT_LANGUAGE true Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_USE_LANGUAGE_PARM true Info
TEXT_CONFIGURATION_TITLE_SITEMAPXML_CHECK_DUPLICATES true

Also I have CHMOD the root file to 777, the sitemap directory to 777 and the files inside it minus the htaccess file to 777.

I have over 30k products. This is the issues I am getting.

ViewTruncateDelete

sitemap/sitemapcategories.xml open sitemap in new window 584924 10/12/2016 16:14:40 0777 UrlSet 2944 ViewTruncateDelete
sitemap/sitemapezpages.xml open sitemap in new window 3445 10/12/2016 16:14:40 0777 UrlSet 19 ViewTruncateDelete
sitemap/sitemapmainpage.xml open sitemap in new window 688 10/12/2016 16:14:40 0777 UrlSet 1 ViewTruncateDelete
sitemap/sitemapmanufacturers.xml open sitemap in new window 78137 10/12/2016 16:14:40 0777 UrlSet 405 ViewTruncateDelete
sitemap/sitemapproducts.xml open sitemap in new window 1406223 10/12/2016 16:14:48 0777 UrlSet 5000 ViewTruncateDelete
sitemap/sitemapproducts000.xml open sitemap in new window 1402250 10/12/2016 16:14:57 0777 UrlSet 5000 ViewTruncateDelete
sitemap/sitemapproducts001.xml open sitemap in new window 1513024 10/12/2016 16:15:06 0777 UrlSet 5000 ViewTruncateDelete
sitemap/sitemapproducts002.xml open sitemap in new window 1371737 10/12/2016 16:15:15 0777 UrlSet 5000 ViewTruncateDelete
sitemap/sitemapproducts003.xml open sitemap in new window 1269548 10/12/2016 16:15:28 0777 **Undefined!!! **

Thank you for your time.

13 Oct 2016, 02:17
#1696
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: SitemapXML v.2

travbacon:

I am missing the text in the admin configuration sideThat symptom is always that the necessary language file isn't installed.
For the Admin, it should have been put into the /your-admin-foldername/includes/languages/english/ directory.

13 Oct 2016, 02:27
#1697
travbacon avatar

travbacon

Zen Follower

Join Date:
Mar 2015
Posts:
169
Plugin Contributions:
0

Re: SitemapXML v.2

DrByte:

That symptom is always that the necessary language file isn't installed.
For the Admin, it should have been put into the /your-admin-foldername/includes/languages/english/ directory.

Yes. It is there. Thank you.

13 Oct 2016, 02:34
#1698
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: SitemapXML v.2

I haven't studied the installer for this plugin, but perhaps the language file was missing when the plugin's "install" was done, and so instead of putting the actual defined values into the configuration menu names it put in the uppercase constant names instead? To fix that one could run the plugin's uninstall sql script (if it has one) to remove all its related settings, and then re-run its installer to set it up again.

14 Oct 2016, 12:13
#1699
adrian_cioc_rlan avatar

adrian_cioc_rlan

New Zenner

Join Date:
May 2016
Location:
Bucharest
Posts:
48
Plugin Contributions:
0

Re: SitemapXML v.2

Hi Guys,

Can anyone tell why Sitemap XML returns "page not found" when I tell it to Force rebuild all sitemap*.xml files! and Pinging Search Engine?
This is how the link appears when the page not found shows up: (http://www.mydomain/sitemap-xml&rebuild=yes&ping=yes&)

The XML files are updated, Google accepted the submit of the sitemap.xml file but I'm not sure if this page not found should be displayed instead of a confirmation message... Also, how do I know if the ping has been executed if no confirmation message is prompted?

Zen Cart V1.5.1,
Sitemap v3.6 26.04.2016 10:33:09

Thank you!

16 Oct 2016, 02:47
#1700
travbacon avatar

travbacon

Zen Follower

Join Date:
Mar 2015
Posts:
169
Plugin Contributions:
0

Re: SitemapXML v.2

DrByte:

I haven't studied the installer for this plugin, but perhaps the language file was missing when the plugin's "install" was done, and so instead of putting the actual defined values into the configuration menu names it put in the uppercase constant names instead? To fix that one could run the plugin's uninstall sql script (if it has one) to remove all its related settings, and then re-run its installer to set it up again.

Thanks. I think the upgrade instructions are a little off. I went ahead and uninstalled the SQL statements and reapplied them and the language values are there.

I still can't figure out why the XML are not completing and I am ending up with an internal server error pop up screen.