By Norman Schaal on Monday, 16 December 2013
Posted in Technical Issues
Likes 0
Views 1.2K
Votes 0
Hello,

I have set a new page, database and Easyblog istalliert. Home up to now the front end many of these error messages. ???

Strict Standards: Non-static method EasyBlogHelper::strip_only() should not be called statically in /home/steinade/public_html/04_schuetzen/components/com_easyblog/helpers/helper.php on line 1127

Strict Standards: Non-static method EasyBlogHelper::strip_only() should not be called statically in /home/steinade/public_html/04_schuetzen/components/com_easyblog/helpers/helper.php on line 1128
Hello Norman,

So sorry for the delay in getting back to you. Please go to the file,

JOOMLA/components/com_easyblog/helpers/helper.php

and change the codes in line 1033 from
function strip_only($str, $tags, $stripContent = false)

to
static function strip_only($str, $tags, $stripContent = false)

Hope this helps.

Thanks!
·
Monday, 16 December 2013 02:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the quick help!
·
Monday, 16 December 2013 02:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Norman,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Monday, 16 December 2013 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post