e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Variable $ns is undeclared
Open

    $ns->tablerender(LAN_ERROR, RSS_LAN_ERROR_1);
Severity: Minor
Found in e107_plugins/rss_menu/rss.php by phan

Variable $news_thumbail is undeclared (Did you mean $news_thumbnail)
Open

                            unset($news_thumbail);
Severity: Minor
Found in e107_plugins/rss_menu/rss.php by phan

Call to undeclared method \e_shortcode::sc_pm_nav
Open

        return $sc->sc_pm_nav($parm);;
Severity: Critical
Found in e107_plugins/signin/signin_shortcodes.php by phan

Argument 1 (name) is 'og:description' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

                e107::meta('og:description', $description);
Severity: Minor
Found in e107_plugins/social/e_event.php by phan

Argument 1 (name) is 'twitter:description' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

                e107::meta('twitter:description', $description);
Severity: Minor
Found in e107_plugins/social/e_event.php by phan

Call to undeclared method \e_shortcode::sc_signup_xup_login
Open

        $text .= $sc->sc_signup_xup_login($parm);
Severity: Critical
Found in e107_plugins/social/e_shortcode.php by phan

Reference to instance property items from undeclared class \MagpieRSS
Open

                        $temp['items'] = $rss->items;        // Unlimited items

Variable $ret was undeclared, but array fields are being added to it.
Open

            $ret['title'] = (!empty($NEWSFEED_MENU_CAPTION)) ? $NEWSFEED_MENU_CAPTION : '';

Variable $mailout is undeclared
Open

        $mail_style .= "<div><b>{$mailout['mail_subject']}<br />[ ".NLLAN_12." ".$newsletterInfo['newsletter_issue']." ]</b></div><br /><br />";

Call to method get on non-class type array{}
Open

        return $this->gen->convert_date($this->memberInfo->get('most_online_datestamp'), $parm);
Severity: Critical
Found in e107_plugins/online/online_shortcodes.php by phan

Variable $ONLINE_MENU_WRAPPER was undeclared, but array fields are being added to it.
Open

$ONLINE_MENU_WRAPPER['default']['ONLINE_GUESTS']                   = "<li class='list-group-item'>".LAN_ONLINE_1."{---}</li>";

Argument 2 (fields) is true but \e_db::retrieve() takes string defined at /code/e107_handlers/e_db_interface.php:153
Open

        $books = $sql->retrieve("SELECT * FROM #page_chapters WHERE chapter_parent =0 ORDER BY chapter_order ASC" , true);
Severity: Minor
Found in e107_plugins/page/e_sitelink.php by phan

Argument 2 (fields) is true but \e_db::retrieve() takes string defined at /code/e107_handlers/e_db_interface.php:153
Open

        $pages = $sql->retrieve($query, true);
Severity: Minor
Found in e107_plugins/page/e_sitelink.php by phan

Argument 2 (checked_enabled) is '' but \e_form::radio_switch() takes bool|false defined at /code/e107_handlers/form_handler.php:3024
Open

                <td>".$frm->radio_switch('pm_maint_rec', '', LAN_YES, LAN_NO)."</td>
Severity: Minor
Found in e107_plugins/pm/admin_config.php by phan

Argument 2 (replace) is false|int but \str_replace() takes array|string
Open

                    $results[E_MESSAGE_SUCCESS][$start] = str_replace('[x]', $res, ADLAN_PM_69);
Severity: Minor
Found in e107_plugins/pm/admin_config.php by phan

Returning type void but logLine() is declared to return \none
Open

        if ($this->logRequirement == 0) return;
Severity: Minor
Found in e107_plugins/pm/e_cron.php by phan

Call to undeclared method \e_db::escape
Open

            $where = "user_name LIKE '".$sql->escape($var, FALSE)."'";
Severity: Critical
Found in e107_plugins/pm/pm_class.php by phan

Return type of send_file() is undeclared type \none
Open

    function send_file($pmid, $filenum)
Severity: Minor
Found in e107_plugins/pm/pm_class.php by phan

Variable $limitList was undeclared, but array fields are being added to it.
Open

            $limitList[$row['limit_classnum']] = $row;
Severity: Info
Found in e107_plugins/pm/pm_conf.php by phan

Argument 2 (checked_enabled) is '' but \e_form::radio_switch() takes bool|false defined at /code/e107_handlers/form_handler.php:3024
Open

        <td>".$frm->radio_switch('pm_maint_rec', '', LAN_YES, LAN_NO)."</td>
Severity: Minor
Found in e107_plugins/pm/pm_conf.php by phan
Severity
Category
Status
Source
Language