Creation of dynamic property iubendaParser::$original_content_page is deprecated

Created on 26 January 2024, 5 months ago
Updated 18 March 2024, 3 months ago

Problem/Motivation

Upgrading to PHP8.2 (which is recommended in latest Drupal 10.x) I get multiple errors like this:

Deprecated: Creation of dynamic property iubendaParser::$original_content_page is deprecated in iubenda.class.php on line 184
Deprecated: Creation of dynamic property iubendaParser::$content_page is deprecated in iubenda.class.php on line 185

BTW the issue is resolved in iubenda-cookie-class 4.1.15 which is available on composer packagist.

Steps to reproduce

Activate the module on Drupal 10, with PHP 8.2.

Proposed resolution

Update the requirement in the module's composer.json like this:

{
  [...]
  "require": {
    "iubenda/iubenda-cookie-class": "4.1.15"
  },
  [...]
}
🐛 Bug report
Status

RTBC

Version

4.0

Component

Code

Created by

🇮🇹Italy nessunluogo Tremestieri Etneo (CT)

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024