Changes between Initial Version and Version 2 of Ticket #37735
- Timestamp:
- 08/19/2016 01:14:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37735
-
Property
Summary
changed from
Can proceed with plugin upgrades after upgrade of core WP to 4.6
toCan not proceed with plugin upgrades after upgrade of core WP to 4.6
-
Property
Summary
changed from
-
Ticket #37735 – Description
initial v2 1 1 Versions: 2 3 {{{ 2 4 ./wp-cli.phar plugin search "test" --path=/apps/knowledge_base/wordpress/ 3 5 WordPress version: 4.6 … … 7 9 wp-cli : latest version 8 10 curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar 11 }}} 9 12 13 {{{ 10 14 Errors: 11 15 ./wp-cli.phar plugin search "test" --path=/apps/knowledge_base/wordpress/ … … 19 23 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 support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /apps/knowledge_base/wordpress/wp-admin/includes/plugin-install.php on line 158 20 24 Error: 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 support forums. Try again 25 }}} 21 26 22 This one is because of some connectivity issue. May be related to latest fixes: 23 https://core.trac.wordpress.org/ticket/37494 27 This one is because of some connectivity issue. May be related to latest fixes: #37494 24 28 25 29 http_proxy sys env works fine, as I can access wordpress plugins zip files manually with curl or wget.