e107_plugins/forum/shortcodes/batch/post_shortcodes.php
Invalid offset "thread_id"
of array type array{}
Open
Open
$tmp = $this->forum->postGet($this->threadInfo['thread_id'], $start, $num);
- Exclude checks
Invalid offset "thread_total_replies"
of array type array{}
Open
Open
$num = isset($this->threadInfo['thread_total_replies']) ? min($this->threadInfo['thread_total_replies'], $parm) : 0;
- Exclude checks
Invalid offset "thread_id"
of array type array{}
Open
Open
$tmp = $this->forum->postGet($this->threadInfo['thread_id'], 0, 1);
- Exclude checks
Call with 2 arg(s) to \e_parse::toText()
which only takes 1 arg(s) defined at /code/e107_handlers/e_parse_class.php:2158
Open
Open
$text = $tp->toText("[quote={$quoteName}]\n".$post."\n[/quote]\n",true);
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if (is_object($this->forum) && $this->forum->prefs->get('attach') && (check_class($uploadClass) || getperms('0')))
- Exclude checks
Invalid offset "thread_total_replies"
of array type array{}
Open
Open
$start = isset($this->threadInfo['thread_total_replies']) ? max($this->threadInfo['thread_total_replies'] - $parm, 0) : 0;
- Exclude checks
Invalid operator: left operand of -
is null
(expected number) Open
Open
$start = isset($this->threadInfo['thread_total_replies']) ? max($this->threadInfo['thread_total_replies'] - $parm, 0) : 0;
- Exclude checks
Invalid offset "breadcrumb"
of array type array{}
Open
Open
return $_tmp['breadcrumb'];
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(is_object($this->forum) && $this->forum->prefs->get('attach') && (check_class($pref['upload_class']) || getperms('0')))
- Exclude checks