- Issue created by @Belba
- last update
over 1 year ago 54 pass - ๐ฎ๐ณIndia mukhtarm
Hi @Belba, it will be a PHP 8.2 compatibility issue, Please review the patch.
- ๐ง๐ชBelgium Belba
@MukhtarM, thanks for the patch, this is working fine.
The same warning appears also in the files: \advagg\advagg_js_minify\jsqueeze.inc
\advagg\advagg_bundler\src\Asset\AdvaggCssCollectionGrouper.phpI add the following attribute, just before the class : #[\AllowDynamicProperties]
This takes the error message away, but i asume the approach from Mukthar is a better solution. - Status changed to Fixed
over 1 year ago 6:00am 22 July 2023 - ๐ง๐ชBelgium lammensj
* Changed the accessibility to protected in AdvaggJsCollectionGrouper
* Added the same protected property in AdvaggCssCollectionGrouper - Status changed to Needs review
over 1 year ago 10:35am 28 July 2023 - last update
over 1 year ago 54 pass This warning was emitted on every run of `drush cr` (Drupal 10.1.1). Just applied the patch from #5 and it works fine.
- ๐ณ๐ฑNetherlands MLZR Zutphen
Installed patch #5 and the error went away
- Status changed to RTBC
about 1 year ago 4:34pm 14 November 2023 I got many deprecation error of: Creation of dynamic property in jsminplus.inc JSNode::__set() when opening a webform admin page.
Not sure if anyone also see this.PHP 8.2, Drupal 10.2.1
Currently downgrading to PHP 8.1 seems to fixed the issue.
- ๐น๐ผTaiwan cobenash Taipei
Confirmed #11
I got several error message
Deprecated function: Creation of dynamic property JSNode::$expression is deprecated at JSNode->__set() (file /var/www/html/docroot/modules/contrib/advagg/advagg_js_minify/jsminplus.inc 1831 )
Drupal core 10.2.0
PHP 8.2.7
- Status changed to Needs work
10 months ago 3:21am 11 January 2024 - ๐ฎ๐ณIndia chetan 11
chetan 11 โ made their first commit to this issueโs fork.
- last update
10 months ago 54 pass - Status changed to Needs review
10 months ago 12:06pm 15 January 2024 - last update
10 months ago 54 pass - ๐ฌ๐ทGreece balis_m
In addition to the errors that patch #5 solves, this patch also solves the error in jsminplus.inc file.
- ๐ซ๐ทFrance mchamps Finistรจre
Hi, great patch #17
D10.2.3 & php 8.2.13
Fixed the error :Deprecated function : Creation of dynamic property Drupal\advagg_bundler\Asset\AdvaggCssCollectionGrouper::$config is deprecated dans Drupal\advagg_bundler\Asset\AdvaggCssCollectionGrouper->__construct()
RTBC+1
- last update
8 months ago 54 pass - ๐บ๐ธUnited States kentr
#17 removed the errors for me on D10.2.4, with no apparent problems.
- ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
Patch #17 resolved the issue for me as well. This should have been a commit to the existing issue fork though. Going to set this to RTBC as multiple people have tested it.
- Status changed to RTBC
8 months ago 7:24am 19 March 2024 - Issue was unassigned.
- ๐บ๐ฆUkraine Digitoxigenin
Warning disappeared
D10.2.5, PHP 8.2.18
Thanks. - ๐ธ๐ชSweden mohammed motar
The patch #17 does not work with PHP 8.3.7.
Does anyone know how to solve the problem with PHP 8.3? - ๐ซ๐ทFrance vanessa.fayard
Patch #17 - Verified and tested it on a Drupal 10.2.7 and PHP 8.2.19
The patch works fine.Thanks
- First commit to issue fork.
- last update
5 months ago 54 pass