By Marc on Sunday, 05 August 2018
Posted in General
Replies 4
Likes 0
Views 868
Votes 0
Has Office been updated yet for Joomla 3.8.10 / 11
Helix has a bug which was fixed in the latest version but Office seems to still running the older Helix version.
So when you upgrade, you can no longer view or edit menu items in the Administration system.

A quick fix is simply to add the following after line 136


JForm::addFormPath(JPATH_PLUGINS . '/system/officehelix3/params');
// Helix fix for Joomla 3.8.10
if (is_object($data)) {
$data = (array)$data;
}
// End Fix


However, i'm sure we would all prefer an official Stackideas fix/update for this
Thanks for reported, I will log this into our issue tracker.
·
Monday, 06 August 2018 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Which file?
·
Tuesday, 04 September 2018 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
It's here;

plugins/system/officehelix3/officehelix3.php
·
Tuesday, 04 September 2018 22:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks getting back to us you already found the correct file path.

By the way, whoever hitting this issue, you can download my attached file and replace into this file location.

JoomlaFolder/plugins/system/officehelix3/officehelix3.php
·
Wednesday, 05 September 2018 10:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post