After updating my System, shaper_helix3 on Joomla 5.4.5 I got this error:
Deprecated: Creation of dynamic property JFormFieldMediaJce::$mediatype is deprecated in /html/joomla/libraries/src/Form/FormField.php on line 602
This is line 602 in the php-file:
default:
// Detect data attribute(s)
if (str_starts_with($name, 'data-')) {
$this->dataAttributes[$name] = $value;
} else {
if (property_exists(__CLASS__, $name)) {
Log::add("Cannot access protected / private property $name of " . __CLASS__);
} else {
$this->$name = $value;
}
}
}
}
Could you please come back to me with a verified solution.
Thank