Hello community
just arrived here looking for help...
I'm trying to build a birthday calendar, using a view that should render the (birth)date field which is part of a node type "person". For the date field im using the "Repeating Dates"-module (repeating_dates).
When saving a person an error occurs:
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'field_person_birth_dtstart' at row 17
Nevertheless, the date is saved and shows up properly in the node. I can pick the field for the view, apply the "Full Calendar NG" formatter... but the dates aren't rendernd on the view page.
Any idea what I'm missing or doing wrong?
Thank you and best regards
Hi again ;-),
Can you check the "Multiple field settings" in your view for that field?
Is it set to "Display all values in the same row" (a checkbox in a collapsed fieldset)
If that's not what you want, uncheck that setting and save the views field and view. Then the values should show up individually.
And also make sure, there's no filter criterion set for the repeating dates field to limit the time span.