By Magnus Alber on Friday, 15 December 2017
Posted in General Issues
Likes 0
Views 680
Votes 0
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.
Looks like the code that is missing from the post.php file is still missing. I have added them for you, http://take.ms/hToKN
·
Saturday, 16 December 2017 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
I cant get it working again because i not now how to fix it.
Please help!
·
Friday, 15 December 2017 18:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Magnus,

I tried to login to the site with the provided login credentials, but unfortunately it isn't working for me here. Can you please include the back end and FTP access so that I can check on this for you?
·
Friday, 15 December 2017 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
i checked the login and now it should work: p
i inclouded the ftp access!

Thanks
·
Saturday, 16 December 2017 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot again

Perfect support!!!
·
Saturday, 16 December 2017 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Saturday, 16 December 2017 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post