Opened 14 years ago
Closed 13 years ago
#20251 closed defect (bug) (fixed)
get_preferred_from_update_core can return false
| Reported by: | markoheijnen | Owned by: | nacin |
|---|---|---|---|
| Priority: | low | Milestone: | 3.9 |
| Component: | Upgrade/Install | Version: | |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
Description
I just had a case in my network installation where get_site_transient( 'update_core' ) returned false.
In this case it gave an error message at core_update_footer();
When I went back to Network admin updates page and press 'check_again' the error went away.
The error can be caused because of running the recent nightly build (3.4-alpha-20205).
What was weird that in the site wp-admin there still was the balloon that there was an update when I had the error. When I pressed the button the balloon went away what is the correct.
Attachments (1)
Change History (5)
#1
@
13 years ago
- Component General → Upgrade/Install
- Keywords needs-patch added
- Milestone Awaiting Review → Future Release
- Priority normal → low
- Severity normal → minor
#3
@
13 years ago
- Focuses docs added
- Keywords has-patch commit added; needs-patch reporter-feedback removed
- Milestone Future Release → 3.9
The warning indeed sounds like the one fixed in [21815], but let's document that both get_preferred_from_update_core() and get_core_updates() return false on failure.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
To which error message you're referring? Could it be a duplicate of #21716?