[Koha-bugs] [Bug 15964] Cannot view detail bib record because missing perl module WWW::YouTube::Download

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 2 20:55:24 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15964

--- Comment #1 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 48562
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48562&action=edit
[SIGNED-OFF]Bug 15964: Followup: make module WWW::YouTube::Download required

Module C4::HTML5Media is used in detail.pl,
so if you don't have installled module for YouTube,
you get an internal server error.

This patch make module WWW::YouTube::Download required and adds it to package
dependencies

Test plan:
1. Don't have installed module WWW::YouTube:Download, neither package
libwww-youtube-download-perl
2. Try to access biblio detail in staff client (detail.pl) - you'll be
presented withh internal server error
3. Check the About page -> Perl modules, the WWW::YouTube::Download should be
reported as missing optional
4. Apply the patch
5. Check the About page -> Perl modules, the WWW::YouTube::Download should now
be reported as missing required
6. Create and install debian package, the libwww-youtube-download-perl should
be the dependency and so installed with koha-common package (use apt-get
install -f, if neccessery)
7. Check the About page -> Perl modules, the WWW::YouTube::Download should now
be reported as Module current
8. Try to access biblio detail in staff client (detail.pl) - it should be
display, no error now

Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
Works as advertised

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list