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)

Flash Sale! Get 35% Off for everything on today, don't miss it. Coupon code: FLASHSALE35 Check it out
Flash Sale! Get 35% Off for everything on today, don't miss it. Coupon code: FLASHSALE35 Redeem Now