e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php
Variable $opts
was undeclared, but array fields are being added to it. Open
Open
$opts[] = "<a class='page-link' data-toggle='tooltip' data-bs-toggle='tooltip' title=\"" . $title . "\" href='{$url}'>{$aa}</a>";
- Exclude checks
Argument 2 (vals)
is 1
but \e_parse::lanVars()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3842
Open
Open
$title = $tp->lanVars(LAN_GOTOPAGEX, $aa);
- Exclude checks
Argument 1 (datestamp)
is string
but \convert::convert_date()
takes int
defined at /code/e107_handlers/date_handler.php:145
Open
Open
$lp_date = $this->gen->convert_date($tmp[0], 'forum');
- Exclude checks
Argument 4 (options)
is 'full'
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$text .= "\n<option value='" . e107::url('forum', 'forum', $val, 'full') . "'>" . $val['forum_name'] . "</option>";
- Exclude checks
Variable $temp
was undeclared, but array fields are being added to it. Open
Open
$temp['thread_sef'] = eHelper::title2sef($this->var['thread_name'], 'dashl');
- Exclude checks
Argument 1 (older_date)
is string
but \convert::computeLapse()
takes int
defined at /code/e107_handlers/date_handler.php:601
Open
Open
return ($caller == 'sc_sub_lastpostuser' ? $lp_name : ($caller == 'sc_sub_lastpostdate' ? $this->gen->computeLapse($tmp[0], time(), false, false, 'short') : ($caller == 'sc_sub_lastpost' ? $lp_date . '<br />' . $lp_name . ' ' . $lp_thread : '')));
- Exclude checks
Argument 1 (parm)
is 'url'
but \plugin_forum_viewforum_shortcodes::sc_threadname()
takes null
defined at /code/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php:805
Open
Open
return $this->sc_threadname('url');
- Exclude checks
Argument 2 (vals)
is float|int
but \e_parse::lanVars()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3842
Open
Open
$title = $tp->lanVars(LAN_GOTOPAGEX, $aa);
- Exclude checks
Argument 2 (vals)
is 1
but \e_parse::lanVars()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3842
Open
Open
$title = $tp->lanVars(LAN_GOTOPAGEX, $aa);
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$thread_thread = $tp->text_truncate($thread_thread, $tip_length, $menu_pref['newforumposts_postfix']); // Doesn't split entities
- Exclude checks
Variable $temp
was undeclared, but array fields are being added to it. Open
Open
$temp['thread_sef'] = eHelper::title2sef($this->var['thread_name'], 'dashl');
- Exclude checks
Argument 1 (parm)
is 'title'
but \plugin_forum_viewforum_shortcodes::sc_threadname()
takes null
defined at /code/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php:805
Open
Open
return $this->sc_threadname('title');
- Exclude checks
Variable $opts
was undeclared, but array fields are being added to it. Open
Open
$opts[] = "<a class='page-link' data-toggle='tooltip' data-bs-toggle='tooltip' title=\"" . $title . "\" href='{$url}'>{$aa}</a>";
- Exclude checks