Recent posts

#61
Errori (Bugs) / Repeated "Join on location tab...
Last post by iberan - 26 November 2024, 21:51:31
Hi Fiderica,

There is a small bug in /components/com_abook/models/book.php:

the "Join on location table" query at #217 is repeated at #229.

Abook 4.0.5 (and earlier versions 4 maybe)
#62
Errori (Bugs) / Delete assigned category, auth...
Last post by iberan - 23 November 2024, 14:47:08
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.
#63
Supporto (Support) / Re: dropdown-list not visible ...
Last post by federica - 01 November 2024, 10:15:38
I found the bug but it is not related to Abook, it is related to the way joomla is rendering the elements in a multiple field.
I will try to find a solution.
The dropdown menu is hidden behind the container. Try scrolling down to see it.
#64
Supporto (Support) / Re: dropdown-list not visible ...
Last post by dibu - 31 October 2024, 11:14:21
Hi Federica,

it's Abook version 4.0.4. and Joomla 5.2
And I have no idea how to insert a picture. There is no feature to do it (at least for me  :'( )
#65
Errori (Bugs) / Re: Bug in beta version: Alexa...
Last post by federica - 31 October 2024, 10:00:19
Great! Thanks for your feedback!
#66
Supporto (Support) / Re: dropdown-list not visible ...
Last post by federica - 31 October 2024, 09:59:29
Hi dibu,
please send me a screenshot.
Which version are you using? (Abook and joomla)
#67
Supporto (Support) / dropdown-list not visible by a...
Last post by dibu - 31 October 2024, 08:37:14
Hello,

if I want to add a new book, there is one annoying problem: All dropdown-lists are behaving in the way they should, but not by the author-input. The list is not visible, it's hiding behind the other fields. You can enter a name and hope to receive the correct item, but it's like blindflying.
#68
Errori (Bugs) / Re: Bug in beta version: Alexa...
Last post by Slacker - 30 October 2024, 17:27:19
Many thanks! I did unpublish and publish my only category. Then I changed from Gantry5 Hydrogen to Cassiopeia. After that it worked normally. Then I changed back to Gantry5 Hydrogen and then it worked normally also. So the problem was with Gantry5 Hydrogen.
#69
Errori (Bugs) / Re: Bug in beta version: Alexa...
Last post by federica - 30 October 2024, 15:40:47
Hi Slacker,
I am using Abook 4.0.4Beta on joomla 5.0.2 without any problems. I can't recreate the problem.
The error seems to be related to the parent category.
I suggest you check that all categories are published.
#70
Errori (Bugs) / Bug in beta version: Alexandri...
Last post by Slacker - 29 October 2024, 15:47:51
I have installed the betaversion on Joomla 5.1 and 5.2 but I get error when accessing it in menu.
404 cant find category

Call Stack
#    Function    Location
1    ()    JROOT\components\com_abook\views\category\view.html.php:56
2    AbookViewCategory->display()    JROOT\libraries\src\Cache\Controller\ViewController.php:95
3    Joomla\CMS\Cache\Controller\ViewController->get()    JROOT\libraries\src\MVC\Controller\BaseController.php:692
4    Joomla\CMS\MVC\Controller\BaseController->display()    JROOT\components\com_abook\controller.php:36
5    AbookController->display()    JROOT\libraries\src\MVC\Controller\BaseController.php:730
6    Joomla\CMS\MVC\Controller\BaseController->execute()    JROOT\components\com_abook\abook.php:27
7    require_once()    JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71
8    Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}()    JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:73
9    Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()    JROOT\libraries\src\Component\ComponentHelper.php:361
10    Joomla\CMS\Component\ComponentHelper::renderComponent()    JROOT\libraries\src\Application\SiteApplication.php:218
11    Joomla\CMS\Application\SiteApplication->dispatch()    JROOT\libraries\src\Application\SiteApplication.php:261
12    Joomla\CMS\Application\SiteApplication->doExecute()    JROOT\libraries\src\Application\CMSApplication.php:306
13    Joomla\CMS\Application\CMSApplication->execute()    JROOT\includes\app.php:58
14    require_once()