https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811
--- Comment #13 from Marcel de Rooy <[email protected]> --- (In reply to Michael Cabus from comment #12) > When I run perl misc/maintenance/auth_show_hidden_data.pl -c I get this > error: > > DBIx::Class::ResultSet::find(): find() expects either a column/value > hashref, or a list of values corresponding to the columns of the specified > unique constraint 'primary' at /home/vagrant/kohaclone/Koha/Objects.pm line > 85 > > Checked Authorities schema and all seemed well. Hi Michael, Thanks for testing. I guess that you are using kohadevbox to test, but I wonder if you have a configuration issue. Line 85 of Koha/Objects in master is not the DBIx find call, but only the first line of the sub with me. Please check if your paths are in order. The perl library path should also point to current master not to the older instance installed on your devbox. Do you use dev_install in your koha-conf? Marcel -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
