https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172211|0 |1 is obsolete| | --- Comment #141 from David Cook <[email protected]> --- Created attachment 173097 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173097&action=edit Bug 35659: (follow-up) Use new column name in cron script In an earlier patch, the `id` column of the `oai_servers` table was renamed to `oai_server_id`. However, the code in misc/cronjobs/harvest_oai.pl still uses the old column name, which results in the following error: $ misc/cronjobs/harvest_oai.pl --list DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'id' in 'order clause' at /kohadevbox/koha/Koha/Objects.pm line 403 This patch fixes that. Test plan: 1) $ misc/cronjobs/harvest_oai.pl --list [...you get the DBI Exception...] 2) Apply the patch. 3) $ misc/cronjobs/harvest_oai.pl --list [...list of OAI repositories...] Signed-off-by: Victor Grousset/tuxayo <[email protected]> Signed-off-by: David Cook <[email protected]> Sponsored-by: Association KohaLa - https://koha-fr.org/ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
