[Koha-bugs] [Bug 23082] Fatal error editing a restricted patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 22 23:38:40 CEST 2019


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

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This is correct Federico, I have no idea what is going wrong.

If you have a test server you could try to apply this debug statement:

@ Object.pm:240 @ sub set {

     foreach my $p ( keys %$properties ) {
         unless ( grep {/^$p$/} @columns ) {
+            my @c = caller; use Data::Printer colored => 1; warn p @c;
             Koha::Exceptions::Object::PropertyNotFound->throw( "No property $p
for " . ref($self) );
         }
     }


To understand where it comes from.

Or, you can turn the dev_install flag on in your koha-conf.xml file, then
restart plack. You will get a full stack trace of the error which will be
easier to track the problem down.

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


More information about the Koha-bugs mailing list