#39249 closed defect (bug) (invalid)
Error in updating plugins after updating to WP 4.7
Reported by: | paaljoachim | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
Hi
I received the following errors after updating to WordPress 4.7 and then updating plugins.
Duplicator updated successfully. Show Details
Updating Plugin Foo Gallery (3/3)
Foo Gallery updated successfully. Show Details
( ! ) Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /Users/joachim/Documents/Websites/beans-pure.dev/wp-includes/update.php on line 320
Call Stack
# Time Memory Function Location
1 0.0022 432664 {main}( ) ../update.php:0
2 0.2806 28492392 Plugin_Upgrader->bulk_upgrade( ) ../update.php:44
3 23.1424 29262848 do_action( ) ../class-plugin-upgrader.php:309
4 23.1424 29264168 WP_Hook->do_action( ) ../plugin.php:453
5 23.1424 29264264 WP_Hook->apply_filters( ) ../class-wp-hook.php:323
6 23.1429 29266512 call_user_func_array:{/Users/joachim/Documents/Websites/beans-pure.dev/wp-includes/class-wp-hook.php:296} ( ) ../class-wp-hook.php:296
7 23.1429 29266544 wp_update_plugins( ) ../class-wp-hook.php:296
8 26.3170 29326272 trigger_error ( ) ../update.php:320
( ! ) Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /Users/joachim/Documents/Websites/beans-pure.dev/wp-includes/update.php on line 500
Call Stack
# Time Memory Function Location
1 0.0022 432664 {main}( ) ../update.php:0
2 0.2806 28492392 Plugin_Upgrader->bulk_upgrade( ) ../update.php:44
3 23.1424 29262848 do_action( ) ../class-plugin-upgrader.php:309
4 23.1424 29264168 WP_Hook->do_action( ) ../plugin.php:453
5 23.1424 29264264 WP_Hook->apply_filters( ) ../class-wp-hook.php:323
6 29.2025 29330832 call_user_func_array:{/Users/joachim/Documents/Websites/beans-pure.dev/wp-includes/class-wp-hook.php:296} ( ) ../class-wp-hook.php:296
7 29.2025 29330864 wp_update_themes( ) ../class-wp-hook.php:296
8 33.3180 29378064 trigger_error ( ) ../update.php:500
All updates have been completed.
Return to Plugins page | Return to WordPress Updates page
Change History (5)
#1
@
8 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#3
@
8 years ago
I have updated locally many times before and have not received errors for WordPress, themes and plugins. Is there any specific reason why it is happening now?
#4
@
8 years ago
Sorry, it's almost impossible to know why your local connections are timing out now. It could be a configuration change, or network change out of your control.
It's possible that these warnings were previously hidden in cron requests, as it looks like the update checks are performed during the post-update handler (in order to fetch any translations for the plugins just updated).
Hi @paaljoachim
These warnings are being generated due to HTTP requests timing out to WordPress.org. This is not uncommon on local development systems (as yours is) unfortunately. There's not exactly much we can do about these, other than increasing the timeouts - which don't usually help.
I'm closing this as
invalid
for now, if you find anything causing it other than local network speeds, feel free to reply with extra details.