- Issue created by @bobburns
- First commit to issue fork.
- Status changed to Needs review
11 months ago 4:30am 20 December 2023 - 🇮🇳India viren18febS
Hi @bobburns
I have added a patch for the changes , please review
Thanks - 133ab350 committed on 8.x-5.x
Issue #3409851 by viren18febS: $layout_config deprecated - FIX
- 133ab350 committed on 8.x-5.x
This has been fixed and will make its way into a new release later today.
- Status changed to Fixed
10 months ago 5:18pm 6 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇩🇰Denmark Uv516 Denmark
I have updated AdaptiveTheme to v. 8.x-5.2 and today I updated Drupal to v. 10.2.2 (PHP v. 8.2.15).
I got similar errors as above:
Deprecated: Creation of dynamic property Drupal\at_core\Layout\Layout::$layout_path is deprecated in /var/www/[my_site]/themes/contrib/adaptivetheme/at_core/src/Layout/Layout.php on line 27The same error for $layout_cid.
I added line 17 and 18:protected $layout_path; // <- new 2024-01-21 protected $layout_cid; // <- new 2024-01-21
All variables in a class should be forwarded.