Page 1 of 1

PHP Deprecated: Creation of dynamic property...

Posted: Mon May 20, 2024 4:30 pm
by Xpajun
Another 8.2 error...

I understand the fix for this at the moment would be the #[AllowDynamicProperties] attribute.

Could this be added in either template_top.php or application_top.php so it fix every occurrence of the error or would it have to be in every file that has the deprecated code?

Re: PHP Deprecated: Creation of dynamic property...

Posted: Mon May 20, 2024 9:24 pm
by ecartz
Every file.

The more correct fix would be to simply add the property to the class. It seems to me that Burt already made those changes in the latest version.