e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

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

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

                $themecount[$file] = 0;
Severity: Info
Found in e107_plugins/user/usertheme_menu.php by phan

Reference to undeclared constant \APP_PATH
Open

        $app_archive = self::archive_app(APP_PATH, $this->run_id);

Call to deprecated function \e107::getDateConvert() defined at /code/e107_handlers/e107_class.php:1948
Open

                <td class='nowrap'>".e107::getDateConvert()->convert_date($val['user_currentvisit'],'%H:%M:%S')."</td>
Severity: Minor
Found in e107_plugins/user/e_dashboard.php by phan

Argument 1 (userClassId) is int but \e_system_user::removeClass() takes null defined at /code/e107_handlers/user_model.php:1398
Open

            return e107::getSystemUser($uid)->removeClass($ucl); // best way to remove userclass from user.
Severity: Minor
Found in e107_plugins/user/e_mailout.php by phan

Reference to undeclared property \user_mailout->mail_count (Did you mean expr->mailCount)
Open

            return $this->mail_count;
Severity: Minor
Found in e107_plugins/user/e_mailout.php by phan

Method \user_mailout::select_close is declared to return \none but has no return value
Open

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

Reference to undeclared constant \APP_PATH
Open

        if (file_exists(APP_PATH."/$relative_path"))

Reference to undeclared constant \APP_PATH
Open

            unlink(APP_PATH."/$relative_path");

Reference to instance property user from undeclared class \cpanelAPI
Open

        $prefix = $cPanel->user."_".self::TEST_PREFIX;

Reference to undeclared property \tagcloud_menu->template
Open

$caption = e107::getParser()->simpleParse($tag->template['caption'], $var);

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

            $text .= '<li><i class="'.$ic.'"></i> '.$ic.'</li>';

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

            if(getperms('0'))

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

                $themelist[] = $file;
Severity: Info
Found in e107_plugins/user/usertheme_menu.php by phan

Call to method __construct from undeclared class \cpanelAPI
Open

        $this->cPanel = $cPanel = new cpanelAPI($username, $password, $hostname);

Reference to instance property uapi from undeclared class \cpanelAPI
Open

        $domains_data = $cPanel->uapi->DomainInfo->domains_data();

Reference to instance property uapi from undeclared class \cpanelAPI
Open

        $acceptance_tests_apiresponse = $cPanel->uapi->Fileman->get_file_content(['dir' => $homedir, 'file' => 'acceptance_tests.status.txt']);

Reference to instance property uapi from undeclared class \cpanelAPI
Open

        $target_files_apiresponse = $cPanel->uapi->Fileman->list_files(['dir' => self::TARGET_RELPATH]);

Reference to instance property uapi from undeclared class \cpanelAPI
Open

            $cPanel->uapi->Mysql->delete_host(['host' => '%']);

Reference to instance property api2 from undeclared class \cpanelAPI
Open

        $remote_hosts = $cPanel->api2->MysqlFE->gethosts()->{'cpanelresult'}->{'data'};
Severity
Category
Status
Source
Language