AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method setAction from undeclared class \PHPWS_Form
Open

        $form->setAction('index.php?module=intern&action=addAffiliate');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('begin_date', 'Beginning Date');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('auto_renew', 'Auto-Renew');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

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

            $pager->db->addColumnRaw('fuzzy.*');
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method setClass from undeclared class \PHPWS_Form
Open

        $form->setClass('course_subj', 'form-control');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method addSelect from undeclared class \PHPWS_Form
Open

        $form->addSelect('department', $depts);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method mergeTemplate from undeclared class \PHPWS_Form
Open

        $form->mergeTemplate($tpl);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', NotifyUI::ERROR, "You do not have permission to edit student levels.");
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 allow from undeclared class \Current_User
Open

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

Call to method process from undeclared class \PHPWS_Template
Open

        \Layout::plug(\PHPWS_Template::process($tpl, 'intern', 'top.tpl'), 'NAV_LINKS');
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', 'distance_ed_register')){

Variable $last_name is undeclared
Open

    $llast = strtolower($last_name);
Severity: Minor
Found in contrib/createFakeStudents.php by phan

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

    $add['line1'] = "$box_number $road";
Severity: Info
Found in contrib/createFakeStudents.php by phan

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

    $values['level'] = $line[7]; //change to letter
Severity: Minor
Found in contrib/importInternships.php by phan

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

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

Reference to undeclared property \Exception->username
Open

        $e->username = $user->getUsername();
Severity: Minor
Found in index.php by phan

Reference to undeclared property \Exception->referrer
Open

            $e->referrer = 'None';
Severity: Minor
Found in index.php by phan

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

                    $row_result = call_user_func($this->toggle_function, $disp_row);
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language