AB 4.0.8 Categry bug on frontend

Started by RobertG, 08 August 2026, 16:03:39

Previous topic - Next topic

federica

I found 2 little errors.
in components/com_abook/models/author.php line 158
replace from:
$query->whereIn($db->quoteName('a.access'), $groups)to:
$query->whereIn($db->quoteName('book.access'), $groups)
QuoteThere is no "chosen" asset of a "preset" type in the registry.
views/authors/tmpl/default_items.php delete the line 26
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

RobertG


federica

I haven't solved the indexing issue yet, I will let you know when I find a solution.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

RobertG


RobertG

Hi,

I tested Abook version 4.0.10 on two websites and didn't notice any errors on the frontend, even with PHP 8.5  :)
I haven't checked everything in the admin section yet.
Thank you, Federica!

RobertG

As for indexing, I ran another search: the query still returns 1 in "protected function getListQuery($query = null)" in finder/abbook/abook.php

federica

I found the problem of indexing crashing after the first batch!!!!
I will release the new version of the plugin next week
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]