Showing 6,974 of 6,975 total issues
Variable $text
is undeclared Open
Open
$ns->tablerender($caption, $mes->render() . $text);
- Exclude checks
Function admin_config_adminmenu
defined at /code/e107_plugins/newsletter/admin_config.php:729
was previously defined at /code/e107_plugins/poll/admin_config.php:230
Open
Open
function admin_config_adminmenu()
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$lslist = $sql->db_getList();
- Exclude checks
Argument #1 of this call to \str_replace
is typically a literal or constant but isn't, but argument #3 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
$message = str_replace($srch,$repl, LAN_ONLINE_TRACKING_MESSAGE);
- Exclude checks
Returning type null
but sc_book_chapters()
is declared to return string
Open
Open
return null;
- Exclude checks
Returning type null
but sc_book_chapters()
is declared to return string
Open
Open
return null;
- Exclude checks
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
$chaps = $sql->retrieve("SELECT * FROM #page_chapters WHERE chapter_parent !=0 ORDER BY chapter_order ASC" , true);
- Exclude checks
Variable $parm
is undeclared Open
Open
$parm = eHelper::scParams($parm);
- Exclude checks
Argument 3 (subject)
is 255
but \str_replace()
takes array|string
Open
Open
$nobody_regexp = "'(^|,)(" . str_replace(",", "|", e_UC_NOBODY) . ")(,|$)'";
- Exclude checks
Variable $NEWS_GRID_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$NEWS_GRID_TEMPLATE['col-md-6']['start'] = '<div class="row news-grid-default news-menu-grid gx-3">';
- Exclude checks
Reference to instance property channel
from undeclared class \MagpieRSS
Open
Open
$temp['channel'] = $rss->channel;
- Exclude checks
Argument 2 (value)
is array|null|string|string[]
but \e_form::number()
takes int
defined at /code/e107_handlers/form_handler.php:925
Open
Open
<td>".$frm->number('newsletter_', $newsletter_issue, '200')."</td>
- Exclude checks
Default value for string
$selectVals
can't be false
Open
Open
public function selectInit($selectVals = FALSE)
- Exclude checks
Assigning \e_core_pref|\e_plugin_pref
to property but \online_shortcodes->memberInfo
is array{}
Open
Open
$this->memberInfo = e107::getConfig('history');
- Exclude checks
Call to deprecated function \e107::getDateConvert()
defined at /code/e107_handlers/e107_class.php:1948
Open
Open
$this->gen = e107::getDateConvert();
- Exclude checks
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('page', null, 'cpage');
- Exclude checks
Returning type null
but sc_book_chapters()
is declared to return string
Open
Open
return null;
- Exclude checks
Argument 2 (parseBB)
is ''
but \e_parse::toHTML()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:1532
Open
Open
'link_name' => $tp->toHTML($row['chapter_name'],'','TITLE'),
- Exclude checks
Variable $limitList
was undeclared, but array fields are being added to it. Open
Open
$limitList[$row['limit_classnum']] = $row;
- Exclude checks
Reference to undeclared property \private_msg_ui->sql
Open
Open
$results[E_MESSAGE_ERROR][$start] = str_replace(array('[y]', '[z]'), array($this->sql->getLastErrorNum, $this->sql->getLastErrorText), ADLAN_PM_70);
- Exclude checks