Bug 22289 - Sitemap.pl needs maintenance due to C4::Biblio moved Koha::Biblio
Summary: Sitemap.pl needs maintenance due to C4::Biblio moved Koha::Biblio
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-07 13:46 UTC by Arthur Suzuki
Modified: 2020-01-06 20:15 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Suzuki 2019-02-07 13:46:03 UTC
Due to C4::Biblio moved to Koha::Biblio this script doesn't work anymore.

Compilation failed in require at /home/vagrant/kohaclone/C4/Koha.pm line 26.      
BEGIN failed--compilation aborted at /home/vagrant/kohaclone/C4/Koha.pm line 26.
Comment 1 Arthur Suzuki 2019-02-08 03:38:42 UTC
Not a bug, C4::Biblio and Koha::Biblio are two different things.
Error were due to a permission issue (sry for that...).