By Gurdip on Wednesday, 06 August 2014
Posted in Technical Issues
Replies 20
Likes 0
Views 612
Votes 0
i'm using EasyDiscuss version: 3.2.9505 Joomla 3.3.3.

the EasyDiscuss - Most Replies Discussion Module was working until i upgraded to the above version.

now it shows a message 'No data yet'.

please help. thanks.
It's in the file that Arlex posted above at line 771,


$$this->_data = $this->_getList($query, 0 , $limit);


Was replaced with,


$this->_data = $this->_getList($query, 0 , $limit);
·
Tuesday, 16 September 2014 14:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gurdip,

I am sorry for the late reply.
I have fix this issue on your site. Please have a look. Here my screenshot: http://screencast.com/t/eUjrU5Kv .

Hope this will help.
Thanks.
·
Wednesday, 06 August 2014 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you, it's working fine now.

but can you share with me how you fixed it?

thank you again.
·
Wednesday, 06 August 2014 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gurdip,

Actually this module is call a function which returning null value. The module do checking and found null then return no data yet. So, I just replace the calling function with the latest function and the issue resolved. This function is in: \components\com_easydiscuss\helpers\helper.php .

public static function getModel( $name , $backend = false ){
static $model = array();
$key = $backend ? 'backend' : 'frontend';
if( !isset( $model[ $name . $key ] ) ){
$file = JString::strtolower( $name );
if( $backend ){
$path = JPATH_ROOT . '/administrator/components/com_easydiscuss/models/' . $file . '.php';
}else{
$path = DISCUSS_MODELS . '/' . $file . '.php';
}
jimport('joomla.filesystem.path');
if( !JFile::exists( $path )){
JError::raiseWarning( 0, 'Model file not found.' );
}
$modelClass = 'EasyDiscussModel' . ucfirst( $name );

if( !class_exists( $modelClass ) ){
require_once( $path );
}
$model[ $name . $key ] = new $modelClass();
}
return $model[ $name . $key ];
}


Hope this will help.
Thanks.
·
Wednesday, 06 August 2014 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you, appreciate this very much.
·
Thursday, 07 August 2014 03:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gurdip,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Thursday, 07 August 2014 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
The "No data yet" error came back after I upgraded to Easydiscuss Version: 3.2.9534.

I tried copying the code that Mohd Yasser posted above into the helper.php, but it still doesn't work.

Please help. I've provided admin access.

Once done, please also indicate how you solved it. Thank you.
·
Monday, 15 September 2014 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gurdip Singh ,

Sorry for late reply to this,
Thanks for reporting on this, I have applied the fix in your site ( JoomlaFolder\components\com_easydiscuss\models\posts.php ), it seems like our typo mistake, this fix will be including in next release.
·
Tuesday, 16 September 2014 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex,

Is it possible for you to indicate where exactly the typo is? Thank you.
·
Tuesday, 16 September 2014 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark.

Much appreciated.
·
Tuesday, 16 September 2014 15:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 16 September 2014 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm facing similar issues i deleted the extra $ from models->post.php, but the reply count is 0

Is there an update to easy discuss i'm on Version 3.2.9534
·
Tuesday, 14 October 2014 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sunny,

Can you provide us with backend access and FTP access so that we can help you check on the issue.

Please be advise.
Thanks.
·
Tuesday, 14 October 2014 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Sunny,

Can you provide us with your Joomla backend and FTP access so we can better have a look?
I would personally prefer that you start a new thread instead.
·
Tuesday, 14 October 2014 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry I still need some time to go online, i'll add this to my pending list and come back to this thread once online.

But just in case i'm pasting two jpgs - one is showing the number of replies in component part and other is the module screenshot which is showing 0 replies.
·
Tuesday, 14 October 2014 19:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sunny,

Thanks for providing us with screenshot. By the way, have you tried my solution here? . If you have put this solution in your site but the issue is still persist, we need to debug the issue in your site. You can contact us again after your site is already online and it is best for you to create a new thread. This may reduce the confusion.

Please be advise.
Thanks.
·
Tuesday, 14 October 2014 19:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nik,

Yes i tried that, I'll open a new thread once i'm online.

Secondly i think the free module package for easy discuss needs updating as there are a lot of references to fontawesome old files (media foundry 2.1) in style.css

regards
Sunny
·
Tuesday, 14 October 2014 20:05
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Sunny,

Okay, keep us updated then. May i know which module you noticed this? Please advise.
·
Tuesday, 14 October 2014 22:34
·
0 Likes
·
0 Votes
·
0 Comments
·
All EasyDiscuss Modules (A collection of modules for EasyDiscuss. You will need to extract the archive first) --> http://stackideas.com/downloads/modules

http://stackideas.com/component/billings/?controller=download&task=download&tmpl=component&joomla=1.5&mode=free&extension=easydiscuss_modules_unzip_first

Pick up any module from the archive, go to style.css
@font-face {
font-family: 'FontAwesome';
src: url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.eot');
src: url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.woff') format('woff'), url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.ttf') format('truetype'), url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;


In my site the templates loads fontawesome, so i deleted all fontawesome references. But for others the reference to foundry 2.1 might be an issue.

regards
·
Wednesday, 15 October 2014 14:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sunny,

I am sorry for the delay of this reply.

Regarding the css file still pointing to old foundry 2.1 version, you will need to 'recompile' your modules the css files so that the path will point to correct foundry version. To do this, go to your EasyDiscuss backend under settings -> layouts -> general and under 'Theme' section, select 'module' in setting 'Test compile stylesheet' and click on 'test compile' button. Please see http://screencast.com/t/aziyIEgEbZ

Let me know if this method fixed your foundry version in your module css file or not.

Hope this help and have a nice day
Sam
·
Wednesday, 15 October 2014 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post