Main Menu

Recent posts

#31
Hi Frederica,

We migrated a few months ago and it took a lot of time and energy.
Everything if working fine now except for Abook.

As I really do not feel comfortable about doing this migration once again, is there maybe another option to solve this ?
#32
Supporto (Support) / Re: Global Check-in | jos_abbo...
Last post by federica - 01 December 2023, 18:49:24
Hi,
may be the charset of the old database differs from the charset of the new database. Try to do the migration again paying attention to the charset type.
#33
Hi,
Our website is on Joomla 4.4.1 and since our migration there's a problem in the database.
When I look in Maintenance-Global Check-in there's a record available on jos_abbook table
But when I select to check it in, it throws an error message

An error has occurred.

    1292 Truncated incorrect DECIMAL value: ''


When I am working with the component, many of the titles/headers are not correct and when we store anything in the database it throws an error as well, though most of the values are stored.

Is there something I can do to fix this database error ?
Thnx in advance !!!
#34
Supporto (Support) / Re: The number of books is not...
Last post by Odin72a - 30 November 2023, 12:48:43
Yes, the number of books is now displayed!
Super!
#35
Supporto (Support) / Re: The number of books is not...
Last post by federica - 29 November 2023, 20:03:36
Hi Odin72a,
I added the counter of books per author, please see the new beta version.
Let me know if it works.
#36
Supporto (Support) / Re: The new version of the fil...
Last post by Odin72a - 22 November 2023, 18:15:42
Yes, the filter works fine with Cassiopeia.
I'll write to the template developer
#37
Supporto (Support) / Re: The category is not displa...
Last post by Odin72a - 22 November 2023, 18:14:54
Super! It worked
#38
Supporto (Support) / Re: The new version of the fil...
Last post by federica - 22 November 2023, 10:59:53
I haven't modified the render of the fields. Try to assign the default template (Cassiopeia) to the abook search menu item then tell me if the problem occurs again.
#39
Supporto (Support) / Re: The category is not displa...
Last post by federica - 22 November 2023, 10:49:08
I fixed the bug, I will publish a new release as soon as possibile.
If you want solve it early try to apply this fix.
your_site/components/com_abook/models/author.php line 128
from:
$query->select('c.title AS category_title, c.alias AS category_alias, c.access AS category_access');
to:
$query->select('c.title AS cattitle, c.alias AS category_alias, c.access AS category_access');
#40
Supporto (Support) / The category is not displayed ...
Last post by Odin72a - 21 November 2023, 20:57:36
The category is not displayed in the list by authors
In other lists, and inside, when I go into the book itself, the category will be displayed.
I reviewed it, where possible in the settings, it was set to "Display category"
https://drive.google.com/file/d/1em0mQgsNBVdMWe45wzYfk1obzMVnxLTZ/view?usp=drivesdk