Helix Menu problem - 'Cannot use object of type stdClass as array'

Category: | Tag:

Download this plugin and install it, this will solve the issue.

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.

Copyright © 2024 Siam Naulak.
magnifiercrossmenu