kalkun-sms/Kalkun

Cannot add 2nd contact in phonebook

tenzap opened this issue · 3 comments

Go to phonebook
Click "Add contact"
Select "Using Contact Form"
The add contact form that gets displayed as a popup is empty (though it was correctly displayed when adding the 1st contact)

Didn't observe this issue.

image

MySQL backend.

Ok. I'm on postgreSQL
Now even adding a 1st contact is buggy.
Also according to your screenshot it seems you didn't need to create a group before, which was required for me.

Logs report this:

ERROR - 2020-05-04 09:48:49 --> Query error: ERREUR:  syntaxe en entrée invalide pour l'entier : «  »
LINE 3: WHERE "ID" = ''
                     ^ - Invalid query: SELECT *
FROM "pbk_groups"
WHERE "ID" = ''
AND "id_user" = '1'

No, I had to create a Group before otherwise, it didn't let me add.

image