- 🇮🇳India mohitgupta.ald Gurugram, Haryana
It will be great if someone provide any working patch from upgrading the module to 2.0.2.
- 🇺🇸United States Webbeh Georgia, USA
As a reminder, to fix this, we need to find a reproducible process to recreate this issue.
The steps should begin with: install Drupal using a default profile, install version 2.0.0, then upgrade, and see error; or, to find a process that reproduces this.
- 🇺🇸United States Rick Hood
I am getting errors.
Steps to reproduce (on my local using Lando):
1. composer update drupal/twig_field_value
Upgrading drupal/twig_field_value (2.0.1 => 2.0.2)2. lando drush updb
[success] No pending updates.3. I get errors on all page similar to error below
4. lando drush cr
Gets rid of the errors.
However, a concern is that I could not clear cache via the interface because this page also have errors: /admin/config/development/performanceI am holding off deploying this live for now.
The website encountered an unexpected error. Please try again later. TypeError: Drupal\twig_field_value\Twig\Extension\FieldValueExtension::__construct(): Argument #1 ($language_manager) must be of type Drupal\Core\Language\LanguageManagerInterface, Drupal\Core\Controller\ControllerResolver given, called in /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\twig_field_value\Twig\Extension\FieldValueExtension->__construct() (line 67 of modules/contrib/twig_field_value/src/Twig/Extension/FieldValueExtension.php).
....etc.
full output of errors is in the attached file.