Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many PHP Notices on Organizations index page. #355

Closed
t4k opened this issue Jan 31, 2018 · 1 comment
Closed

Many PHP Notices on Organizations index page. #355

t4k opened this issue Jan 31, 2018 · 1 comment
Assignees
Labels
bug This is a bug (not an enhancement)

Comments

@t4k
Copy link
Contributor

t4k commented Jan 31, 2018

Mostly they are undefined index notices cluttering up the logs. Fixes forthcoming.

@t4k t4k self-assigned this Jan 31, 2018
t4k added a commit to caltechlibrary/coral that referenced this issue Jan 31, 2018
Add isset() to fix PHP Notice: Undefined index: org_orderBy
    in …/organizations/index.php on line 153
Add isset() to fix PHP Notice: Undefined index: org_numberOfRecords
    in …/organizations/index.php on line 149
Add isset() to fix PHP Notice: Undefined index: org_pageStart
    in …/organizations/index.php on line 145
Add isset() to fix PHP Notice: Undefined index: org_startWith
    in …/organizations/index.php on line 140
Add isset() to fix PHP Notice: Undefined index: org_contactName
    in …/organizations/index.php on line 95
Add isset() to fix PHP Notice: Undefined index: org_contactName
    in …/organizations/index.php on line 94
Add isset() to fix PHP Notice: Undefined index: org_organizationRoleID
    in …/organizations/index.php on line 78
Add isset() to fix PHP Notice: Undefined index: org_organizationName
    in …/organizations/index.php on line 62
Add isset() to fix PHP Notice: Undefined index: org_organizationName
    in …/organizations/index.php on line 61
Set $reset variable to fix PHP Notice: Undefined variable: reset
    in …/organizations/index.php on line 58
Add isset() to fix PHP Notice: Undefined index: ref_script
    in …/organizations/index.php on line 32
@PaulPoulain PaulPoulain added the bug This is a bug (not an enhancement) label Feb 28, 2018
veggiematts added a commit that referenced this issue Mar 1, 2018
Issue #355: fix PHP Notices on Organizations index page.
@jeffnm jeffnm added this to the Version 3.0.0 Beta milestone Mar 15, 2018
@jeffnm
Copy link
Member

jeffnm commented Mar 15, 2018

#356 was merged, closing.

@jeffnm jeffnm closed this as completed Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug (not an enhancement)
Projects
None yet
Development

No branches or pull requests

3 participants