[Koha-bugs] [Bug 27944] Add new stages to the article request process

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 9 11:26:31 CEST 2021


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

--- Comment #46 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Tomás Cohen Arazi from comment #45)

Thx for giving it another try!

My first qa tools run here again:
Attempt to reload Koha/Template/Plugin/Biblio.pm aborted.
Compilation failed in require at
/usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Plugins.pm line 206.
So unfortunately bug 17600 did not resolve this problem ;)

Note the pbase array used in
/usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Plugins.pm looks like:
$VAR1 = [
          'Koha::Template::Plugin',
          'Template::Plugin'
        ];
This actually means that every upstream plugin is looked up in the wrong place
first, but that should not be a problem: TT ignores the Can't locate file
messages.
When you saw the message "Can't locate Template/Plugin/Biblio.pm in @INC", TT
already failed on Koha::Template::Plugin. Which is the actual problem.


> Maybe a path problem baked into the QA tools? I don't think it is fair that
> this issue blocks this bug.

I agree. Half of the QA team already had a look and cant find the real source
of the issue.
But I am not sure if the issue is in QA tools, Template Toolkit or in a Koha
dependency.
The randomness of the failure does not make it easier ;)
There seems to be a connection with the fact that the module is used in an
INCLUDE of the template under consideration.

But note also that Agustin still needs to respond to comment41. This is not
fixed yet.

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


More information about the Koha-bugs mailing list