
Empty Email Form Submissions
Reported by Arwen eVenster | April 8th, 2020 @ 09:42 AM | in 2.5.2 (closed)
In 2.5.1 p1, new forms send empty form submissions. Existing forms work well, but copied old, working forms also send empty mails.
Comments and changes to this ticket
-
dleffler April 10th, 2020 @ 05:35 PM
- State changed from new to open
- Assigned user changed from expNinja to dleffler
- Milestone set to 2.5.2
-
dleffler April 10th, 2020 @ 06:07 PM
Just to confirm, you receive the email, but it's empty? Is there any custom 'Report'?
-
dleffler April 10th, 2020 @ 06:58 PM
I've found the issue which is a result of the fix for MySQL 'strict' mode. Since boolean fields as of v2.5.1p1 now allow null values, a boolean field could contain NULL as a default entry instead of 0 or 1, AND we were testing for 0 not NULL.
-
dleffler April 10th, 2020 @ 07:15 PM
The fix will be pushed shortly and will be distributed as v2.5.1patch2 in a few days. There are likely several other scenarios which also fail if the MySQL server is running in strict mode.
Note: this only occurs when in 'strict' mode and doesn't appear in other MySQL modes.
-
dleffler April 14th, 2020 @ 10:06 PM
Still finding additional 'strict' mode anomalies preventing release of next patch.
-
Arwen eVenster April 15th, 2020 @ 08:16 AM
Ok, for the time being I've put an 'old' form in place (didn't test for this before upgrading..), but am really looking forward to the patch. Haven't found anything elkse (luckily). Unfortunately I have no control over the database settings...
-
dleffler June 11th, 2020 @ 12:37 AM
- State changed from open to resolved
-
dleffler June 11th, 2020 @ 12:37 AM
- no changes were found...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS