- Issue created by @VladimirAus
- ๐ฎ๐ณIndia chetan 11
chetan 11 โ made their first commit to this issueโs fork.
- last update
12 months ago 57 pass - Status changed to Needs review
12 months ago 6:08am 11 December 2023 - ๐ฎ๐ณIndia chetan 11
Hi,
I have fixed the above error on "ctools" module, please check the raised MR.
Thanks. - ๐ง๐พBelarus alena_stanul
Hi,
According to @chetan 11 code changes, the error will not be fixed.
I don't see the difference between ัreation of dynamic property in$object->table
as it was in the original and when we create array with $object_properties then try to use 'foreach ($object_properties .. ' construction to create property of object EntityQueue class.
I checked the code in the sandbox and the error was not fixed.
Please, check. - Status changed to Closed: works as designed
7 months ago 4:58pm 9 May 2024 - ๐ช๐ชEstonia tormi Tallinn
Note that there's no
EntityQueue
class defined inctools
module.I had a similar warning, but for
LinkitProfile
class:
Deprecated function: Creation of dynamic property LinkitProfile::$table is deprecated funktiossa ctools_export_load_object() (rivi 540 tiedostossa /app/web/sites/all/modules/contrib/ctools/includes/export.inc).
.The solution was to deal with
LinkitProfile
class inlinkit
module, see https://www.drupal.org/project/linkit/issues/3401666 ๐ Dynamic properties are deprecated in PHP 8.2 Needs review .So, here we need to update the
EntityQueue
class in some contrib module.Changing status to works as designed for now.