http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11051 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #24 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #22)
(In reply to Robin Sheat from comment #21)
(In reply to Katrin Fischer from comment #20)
Robin, could you take a look at comment 9 from Jonathan?
I can, but I don't know why it'd be doing that. Maybe memcached wasn't running or something?
To me it is not working on master.
After some debug: C4::Context->memcached returns a Cache::Memcached object (created in the BEGIN block of C4::Context l.86).
The call to memoize_memcached (BEGIN block in C4::Biblio) is done with memoize_memcached( 'GetMarcStructure', memcached => C4::Context->memcached);
My error (which I got when I remove the eval) is "Invalid memcached argument (expected a hash)" It is raised because memoize_memcached expects a hashref for the memcached value, not a Cache::Memcached instance.
Just curious: The above call seems to be incorrect and is removed. But after removal you got the same error? Where is it raised in that situation? -- You are receiving this mail because: You are watching all bug changes.