https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23082
--- Comment #8 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
