[wp-trac] [WordPress Trac] #38291: Can´t upgrade nor install plugins, wordpress or translations

WordPress Trac noreply at wordpress.org
Thu Oct 13 06:39:32 UTC 2016


#38291: Can´t upgrade nor install plugins, wordpress or translations
-------------------------------+------------------------------
 Reporter:  lofesa             |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Upgrade/Install    |     Version:  4.6.1
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------
Changes (by lofesa):

 * keywords:   => reporter-feedback


Comment:

 Hi @swissspidy

 Sorry for the delay, yesterday was a non-working day here.

 I don´t mind is related to [38727]. In a plus elaborated code to catch the
 values from $url and $arrURL with:

 file_put_contents('/path/to/variable.txt','url: '.$url."\n",FILE_APPEND);
 file_put_contents('/path/to/variable.txt','arrURL:'.json_encode($arrURL)."\n",FILE_APPEND);

 get these results:

 url: http://version.wpbakery.com/?1476339348
 arrURL:
 {"scheme":"http","host":"version.wpbakery.com","path":"\/","query":"1476339348"}

 url: https://api.wordpress.org/plugins/update-check/1.1/
 arrURL: {"scheme":"https","host":"api.wordpress.org","path":"\/plugins
 \/update-check\/1.1\/"}

 url: http://version.wpbakery.com/?1476339348
 arrURL:
 {"scheme":"http","host":"version.wpbakery.com","path":"\/","query":"1476339348"}

 url: https://api.wordpress.org/plugins/update-check/1.1/
 arrURL: {"scheme":"https","host":"api.wordpress.org","path":"\/plugins
 \/update-check\/1.1\/"}

 url: http://version.wpbakery.com/?1476339348
 arrURL:
 {"scheme":"http","host":"version.wpbakery.com","path":"\/","query":"1476339348"}

 url: https://api.wordpress.org/themes/update-check/1.1/
 arrURL: {"scheme":"https","host":"api.wordpress.org","path":"\/themes
 \/update-check\/1.1\/"}

 url: https://api.wordpress.org/core/version-
 check/1.7/?version=4.6.1&php=7.0.11&locale=en_US&mysql=5.5.5&local_package=&blogs=1&users=2&multisite_enabled=0&initial_db_version=33056
 arrURL: {"scheme":"https","host":"api.wordpress.org","path":"\/core
 \/version-
 check\/1.7\/","query":"version=4.6.1&php=7.0.11&locale=en_US&mysql=5.5.5&local_package=&blogs=1&users=2&multisite_enabled=0&initial_db_version=33056"}

 url:
 https://api.wordpress.org/core/checksums/1.0/?version=4.6.1&locale=en_US
 arrURL:
 {"scheme":"https","host":"api.wordpress.org","path":"\/core\/checksums\/1.0\/","query":"version=4.6.1&locale=en_US"}

 url:
 arrURL: {"path":""}

 As you can see, at some point the $url and $arrURL are empty....

 And I can´t see the download url (in this case
 https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip)
 that I see in the error message

 Along this day I will try to use the latest nightly build and tell you the
 result

 Thx for your help.

 Replying to [comment:1 swissspidy]:
 > Hey there,
 >
 > Welcome to WordPress Trac!
 >
 > This might already be resolved by [38727] (see #38070). Previously:
 #37733.
 >
 > Can you test if the issue still exists when running the latest nightly
 build?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38291#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list