Hi,
There is no any warning if delete category from Trash – assigned to a book; delete author, editor, library, tag – assigned to a book; delete taggroup – assigned to a tag.
Abook 4.0.5
Joomla 5.2.1
PHP 8.3
MariaDB 10.5.26
Possible solution – change in administrator/components/com_abook/tables/category.php #157 and #166; author.php #77; editor.php #77; library.php #53; tag.php #76; taggroup.php #48:$xid = $this->_db->getNumRows();
to$xid = $this->_db->loadResult();
Hope this helps someone.
I published the new version, please see https://alexandriabooklibrary.org/it/downloads/27-components.html