zikula-modules / Formicula

A template-driven form mailer for Zikula
https://ziku.la
19 stars 7 forks source link

adding contact ends up in error: Column 'senderName' cannot be null #69

Closed MrMontesa closed 8 years ago

MrMontesa commented 8 years ago

As discussed in #67, opening new issue. When adding a new contact I do receive the following error message:

[3/3] NotNullConstraintViolationException: An exception occurred while executing 'INSERT INTO formicula_contact (name, email, public, senderName, senderEmail, sendingSubject) VALUES (?, ?, ?, ?, ?, ?)' with params ["Sag Hallo", "Test@test.de", 1, null, null, null]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'senderName' cannot be null   +
Guite commented 8 years ago

This should have been fixed already in https://github.com/zikula-ev/Formicula/commit/8f10ecba7b8a0ec275d5fb25b0d835326478cd62 You need to clear your app cache for that.

MrMontesa commented 8 years ago

I can confirm that the bug is already fixed.