e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<div  class='area'>";

When fetching an array index from a value of type false|string, found an array index of type '\x40attributes', but expected the index to be of type int
Open

        $this->configName = $config['@attributes']['name'];

Argument 3 (default) is false but \e107::pref() takes null defined at /code/e107_handlers/e107_class.php:4016
Open

        $useThemeStyle = (bool) e107::pref('tinymce4', 'use_theme_style', false);

Reference to undeclared property \user_mailout->mail_read (Did you mean expr->mailRead)
Open

        $this->mail_read = 0;
Severity: Minor
Found in e107_plugins/user/e_mailout.php by phan

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

    public function select_close()
Severity: Minor
Found in e107_plugins/user/e_mailout.php by phan

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

            $themeOptions[] = $file;

Reference to undeclared constant \APP_PATH
Open

        $resource = proc_open($command, $descriptorSpec, $pipes, APP_PATH);

Argument 2 (content) is array|string but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

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

Class \tagcloud_menu defined at /code/e107_plugins/tagcloud/tagcloud_menu.php:33 was previously defined as Class \tagcloud_menu at /code/e107_plugins/tagcloud/e_menu.php:17
Open

    class tagcloud_menu

Variable $text is undeclared
Open

        return $text;

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

        $dayarray[$td] = array();
Severity: Info
Found in e107_plugins/user/e_dashboard.php by phan

Call to deprecated function \e_parse::html_truncate() defined at /code/e107_handlers/e_parse_class.php:1183
Open

                <td><a class='e-tip' href='".$val['user_location']."' title='".$val['user_location']."'>".$tp->html_truncate(basename($val['user_location']),50,"...")."</a></td>
Severity: Minor
Found in e107_plugins/user/e_dashboard.php by phan

Call to undeclared function \codecept_root_dir()
Open

    $absolute_config_path = codecept_root_dir() . '/' . $config_filename;
Severity: Critical
Found in e107_tests/lib/config.php by phan

Reference to undeclared property \TagCloud->orderBy
Open

    if (empty($this->orderBy)) {

Argument 1 (template) is null but \e_parse::simpleParse() takes string defined at /code/e107_handlers/e_parse_class.php:886
Open

                return $tp->simpleParse($this->template['item'], $var);

Call to undeclared method \tagcloud_menu::render
Open

    $text = $tag->render($parm);
Severity: Critical
Found in e107_plugins/tagcloud/tagcloud_menu.php by phan

Argument 2 (fname) is true but \e107::lan() takes string defined at /code/e107_handlers/e107_class.php:3987
Open

$result = e107::lan('tinymce4', true);
Severity: Minor
Found in e107_plugins/tinymce4/admin_config.php by phan

Argument 4 (options) is array{label:string} but \e_form::radio() takes null defined at /code/e107_handlers/form_handler.php:2942
Open

            $butSelect .= $frm->radio('buttonType', $type, false, array('label'=>$label));

Variable $text is undeclared
Open

        return $text;      

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

                $text .= "<a href='#' class='bbcodeSelect' style='cursor:pointer'>[".$bb."][/".$bb."]</a>";
Severity
Category
Status
Source
Language