http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8278
--- Comment #4 from Owen Leonard <[email protected]> --- What Katrin and I have discovered is that if you trigger the script directly or indirectly via the plugin you'll get different outcomes if you're logged in as a superlibrarian versus a regular librarian with cataloging privileges. To access the script directly: /cgi-bin/koha/cataloguing/ysearch.pl?table=biblioitems&field=itemtype&query=press If you're logged in as a superlibrarian that should produce valid output. If you're logged in as a regular user with cataloging permission you get no output and your session is terminated. I also see errors in the log: Use of uninitialized value in numeric eq (==) at /C4/Auth.pm line 1687 Use of uninitialized value $lasttime in numeric lt (<) at /C4/Auth.pm line 703. I'm not sure why this script is problematic. It's virtually identical to circ/ysearch.pl which didn't show the same issues when I tested it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
