Closed (fixed)
Project:
Email Contact
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 Oct 2023 at 19:59 UTC
Updated:
17 Feb 2024 at 17:34 UTC
Jump to comment: Most recent
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.
Replace snake-cased property instantiations and calls with the intended camel-case properties.
| Comment | File | Size | Author |
|---|---|---|---|
| email-contact-php-8.2-dynamic-property-fix.patch | 3.16 KB | frankied3 |
Comments
Comment #2
frankied3Still working as of current. Marking RTBC.
Comment #4
nagy.balint commentedThanks!