AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('name', 'Affiliate Name');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method getCurrentUrl from undeclared class \PHPWS_Core
Open

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

Call to method __construct from undeclared class \PHPWS_DB
Open

            $db = new \PHPWS_DB('intern_internship');
Severity: Critical
Found in class/UI/InternMenu.php by phan

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

            unset($_SESSION['DB_Cache'][$this->module][$this->template]);
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method popAll from undeclared class \NQ
Open

        $notifications = \NQ::popAll('intern');
Severity: Critical
Found in class/UI/NotifyUI.php by phan

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

        if (is_null($pager->display_rows) || sizeof($pager->display_rows) == 0) {
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method addHidden from undeclared class \PHPWS_Form
Open

        $form->addHidden($values);
Severity: Critical
Found in class/SubselectPager.php by phan

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

        $this->cache_queries = (bool) $cache;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method linkAddress from undeclared class \PHPWS_Text
Open

        $pageTags['BACK_LINK_URI'] = \PHPWS_Text::linkAddress('intern',
Severity: Critical
Found in class/UI/ResultsUI.php by phan

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

        if ($this->clear_button) {
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::WARNING, 'You do not have permission to add Affiliate Agreements.');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method addButton from undeclared class \PHPWS_Form
Open

            $form->addButton('clear', _('Clear'));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method mergeTemplate from undeclared class \PHPWS_Form
Open

        $form->mergeTemplate($tpl);
Severity: Critical
Found in class/UI/AddAgreementUI.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

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

                $result = call_user_func(array($foo, $this->report_row));
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method getTemplate from undeclared class \PHPWS_Form
Open

        $v = \PHPWS_Template::process($form->getTemplate(), 'intern', 'addAffiliate.tpl');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

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

                $result = call_user_func($this->report_row, $foo);
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method initModClass from undeclared class \PHPWS_Core
Open

\PHPWS_Core::initModClass('notification', 'NQ.php');
Severity: Critical
Found in class/UI/NotifyUI.php by phan

Call to method secureLink from undeclared class \PHPWS_Text
Open

            $adminOptions['EDIT_DEPARTMENTS_LINK'] = \PHPWS_Text::secureLink('Edit Departments','intern',array('action' => 'showEditDept'));
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', 'affiliation_agreement')){
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan
Severity
Category
Status
Source
Language