Bug 22289

Summary: Sitemap.pl needs maintenance due to C4::Biblio moved Koha::Biblio
Product: Koha Reporter: Arthur Suzuki <arthur.suzuki>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: robin
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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...).