- Issue created by @useernamee
- Merge request !41Issue #3091278 by codebymikey, ccx105, seth.e.shaw, khiminrm: Error: Call to... → (Open) created by useernamee
After php8.3 upgrade I'm seeing this error during cache rebuild:
Deprecated function: Creation of dynamic property Drupal\features\FeaturesGenerationMethodManager::$cacheKeyPrefix is deprecated in Drupal\features\FeaturesGenerationMethodManager->__construct() (line 28 of /app/web/modules/contrib/features/src/FeaturesGenerationMethodManager.php)
#0 /app/web/core/includes/bootstrap.inc(164): _drupal_error_handler_real()
#1 /app/web/modules/contrib/features/src/FeaturesGenerationMethodManager.php(28): _drupal_error_handler()
#2 /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php(259): Drupal\features\FeaturesGenerationMethodManager->__construct()
#3 /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php(177): Drupal\Component\DependencyInjection\Container->createService()
Declare cacheKeyPrefix
property in FeaturesGenerationMethodManager
class.
Active
5.0
Code