Problem/Motivation

PHP 8.2 has now deprecated the creation of dynamic properties. See the documentation page for deprecated features.

The issue stems from an oversight in ContactForm.php where snake-cased properties were instantiated in place of the camel-cased properties defined by the class.

Steps to reproduce

Proposed resolution

Replace snake-cased property instantiations and calls with the intended camel-case properties.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

FrankieD3 created an issue. See original summary.

frankied3’s picture

Status: Needs review » Reviewed & tested by the community

Still working as of current. Marking RTBC.

nagy.balint’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.