Global Check-in | jos_abbook table

Started by Healing Beyond Medicine, 30 November 2023, 15:45:31

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

There are two problem: one related to translation file and the other related to a database field. Let's start with the first one.

Quote from: Healing Beyond Medicine on 11 December 2023, 09:40:45And I installed this translation file sample_abook_zz_zz_language_pack_4_0_2 as 4_0_2 is the beta version.
But this doesnot solve the problem yet ...
sample_abook_zz_zz_language_pack_4_0_2 is not a valid language but only a sample useful to create a real language file.
Uninstall it.
You have to install the latest abook 4.0.2beta instead.

Check if administrator/language/en-GB/en-GB.com_abook.ini exists. If yes, rename this file or move it.
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]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

Healing Beyond Medicine

Alright !!!
Installed the new beta version component, module and plugins.
Checked the administrator but no en-GB.com_abook.ini exists in administrator/language/en-GB/

The issues in the component itself are solved now.
Changes can be saved without error messages, all headers look fine.

The global checkIn however, is still throwing the same errorMessage.

federica

Great! Let's go on to the second problem.
Go to the book list then check which book have a lock (padlock icon), write down the ID. Important: you don't have to click on the padlock.
Look for this ID in the database in #__abbook table (replace "#_" suffix with your suffix). Send me an export of this row.
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]

Healing Beyond Medicine

Super !!!
The padlocks were visible on two books
ID 47  Sacred Circuitry (=name of the book)
ID 175 Alien Event (=name of the book)

I don't know how to export only 2 rows from the book DataBase, so exported the complete book in SQL (approx. 200 records)
abook in SQL






A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

In your database the "id" field of table jos_abbook is not AUTO_INCREMENT.
This could be a problem when joomla try to reset the lock of book.
Try to set the "id" field of table jos_abbook as AUTO_INCREMENT.
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]

Healing Beyond Medicine

When I take a look in the database, the ID Fields states AUTO_INCREMENT

ID field

This is what you mean, right ?

federica

You are right, in your export the AUTO_INCREMENT is applied at the end of the file. Sorry but I had not seen it.
Try to click the padlock icon of the books "Sacred Circuitry" and "Alien Event". Let me know if some error occurs.
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]