Thanks. I'm glad there's a solution. I have the demo version of @raiwa's add-on so I may have to wait.ecartz wrote: ↑Tue Sep 06, 2022 11:21 amThis change will make this add-on call the catalog hooks so that the URLs get rewritten.
But it will require a new version of Name-based URLs to work with it. The new version will be included with Pro 1.0.8.19.
If you have the paid version of Name-based URLs, you could probably get an update from raiwa sooner.
Note that applying just the core change without the name-based URLs update will break this add-on. The proper order is to update name-based URLs first and core second. As Burt already observed, this add-on is already correct.
s06e02 - XML Sitemaps SUPPORT / QUESTIONS
-
lecarlb
- Contributor
- Posts: 316
- Joined: Mon Oct 26, 2020 5:26 pm
- Phoenix Version:
- Has thanked: 48 times
- Been thanked: 9 times
Re: s06e02 - XML Sitemaps
Tags:
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: s06e02 - XML Sitemaps
The demo version will not be updated with the sitemap support.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
lecarlb
- Contributor
- Posts: 316
- Joined: Mon Oct 26, 2020 5:26 pm
- Phoenix Version:
- Has thanked: 48 times
- Been thanked: 9 times
Re: s06e02 - XML Sitemaps
Ok. Are you planning to update the paid version before or at the same time as the release of 1.0.8.19?
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: s06e02 - XML Sitemaps
Yes, using Phoenix Pro 1.0.8.19 as a base.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: s06e02 - XML Sitemaps
Thank you ,, we are still on 1.0.8.16 , will come back to you when I update and fix a few issues
- tessthepup
- Certified Developer
- Posts: 381
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Has thanked: 47 times
- Been thanked: 62 times
Re: s06e02 - XML Sitemaps
Has anyone experienced any issues submitting their sitemaps in the Google Search Console.
Everytime I try to submit a sitemap it says 'Couldn't fetch' with 'General HTTP error'
According to google

Everytime I try to submit a sitemap it says 'Couldn't fetch' with 'General HTTP error'
According to google
I have another site where the sitemaps work perfectlyGeneral HTTP error
Google encountered another HTTP error not covered by a more specific error listed here. You can try a live URL inspection to replicate the error, although the error might be transient. Wait a bit and see if Google continues to encounter this error in additional crawl attempts.
- tessthepup
- Certified Developer
- Posts: 381
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Has thanked: 47 times
- Been thanked: 62 times
Re: s06e02 - XML Sitemaps
Ok I found the problem. The problem was that the last_modified_date was null on every field. Once all updated the sitemaps were accepted.tessthepup wrote: ↑Sat Apr 29, 2023 1:21 pm Has anyone experienced any issues submitting their sitemaps in the Google Search Console.
Everytime I try to submit a sitemap it says 'Couldn't fetch' with 'General HTTP error'
According to google
I have another site where the sitemaps work perfectlyGeneral HTTP error
Google encountered another HTTP error not covered by a more specific error listed here. You can try a live URL inspection to replicate the error, although the error might be transient. Wait a bit and see if Google continues to encounter this error in additional crawl attempts.![]()
-
lecarlb
- Contributor
- Posts: 316
- Joined: Mon Oct 26, 2020 5:26 pm
- Phoenix Version:
- Has thanked: 48 times
- Been thanked: 9 times
Re: s06e02 - XML Sitemaps
Hello. How did you fix the issue?tessthepup wrote: ↑Sun Apr 30, 2023 4:51 pmOk I found the problem. The problem was that the last_modified_date was null on every field. Once all updated the sitemaps were accepted.tessthepup wrote: ↑Sat Apr 29, 2023 1:21 pm Has anyone experienced any issues submitting their sitemaps in the Google Search Console.
Everytime I try to submit a sitemap it says 'Couldn't fetch' with 'General HTTP error'
According to google
I have another site where the sitemaps work perfectlyGeneral HTTP error
Google encountered another HTTP error not covered by a more specific error listed here. You can try a live URL inspection to replicate the error, although the error might be transient. Wait a bit and see if Google continues to encounter this error in additional crawl attempts.![]()
- tessthepup
- Certified Developer
- Posts: 381
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Has thanked: 47 times
- Been thanked: 62 times
Re: s06e02 - XML Sitemaps
I ran this sql in phpmyadminlecarlb wrote: ↑Wed May 03, 2023 3:34 amHello. How did you fix the issue?tessthepup wrote: ↑Sun Apr 30, 2023 4:51 pmOk I found the problem. The problem was that the last_modified_date was null on every field. Once all updated the sitemaps were accepted.tessthepup wrote: ↑Sat Apr 29, 2023 1:21 pm Has anyone experienced any issues submitting their sitemaps in the Google Search Console.
Everytime I try to submit a sitemap it says 'Couldn't fetch' with 'General HTTP error'
According to google
I have another site where the sitemaps work perfectly![]()
Code: Select all
UPDATE `products` SET `products_last_modified` = '2023-05-03 17:45:23';