e107_handlers/news_class.php
Argument 2 (str)
is null
but \explode()
takes string
Open
Open
$tmp = explode('|', $parm, 2);
- Exclude checks
Call to undeclared method \e_object::setCacheString
Open
Open
$this->setParam('model_class', 'e_news_category_item')
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
if (isset($logData['news_extended'])) $logData['news_extended'] = $tp->text_truncate($tp->toDB($logData['news_extended']),300,'...');
- Exclude checks
Returning type null
but render()
is declared to return string
Open
Open
return e107::getRender()->tablerender($caption, $ret, varset($parms['mode'], $mod), $return);
- Exclude checks
Argument 3 (subject)
is 255
but \str_replace()
takes array|string
Open
Open
$nobody_regexp = "'(^|,)(".str_replace(",", "|", e_UC_NOBODY).")(,|$)'";
- Exclude checks
Call to undeclared method \e_object::setCacheString
Open
Open
$this->setParam('model_class', 'e_news_category_item')
- Exclude checks
Argument 3 (subject)
is 255
but \str_replace()
takes array|string
Open
Open
$nobody_regexp = "'(^|,)(".str_replace(",", "|", e_UC_NOBODY).")(,|$)'";
- Exclude checks
Call to undeclared function \news_list()
Open
Open
$NEWS_PARSE = news_list($news);
- Exclude checks
Reference to undeclared constant \BULLET
Open
Open
$bullet = defined('BULLET') ? THEME_ABS.'images/'.BULLET : THEME_ABS.'images/bullet2.gif';
- Exclude checks
Call to undeclared function \news_style()
Open
Open
$NEWS_PARSE = news_style($news, $action, $param);
- Exclude checks
Reference to undeclared constant \BULLET
Open
Open
$bullet = defined('BULLET') ? THEME_ABS.'images/'.BULLET : THEME_ABS.'images/bullet2.gif';
- Exclude checks
Assigning null
to property but \e_news_tree->_cache_string
is string
Open
Open
$this->_cache_string = null; // disable sys cache, otherwise we get a new cache file every time the time() changes.
- Exclude checks
Argument 3 (subject)
is 255
but \str_replace()
takes array|string
Open
Open
$nobody_regexp = "'(^|,)(".str_replace(",", "|", e_UC_NOBODY).")(,|$)'";
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
if (isset($logData['news_body'])) $logData['news_body'] = $tp->text_truncate($tp->toDB($logData['news_body']),300,'...');
- Exclude checks
Returning type null
but render()
is declared to return string
Open
Open
return e107::getRender()->tablerender($caption, $ret, varset($parms['mode'], $mod), $return);
- Exclude checks