Forums

PHP deprecation in chronog3

wallyhowe 16 Feb, 2024
We are getting the following warning message which is giving us problems with out hosting company where we are migrating servers (we believe:
[16-Feb-2024 13:00:00 Europe/London] PHP Deprecated: Creation of dynamic property G3\L\Joomla\Document::$language is deprecated in /home/xxxxxx/public_html/plugins/system/chronog3_plg/chronog3/libs/document.php on line 30

Our site is Joomla 4.4.2 and PHP 8.2

Is there a fix for this?

Wallyhowe
joesmith 22 Feb, 2024
Hey There!
I am also encountering this issue. It seems like a deprecated warning related to dynamic property creation in the document.php file of the ChronoG3 plugin. Since the warning specifically mentions that the creation of dynamic property G3\L\Joomla\Document::$language is deprecated, it might indicate that this plugin is trying to set a property in a way that's no longer supported in PHP 8.2.
Max_admin 23 Feb, 2024
hi

dynamic properties are deprecated in php8, so this code has to be changed, it's on the todo list
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.