Use case
An old site running a low drupal 9.version on php 7.4 step 1
To upgrade to 10 i first change php to 8.1
Repair all error and push the code but do not deploy step 2
then set php back to 7.4 because otherwise i get a lot of dependency errors
upgrade to 9.5.11
repair some errors and change some configuration
push the code but do not deploy step 3
install upgrade status
install rip
repair conflicts
push code but do not deploy
I have updated my website from D9 to D11 version. After this update everything is working fine except one issue. And the problem is that when i am trying to add any new field to any of my content type the i am not able to do so. Getting this error: TypeError: Cannot access offset of type Drupal\Core\StringTranslation\TranslatableMarkup in isset or empty in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 45 of core\lib\Drupal\Component\Plugin\Discovery\DiscoveryTrait.php).