AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', NotifyUI::WARNING,
Severity: Critical
Found in class/UI/ResultsUI.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $pager->db->addJOIN('LEFT OUTER', 'fuzzy', 'intern_department',
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method setMaxSize from undeclared class \PHPWS_Form
Open

        $form->setMaxSize('course_sect', 4);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method isDeity from undeclared class \Current_User
Open

        if(\Current_User::isDeity()){
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method allow from undeclared class \Current_User
Open

        if(!\Current_User::allow('intern', 'edit_level')){
Severity: Critical
Found in class/UI/StudentLevelUI.php by phan

Call to method getAuthorization from undeclared class \Current_User
Open

        $auth = \Current_User::getAuthorization();
Severity: Critical
Found in class/UI/TopUI.php by phan

Call to method allow from undeclared class \Current_User
Open

        if(\Current_User::allow('intern', 'edit_dept')){
Severity: Critical
Found in class/UI/TopUI.php by phan

Call to method secureLink from undeclared class \PHPWS_Text
Open

            $adminOptions['ADMIN_SETTINGS']      = \PHPWS_Text::secureLink('Admin Settings','intern',array('action' => 'showAdminSettings'));
Severity: Critical
Found in class/UI/TopUI.php by phan

Argument 1 (termCode) is int but \Intern\TermFactory::getTermByTermCode() takes string defined at /code/class/TermFactory.php:32
Open

        $term = TermFactory::getTermByTermCode($i->getTerm());

Reference to undeclared constant \PHPWS_DSN
Open

    $dsn = PHPWS_DSN;
Severity: Minor
Found in contrib/createFakeStudents.php by phan

Argument 2 (max) is float but \mt_rand() takes int
Open

    $unix_dob = time() - mt_rand($low_range, $high_range);
Severity: Minor
Found in contrib/createFakeStudents.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['country'] = $line[7];
Severity: Minor
Found in contrib/importSubHost.php by phan

Call to method reroute from undeclared class \PHPWS_Core
Open

    \PHPWS_Core::reroute('../secure');
Severity: Critical
Found in index.php by phan

Call to method setSize from undeclared class \PHPWS_Form
Open

        $form->setSize('pager_c_search', 20);
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method newDB from undeclared class \phpws2\Database
Open

        $db = Database::newDB();
Severity: Critical
Found in class/SupervisorFactory.php by phan

Reference to undeclared property \Intern\SubselectPager->table
Open

        $_SESSION['DBPager_Last_View'][$this->table] = PHPWS_Core::getCurrentUrl();
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method __construct from undeclared class \PHPWS_Form
Open

        $form = new \PHPWS_Form('add_affil');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method plugIn from undeclared class \PHPWS_Form
Open

            $form->plugIn($_GET);
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method isDeity from undeclared class \Current_User
Open

        if (\Current_User::isDeity()) {
Severity: Critical
Found in class/UI/InternMenu.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        $content = \PHPWS_Template::process($tags, 'intern', 'notification.tpl');
Severity: Critical
Found in class/UI/NotifyUI.php by phan
Severity
Category
Status
Source
Language