Hi everyone!

Today, Joomla! 3.8.10 just released and some customers got problem with Helix menu after updated. Error message like this “Cannot use object of type stdClass as array“.

We checked and created patch update for Helix system plugin, you can download it at here.

After download, just install it via Admin > Extension > Manage > Install, and recheck.

—–

You also can fix it by open the following file ‘/plugins/system/helix3/helix3.php’, go o line 49 you will see PHP code

JForm::addFormPath(JPATH_PLUGINS.’/system/helix3/params’);

just replace it to

JForm::addFormPath(JPATH_PLUGINS.’/system/helix3/params’);
if (is_object($data)) {
$data = (array)$data;
}

Save and recheck.

If you still have problem after apply this patch fix, please feel free to submit ticket support or let us know by leave your comments.

Thank you!

From L.THEME Support team

 

5/5 - (15 votes)
Kelvin

Summer Sale Grab 50% Off for everything on today, don't miss it. Coupon code: SUMMER2024 Redeem Now
Summer Sale Grab 50% Off for everything on today, don't miss it. Coupon code: SUMMER2024 Redeem Now