inLibro / koha-plugin-carrousel

1 stars 9 forks source link

Generate doesn't work on Koha 23.11 #16

Closed rafko closed 2 months ago

rafko commented 4 months ago

It seems in new Koha at least in version 23.11, this plugin can't generate carrousel. Getting error: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'title' in 'where clause' at /usr/share/koha/lib/Koha/Objects.pm line 185 Probably it's caused by: "Bug 31383: Create a parent-child DB relation for additional content", it introducing separate tables additional_contents and additional_contents_localizations. Plugin still uses old schema with one table.

fridobox commented 3 months ago

Indeed I confirm

ericbegin commented 2 months ago

@rafko,

Thanks for reporting this issue. We just fixed it.

Let us know if you still have any issue.

Thanks !