Deprecated function: Creation of dynamic property

Created on 9 December 2024, 4 months ago

Problem/Motivation

When generating a views report involving paragraphs after upgrading to PHP8.3, I get the following error:

Deprecated function: Creation of dynamic property Drupal\entity_reference_revisions\Plugin\views\relationship\EntityReferenceRevisions::$first_alias is deprecated in Drupal\entity_reference_revisions\Plugin\views\relationship\EntityReferenceRevisions->query() (line 88 of /var/www/html/web/modules/contrib/entity_reference_revisions/src/Plugin/views/relationship/EntityReferenceRevisions.php)

Steps to reproduce

Create an "event attendance" type paragraph attached to user accounts. Create a view of event attendance paragraphs with a contextual filter of user id and displace some fields from both the user account and the event attendance paragraph.

Proposed resolution

Convert the dynamic property "$this->first_alias" into a standard PHP variable "$first_alias", as it is not used anywhere else.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇳🇿New Zealand jlscott

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

Comments & Activities

  • Issue created by @jlscott
  • 🇳🇿New Zealand jlscott

    WHAT IS GOING ON????

    The class "Drupal\entity_reference_revisions\Plugin\views\relationship\EntityReferenceRevisions", which has the error and is is installed in my codebase by composer as part of the tagged version "8.x-1.12", is not present in the 8.x-1.x git repository when I checkout tag 8.x-1.12?

    This make it difficult to generate a patch or pull request to fix the problem.

  • 🇳🇿New Zealand jlscott

    OK - RESOLVED.

    I had a patch from 🐛 Views doesn't recognize relationship to host Needs review applied. This patch had created the new class that had the deprecation error.

    Fix is applied to the push request in that issue.

Production build 0.71.5 2024