Update-Error Helix3 - Question | JoomShaper

Update-Error Helix3

R

Reinhard

Helix Framework 3 weeks ago

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

0
5 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 weeks ago #229343

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Please share the full path of error. And make sure that you are using latest version of Helix3.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
R
Reinhard
Accepted Answer
3 weeks ago #229358

I am using Shaper_Helix 3.1.3 The Plugin and although the Ajax Plugin for security update is installed.

full path of error: Deprecated: Creation of dynamic property JFormFieldMediaJce::$mediatype is deprecated in /var/www/vhosts/h303680.web80.alfahosting-server.de/html/joomla/libraries/src/Form/FormField.php on line 602

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 weeks ago #229371

Please update the Joomla Core again from the joomla update option.

0
R
Reinhard
Accepted Answer
3 weeks ago #229410

Dear Support-Team,

Given that I've already manually adjusted several CODE issues in amount numbers of files by myselfe, I'm a bit upset by this response. It seems that the CODE issues are varied and, unfortunately, still not fully resolved, meaning that a new update would require me to redo all the manual corrections I’ve already made. :-(

The only acceptable solution, therefore, is to provide me an error-free PHP file to replace the existing one. ...alfahosting-server.de/html/joomla/libraries/src/Form/FormField.php

Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 weeks ago #229510

This is not our file that you mentioned in your post. Do you have Akeeba backup of your site? Is it possible to share with me?

var/www/vhosts/h303680.web80.alfahosting-server.de/html/joomla/libraries/src/Form/FormField.php

0