- Issue created by @Qusai Taha
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:19pm 10 December 2023 - Status changed to RTBC
about 1 year ago 12:23am 24 April 2024 - Status changed to Needs work
8 months ago 3:18pm 5 September 2024 - 🇵🇱Poland lamp5 Rzeszow
Hi. Why you change:
- * @param \Drupal\Core\Extension\ThemeHandlerInterface $themeHandler + * @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler
??
- Assigned to koustav_mondal
- Merge request !6Issue #3407742: Fix PHP 8.2 Deprecated Issue with function: Creation of dynamic property. → (Open) created by Unnamed author
- Issue was unassigned.
- 🇮🇳India shivam_tiwari
@koustav_mondal I checked issue from my side. Error is resolved as given on the issue for PHP 8.2
But I am getting white screen after installing the module and getting this errorTwig\Error\RuntimeError: The "Drupal\Core\Template\TwigExtension" extension is not enabled in "core/themes/claro/templates/form/input.html.twig". in Twig\ExtensionSet->getExtension() (line 80 of /app/vendor/twig/twig/src/ExtensionSet.php).
Can you please check this and let me know if I missed something here?
- 🇺🇸United States ericpugh
@shivam_tiwari I think this is two separate issues. Your second error seems to be related to this: https://www.drupal.org/project/drupal/issues/3409549 🐛 New twig variable deprecation check should use a service and not the direct class Active