Recent posts

#71
Supporto (Support) / Re: Abook 3.1.5 not working wi...
Last post by Astron - 18 October 2024, 06:17:12
Version 3 is used by 83.7% of all the websites who use Joomla.
J4/J5 are used by 0.5%.

https://w3techs.com/technologies/details/cm-joomla

It makes no sense to abandon development and support for J3, at such rates of use.
#72
Supporto (Support) / Re: Abook 3.1.5 not working wi...
Last post by Astron - 16 October 2024, 05:12:59
Since Joomla 3 runs also on PHP 8.0 (recommended) or 8.1, it makes sense for Abook to be able to function in these versions.

Please consider this option.
J3 will continue to be widely used, unlike the flop versions.
#73
Supporto (Support) / Migrazione da Joomla 3.X.X a J...
Last post by Karl - 17 September 2024, 18:51:06
Sto tentando di ristrutturare un vecchio sito contenete Alexandria 3.1.1, sviluppato in Joomla 3.X.X (ora 3.9.8) e per l'occasione ho pensato di passare a Joomla 4.X.X. Per questa ragione ho scaricato tutti i DB in formato .csv, a mezzo phpmyadmin poi ho adeguato le tabelle interessate al nuovo formato di Alexandria 4.0.2 e quindi le ho importate (sempre a mezzo phpmyadmin) nel DB del nuovo sito e tutto apparentemente è andato bene. Infatti nel nuovo sito vedo tutti i miei dati. Però quando tento di inserire un nuovo dato o di modificarne uno esistente ottengo sempre il seguente errore: "Salvataggio fallito con il seguente errore: Parent ID non valido". Cosa ho sbagliato o cosa dovrei fare? Grazie per l'attenzione.
#74
Supporto (Support) / Re: Abook 3.1.5 not working wi...
Last post by federica - 05 September 2024, 19:21:40
Hi Astron,
Abook for joomla 3 is no longer developed.
If you can't upgrade the web site to Joomla 4 and Abook 4 then you could downgrade PHP to a lower version.
Otherwise it is necessary to fix all the functions that are returning errors because they have been changed or deprecated in newer PHP versions.
#75
Supporto (Support) / Abook 3.1.5 not working with P...
Last post by Astron - 03 September 2024, 04:50:53
Hello,

I have problems with 3.1.5 once I upgrade the PHP version at my hosting server. Could something be done about it?

I know some people rushed to end support for very good extensions of Joomla 3 but hardly anyone moved to J4-J5. They are massive flops.
#76
Supporto (Support) / Re: Error 404 in the "Authors"...
Last post by federica - 29 August 2024, 13:41:22
Hi Odin72a,
I fixed the bug. I will publish the new release as soon as possible.
Thanks for the detailed reporting
#77
Supporto (Support) / Error 404 in the "Authors" men...
Last post by Odin72a - 28 August 2024, 19:44:19
Error 404 occurs in the "Authors" menu:
https://www.screenpresso.com/=9tXqe

I have Alexandria Book Library version 4.0.4 installed.
This error occurs when I display the list of Authors using the menu of the same name.
I determined that this menu item can be configured so that there is no error.
To do this, go to the Authors menu settings:
https://www.screenpresso.com/=Cat0b

In the second tab (General options) there is a setting By default:
https://www.screenpresso.com/=0hlGc

If you change it to this:
https://www.screenpresso.com/=7pP6e

then the "Authors" menu item works correctly.
#78
Richieste (Requests) / Re: Introduction and Questions...
Last post by federica - 27 August 2024, 16:19:23
Hi Sebastian, welcome again!
I'll answer you point by point.

1. Ease of Adding New Books
The beta version is stable but I prefer to wait a bit before definitively renaming it as stable.

2. German Translation Availability
Great!

3. Access for External Library Workers Without Joomla Admin Access
I didn't know "Fabrik", thanks for introducing me to it.

4. The Lending Process
Yes, you understood correctly. ABook does not manage a Time Slot Manager.

5. csv import tool
I'm aware of this problem. I'm working to improve the tool.
#79
Errori (Bugs) / Re: Filling in the "Keywords" ...
Last post by sertlan - 27 August 2024, 16:01:48
Now the error does not occur. Thank you very much.
#80
Errori (Bugs) / Re: Filling in the "Keywords" ...
Last post by federica - 27 August 2024, 15:50:50
Thanks for reporting.
I fixed the bug. I will publish the new release as soon as possible.
If you want to fix it immediately, open administrator/components/com_abook/tables/author.php
then change line 50
from
$after_clean = str_ireplace::str_ireplace($bad_characters, "", $this->metakey); // remove bad charactersto
$after_clean = StringHelper::str_ireplace($bad_characters, "", $this->metakey); // remove bad characters