By Ferdinand on Sunday, 30 September 2018
Posted in General
Replies 7
Likes 0
Views 809
Votes 0
Fatal error: Cannot use object of type stdClass as array in /plugins/system/officehelix3/officehelix3.php on line 143
Hi Ferdinand,

Can you try adding the following fix into the following file? https://www.screencast.com/t/dtbQjqzc
JoomlaFolder/plugins/system/officehelix3/officehelix3.php
[gist type="php"]
// Fix incompatiblity issue with joomla 3.8.10
if (is_object($data)) {
$data = (array) $data;
}
[/gist]For EasyDiscuss fix, can you edit the following file and remove this part? https://www.screencast.com/t/rnhFKkYl
JoomlaFolder/templates/office/html/com_easydiscuss/structure/default.php

Let us know whether you are still experiencing the issues after the fixes.
·
Monday, 01 October 2018 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Have you download and install it latest version? Currently it is known issues and we have fixed them on our latest version. Please give it a try and see how it goes.

If still persisted, it would be best if you can provide us with the back end and FTP access to your site to check on this issue. Please advice.
·
Sunday, 30 September 2018 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you tell me what exactly you changed? I tried changing the
$‘[...]’ to $...—>...;
This gave me new errors. There is some issue in the array formation of line 143
·
Sunday, 30 September 2018 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post