Opened 13 years ago
Closed 12 years ago
#14656 closed defect (bug) (wontfix)
Better Error Message on Date/Time functionality
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Currently Wordpress does warn that something does not work with Date/Time in admin when using a PHP version < 5.2.
From a usability standpoint it would be useful to extend the error message with the concrete technical cause of the error so that admins do not need to get themselves educated any further prior to just fixing the issue.
Suggested fix would be to add some more info to the error message, like the needed PHP version: "You need at least PHP version 5.2 to have this feature enabled.". Currently that information is missing.
Change History (2)
Note: See
TracTickets for help on using
tickets.
As reported, upgrading to PHP 5.2 does remove the error message.
Related: #9751