ErrorException[ 8192 ]: Non-static method FeedCreator::iTrunc() should not be called statically, assuming $this from incompatible context

/usr/share/nginx/ext/platform/lib/inc/keke_rss_class.php[ 39 ]

34 			$result="";
35 		}    elseif($this->syndicateHtml){
36 			$result="<![CDATA[".$this->rawFieldContent."]]>";
37 		}else{
38 			if($this->truncSize and is_int($this->truncSize)){
39 				$result=FeedCreator::iTrunc(htmlspecialchars($this->rawFieldContent),$this->truncSize);
40 			}else{
41 				$result=htmlspecialchars($this->rawFieldContent);
42 			}
43 		}
44 		return $result;
  1. /usr/share/nginx/ext/platform/index.php [ 142 ] » require ( arguments )

  2. /usr/share/nginx/ext/platform/control/rss.php [ 31 ] » keke_rss_class->saveFeed ( arguments )

  3. /usr/share/nginx/ext/platform/lib/inc/keke_rss_class.php [ 76 ] » FeedCreator->saveFeed ( arguments )

  4. /usr/share/nginx/ext/platform/lib/inc/keke_rss_class.php [ 163 ] » RSSCreator091->createFeed ( )

  5. /usr/share/nginx/ext/platform/lib/inc/keke_rss_class.php [ 313 ] » HtmlDescribable->getDescription ( )

  6. /usr/share/nginx/ext/platform/lib/inc/keke_rss_class.php [ 21 ] » FeedHtmlField->output ( )

  7. /usr/share/nginx/ext/platform/lib/inc/keke_rss_class.php [ 39 ] » keke_core_class::error_handler ( arguments )

Environment