- Issue created by @cspitzlay
- 🇩🇪Germany cspitzlay 🇩🇪🇪🇺
The reason I looked at that class was a hard-to-reproduce crash in a custom project with the error message:
In EntityTypeManager.php line 256:
The "commerce_shipping_method" entity type did not specify a translation handler.
That sometimes leaves the system in a broken state until I run `drush cr` again until it succeeds.
Since it is not happening every time I cannot tell yet if removing that line will fix my issue,
but referencing a non-existing class seems wrong in any case. - 🇮🇱Israel jsacksick
This is the original issue when this change got introduced... ✨ Shipping method entity does not support translations Fixed .
The missing class can be found in this comment: https://www.drupal.org/project/commerce_shipping/issues/2934142#comment-... ✨ Shipping method entity does not support translations Fixed .
So I think we should commit the missing handler instead of removing it.
- Status changed to Needs review
about 2 years ago 9:02am 10 March 2023 - 🇩🇪Germany mkalkbrenner 🇩🇪
As soon as you modify the general content translation settings you end up with this exception and parts of the site become unusable and throw the same exception:
Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "commerce_shipping_method" entity type did not specify a translation handler. in Drupal\Core\Entity\EntityTypeManager->getHandler() (line 256 of core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Also drush cr doesn't work anymore.
- Status changed to Active
about 2 years ago 9:23am 10 March 2023 - 🇩🇪Germany cspitzlay 🇩🇪🇪🇺
Re #4: Of course, that's better. I had looked for issues about the translation handler but didn't come across that one.
- Status changed to Needs review
about 2 years ago 9:25am 10 March 2023 - 🇩🇪Germany cspitzlay 🇩🇪🇪🇺
We will integrate this patch into our project and report back.
- Status changed to RTBC
about 2 years ago 9:32am 10 March 2023 - 🇩🇪Germany mkalkbrenner 🇩🇪
I added patch #5 to our system and the exceptions went away.
-
jsacksick →
committed 01af42b4 on 8.x-2.x
Issue #3347152 by cspitzlay, jsacksick, mkalkbrenner: Shipping method...
-
jsacksick →
committed 01af42b4 on 8.x-2.x
- Status changed to Fixed
about 2 years ago 10:17am 10 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
almost 2 years ago 3:06pm 31 May 2023 - 🇹🇷Turkey rgnyldz
When I try to clear cache with drush I get the below error. Drupal10 and php 8.1
In EntityTypeManager.php line 256: The "commerce_shipping_method" entity type did not specify a translation handler.
Also this is causing the site to constantly give WSOD