Hi there again,
after update our easydiscuss is not working. We had the problem last time also.
Mr Wong was helping us

, here is our last conversation:
Arlex Wong
5:49 PM Tuesday, 05 December 2017 # 6
Thanks, I can access your site now.
May i know do you have customise on this file in previously?
JoomlaFolder/administrator/components/com_easydiscuss/includes/post/post.php
Because based on what i checked, it seems like you missed up this method code from this post.php
/**
* Determines if this post's got accepted reply as answer
*
* @since 4.0
* @access public
*/
public function isPostReplyAccepted()
{
$state = ED::table('thread')->getThreadAnswered($this->post->id);
return $state;
}
view raw
snippet.php hosted with ❤ by GitHub
I already help you applied these code into that post.php file, it should work fine now.