24 Jul
2023
24 Jul
'23
8:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34339 --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- To provide a bit more context, the "Inconsistent hierarchy during C3 merge of class" error refers to method resolution order / C3 algorithm and might be caused by e.g. 'use parent' that adds a class twice in @ISA. I did not see parent here, but base. So should be fine? But looking at Mojo/Base, I do see some mangling of @ISA in there. At perlmonks someone suggested to clear @ISA at some point. Not sure how to proceed.. -- You are receiving this mail because: You are watching all bug changes.