[Koha-bugs] [Bug 16955] Internal Server Error while populating new framework

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 1 14:18:54 CEST 2016


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

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
There was a wrong c/p here (you can blame me), the last 2 lines are using
$frameworkcode instead of $newframeworkcode.
Moreover the 4 clear_from_cache calls are inside the while loop, which means
that we are clearing the cache 4 times per subfield (!).
Finally these calls are actually not needed :) As we are creating a new
framework, the cache should be empty...

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


More information about the Koha-bugs mailing list