Opened 14 years ago
Closed 13 years ago
#14204 closed defect (bug) (duplicate)
wp-admin/upgrade-core.php always reports that we're at the latest version
Reported by: | celejar0 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
I have tried repeatedly to upgrade my WP installation by navigating to the above page, but I always get:
"You have the latest version of WordPress. You do not need to upgrade"
even when I'm not at the latest version (e.g., at this time I'm running 2.9.2, and 3.0 is out).
The hosting provider doesn't allow outgoing network connections. Could that cause this problem? If so, I suggest that the code should detect this and respond accordingly.
Change History (5)
#1
in reply to:
↑ description
@
14 years ago
#3
@
14 years ago
- Component changed from HTTP to Upgrade/Install
The Core upgrade should detect that no valid HTTP response has been returned.
At present, Its likely expecting error means that its timed out, and the previous result is A-OK.
If no valid response is recieved, a warning should be displayed explaining outgoing connections cannot be made.
Replying to celejar0:
That would indeed cause that problem. A check couldn't hurt, though we'd have to differentiate between a few bad requests and the provider blocking it entirely.
Perhaps download the Core Control plugin and see if any other transports work on that host?