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
[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
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.
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.
hi
dynamic properties are deprecated in php8, so this code has to be changed, it's on the todo list
dynamic properties are deprecated in php8, so this code has to be changed, it's on the todo list
You need to login to be able to post a reply.