Main Menu

Recent posts

#71
Supporto (Support) / Re: Errore Salvataggio fallito...
Last post by carmtrap - 06 December 2024, 15:40:20
Quote from: carmtrap on 06 December 2024, 15:20:38Ciao Federica,
ho controllato e sembra che sia tutto a posto
id=1, parent_id=0 e title=ROOT
categorie primo livello  parent_id=1
L'errore non si presenta se creo una nuova categoria
Grazie
Un'altra cosa: Quando cerco di modificare e salvare una categoria già creata mi compare il seguente errore Salvataggio fallito con il seguente errore: Incorrect datetime value: '' for column 'created_time' at row 1
Non posso cancellare le categorie Cestinate, la funzione svuota cestino non funziona solo sulle precedenti categorie cestinate prima della migrazione.
Grazie ancora per la pazienza prestatami
#72
Supporto (Support) / Re: Errore Salvataggio fallito...
Last post by carmtrap - 06 December 2024, 15:20:38
Ciao Federica,
ho controllato e sembra che sia tutto a posto
id=1, parent_id=0 e title=ROOT
categorie primo livello  parent_id=1
L'errore non si presenta se creo una nuova categoria
Grazie
#73
Supporto (Support) / Re: Errore Salvataggio fallito...
Last post by federica - 06 December 2024, 14:14:42
Ciao,
il problema potrebbe riguardare le categorie. Sembra che non esista la categoria parent o che l'id non sia quello corretto.
Da Phpmyadmin apri la tabella #__abcategories e controlla che:
- ci sia una categoria con id=1, parent_id=0 e title=ROOT (è una categoria nascosta, la vedi solo da phpmyadmin)
- le categorie create da te al primo livello abbiano parent_id=1
#74
Supporto (Support) / Errore Salvataggio fallito con...
Last post by carmtrap - 05 December 2024, 15:19:46
Ho migrato la vecchia versione alla nuova per jommla 4 e 5 seguendo le indicazioni che che ha suggerito Federica.
Ho scaricato dalla vecchia versione tutti i DB in formato .csv, a mezzo phpmyadmin poi ho adeguato le tabelle interessate al nuovo formato di Alexandria For Joomla! 4 and Joomla! 5 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". Cliccando su chiudi, il dato viene salvato regolarmente. Cosa fare per correggere questo errore e consentire un regolare salvataggio?
Grazie per l'attenzione.
#75
Supporto (Support) / Export of lists
Last post by Odin72a - 04 December 2024, 23:01:05
For scientific reports on the work at the institute, we periodically need to create lists of publications of employees. One of the key elements requires the presence of a DOI for the article.
If I added a DOI to the description, it is visible only inside the opened article, and the DOI is not displayed in the list.
Was it possible to add DOI to the display as a list?
https://www.screenpresso.com/=cTL5vkOKH22s

The second request is more significant, perhaps it is difficult to fulfill.
But it would be very convenient if there was a "button" to export the entire list in a table form
#76
Errori (Bugs) / Re: Delete assigned category, ...
Last post by federica - 04 December 2024, 12:31:26
#77
Errori (Bugs) / Re: Repeated "Join on location...
Last post by federica - 04 December 2024, 12:31:01
#78
Errori (Bugs) / Re: Repeated "Join on location...
Last post by federica - 04 December 2024, 11:59:32
Thanks!
I will publish the fix as soon as possibile
#79
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)
#80
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.