- Issue created by @jjgw
- Status changed to Needs review
over 1 year ago 1:04pm 31 July 2023 - 🇮🇳India ravi kant Jaipur
The issue is solving with development version.
composer require 'drupal/xmlsitemap:1.x-dev@dev'
- 🇮🇳India indrapatil Bangalore
I installed this "composer require 'drupal/xmlsitemap:^1.4'"
It's working for me. - 🇮🇳India ravi kant Jaipur
@Indrapatil
The issue was in Drupal-10 only.
It is working as designed in Drupal-9.
Can you confirm which Drupal version you have tested? - 🇮🇳India indrapatil Bangalore
@ravi kant
My mistake I checked in Drupal 9. Now I tested for Drupal 10 getting the same error.
" The website encountered an unexpected error. Please try again later." - 🇧🇷Brazil rcsilvadev São Paulo, Brazil
In case you don't want to use a Dev version, you can apply this patch 🐛 Error: Call to undefined method Drupal\Core\Extension\ModuleHandler::getImplementations() in xmlsitemap_check_status() Fixed on 8.x-1.4. It worked fine on my end.
- 🇮🇳India ravi kant Jaipur
I tried the patch as suggested by @rcaldeiradev. It working as accepted.
But I would like to use the dev version module because we need to manage the patch from composer which need extra effort and if we will use the dev version then it can easily upgrade with a new release that will having dev version changes also. - 🇺🇸United States dave reid Nebraska USA
I will get a new release out Monday all, I'm sorry this was fixed but not released!
- 🇮🇳India rushiraval
@Dave Reid Thanks for 8.x1.5 release. I think this issue should be marked as Fixed.