By Jim Gribble on Friday, 28 February 2014
Posted in General
Replies 9
Likes 0
Views 0.9K
Votes 0
At the new huntingplanit.com, In preparation for launch next week, we have error reporting turned up to maximum to discover all remaining issues. This error surfaces in the board homepage. Strict Standards: Non-static method DiscussHelper::getPostStatusAndTypes() should not be called statically, assuming $this from incompatible context in /home/huntinr2/public_html/components/com_easydiscuss/views/index/view.html.php on line 204 Strict Standards: Non-static method DiscussHelper::getPostStatusAndTypes() should not be called statically, assuming $this from incompatible context in /home/huntinr2/public_html/components/com_easydiscuss/views/index/view.html.php on line 204
It's not interfering with performance, at least materially that we can detect. But I thought you'd want to be aware of it; and I certainly welcome suggestions for code changes.
We have seen probably four similar errors with other software. I realize the problem might not be somewhat on our end also.
This is a Joomla 3.15 site and the click can be seen here.
https://huntingplanit.com/board-home/latest.html
Have no errors yet with EasyBlog or EasySocial. So, great job there.
Thanks!
-Jim G.
No, it's working again. But I swear it had stopped. It must have been another component that gave the system the jitters. My suspicion is, ACY Mailing, because I was just in the process of designing a newsletter.
All is well, please close ticket and thanks very much.
-Jim G.
·
Monday, 03 March 2014 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jim,

It is actually a syntax bug in our code which didn't affect your site. However, it is our responsibility to fix it. You might want to provide us your FTP access so we can fix it immediately. Please advise.
·
Friday, 28 February 2014 09:22
·
0 Likes
·
0 Votes
·
0 Comments
·
We sure are willing to do this ourselves if you just point out the syntax edit; have done so before. But yeah, you can probably fix it in a few seconds. I am e-mailing you sever access.
-Jim G.
·
Friday, 28 February 2014 23:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jim Gribble,

Sorry for late reply to this,
I have replied in your ticket, please have a check.
·
Saturday, 01 March 2014 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Arlex, works beautiful! Would you mind identifying what you changed? I am studying php and always want to learn more.
By the way, you guys can stop apologizing for the late reply. It is always prompt,
-Jim G.
·
Saturday, 01 March 2014 02:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jim,

You're welcome, actually that was known issues sample bug in the older version of Easydiscuss 3.1,
what i did for you is
...\components\com_easydiscuss\views\index\view.html.php

$posts = Discusshelper::getPostStatusAndTypes( $allPost );

Replace with

$posts = DiscussHelper::getPostStatusAndTypes( $allPost );


...\components\com_easydiscuss\helpers\helper.php

public function getPostStatusAndTypes( $posts = null)

Replace with

public static function getPostStatusAndTypes( $posts = null)


Hope this help.
·
Saturday, 01 March 2014 02:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there anything in what you did that would have caused the scroll bar (up and down) to stop working in the back end. I just went back to the site now and discovered this. Very strange. Scrolling works fine in front end of website. If you have any thoughts, I would be grateful. It just seems like whenever I fix something, something else gets unfixed.
-Jim G.
·
Monday, 03 March 2014 04:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jim,

I've go through your backend and seems like there is nothing wrong with the scroll bar. Did I miss anything? Please advise.
·
Monday, 03 March 2014 09:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jim,

You're welcome. Thanks for using our products.
·
Monday, 03 March 2014 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post