Closed (fixed)
Project:
Webform
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2011 at 23:02 UTC
Updated:
27 May 2011 at 23:21 UTC
Jump to comment: Most recent file
I created a webform with a field for time but when I set a default time all I get are these errors:
Has anyone else seen these errors?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_timezone_error-d6.patch | 1.29 KB | quicksketch |
| #1 | webform_timezone_error-d7.patch | 1.08 KB | quicksketch |
Comments
Comment #1
quicksketchThis problem may happen when you use a Timezone that the DateTimeZone class does not recognize, which could be caused by some misconfiguration of the Data module. Do you currently have the Date module installed? I'd suggest checking your Date settings and ensuring you have a site timezone selected.
In any case this patch should suppress the error in the situation of a failure like this. I've committed this patch to both 3.x branches.