Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #37735


Ignore:
Timestamp:
08/19/2016 01:14:17 PM (9 years ago)
Author:
swissspidy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37735

    • Property Summary changed from Can proceed with plugin upgrades after upgrade of core WP to 4.6 to Can not proceed with plugin upgrades after upgrade of core WP to 4.6
  • Ticket #37735 – Description

    initial v2  
    11Versions:
     2
     3{{{
    24./wp-cli.phar plugin search "test" --path=/apps/knowledge_base/wordpress/
    35WordPress version: 4.6
     
    79wp-cli : latest version
    810curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
     11}}}
    912
     13{{{
    1014Errors:
    1115./wp-cli.phar plugin search "test" --path=/apps/knowledge_base/wordpress/
     
    1923Warning: 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
    2024Error: 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}}}
    2126
    22 This one is because of some connectivity issue. May be related to latest fixes:
    23 https://core.trac.wordpress.org/ticket/37494
     27This one is because of some connectivity issue. May be related to latest fixes: #37494
    2428
    2529http_proxy sys env works fine, as I can access wordpress plugins zip files manually with curl or wget.