Summary: | omnibus bug for warning messages | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | Architecture, internals, and plumbing | Assignee: | Galen Charlton <gmcharlt> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 11077, 11183 | ||
Bug Blocks: |
Description
Mason James
2012-09-25 12:16:01 UTC
heres a warning spotted, when accessing cgi-bin/koha/mainpage.pl ---------------------------- mainpage.pl: Use of uninitialized value $pki_field in string eq at /home/mason/git/head/C4/Auth.pm line 741., mainpage.pl: Use of uninitialized value $pki_field in string eq at /home/mason/git/head/C4/Auth.pm line 741., mainpage.pl: Use of uninitialized value $retuserid in string ne at /home/mason/git/head/C4/Auth.pm line 777., ---------------------------- running opac/opac-search.pl gives these warning(s) Use of uninitialized value $limit_desc in concatenation (.) or string at /home/mason/git.xen1/head/opac/opac-search.pl line 615. Use of uninitialized value in pattern match (m//) at /home/mason/git.xen1/head/opac/opac-search.pl line 826. We have since fixed a lof of warnings on separate bug reports not linked to this one here - closing as we keep forgetting the omnibus bug. |