#16821 closed defect (bug) (wontfix)
WordPress does not work properly when particular sql_modes are set
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Database | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
When sql_mode contains NO_ZERO_DATE or NO_ZERO_IN_DATE WordPress does not allow to add a new post because invalid value errors (I could trace them with WP_DEBUG activated).
Attachments (1)
Change History (5)
#2
@
13 years ago
- Resolution set to wontfix
- Status changed from new to closed
Fixing this properly would involve changing the schema to use NULL instead of zero dates. This is not viable - there are thousands of plugins that expect the zero date format, which will all break horribly if we switch to NULL dates.
Changing the sql_mode is not a proper fix for this edge case.
Note: See
TracTickets for help on using
tickets.
Patch for running normally