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
- Best MacBook Apps for Students and Professionals - November 5, 2024
- 3Next-Level Features That Will Help Boost Your Ecommerce Website - October 30, 2024
- Diving Into the Top 11 WordPress Table Plugins - August 28, 2024
Hi
Disable: System – Extra Menu Params
and add this code:
if (is_object($data)) {
$data = (array)$data;
}
on
plugins/system/helix3/helix3.php’, go o line 49 you will see PHP code
Thank you for another easier solution bro 🙂
Gracias por la solución !!! Saludes desde Barranquilla – Colombia
You’re welcome!
Gracias!
Saludos desde Brasil.
Glad it helps 🙂
Excelente
Glad to help 🙂
Buenísimo!!! Muchas Gracias!!
You/re welcome!
Thanks a lot. It took me 3 days try to understand and scratch the web as im new to Joomla and able to update it..
Hi,
Glad to help 🙂
Thank you, thank you, thank you. I had been searching and searching for how to do this — and your code fixed everything in 20 seconds. Take a bow!
Glad to hear about that 🙂
If you need Joomla templates, consider our products http://ltheme.com/joomla-templates/
Great Job!
Thank you!
Thanx!
You’re welcome!
Muito obrigado pela força, resolveu meu problema
You’re welcome!
If you’re looking for new Joomla templates for next project, consider our list http://ltheme.com/joomla-templates/
Thank You. Its help me today and I save more time. Its realy work and with Joomla 3.9.4 too
Glad to hear about that.
0 Cannot use object of type stdClass as array from Edit menu
Just backup template options by export it, then uninstall theme and reinstall it, then restore template options.
0 Cannot use object of type stdClass as array when editing menu… I also have Helix Ultimate installed with the theme Newsline..
Please export template settings, uninstall helix, reinstall latest and re-import it.