wpcdn
wpcdn
Hi, Thanks for the reply. When I download the update manually, the file does download without error. I am installing the debug components and will let you know those results...
The "Download URL" in the debug information only shows up as: http://plugins.mydomain.com/updates/? (My domain redacted.) Note: I am using WordPress 3.6 in case it's relevant.
Thanks. The "download_url" key in the JSON is the same incorrect URL: "download_url":"http:\/\/plugins.mydomain.com\/updates\/?" There are no PHP error logs at all. I'll take a look at the code you mentioned...
Strange, I can't find any reason that the entire URL isn't generated. However I probably don't know a fraction of what you do about how to diagnose and debug it,...
Sorry, I'm not sure what else to do in terms of diagnosing and debugging. Could this be an issue caused by something new in WP 3.6?
Hi, Okay, I've found something relevant. We're running PHP 5.4 on this server. Just to see if it was an issue with that version, I reverted to PHP 5.3. And...
I also tested in PHP 5.5, and it seems to work there. So, to recap: - 5.3 works - 5.4 does not work - 5.5 works In each case the...
It is 5.4.19. We can use PHP 5.5 as a workaround, however I'll follow your debugging suggestions and continue working on this in case we can help someone else using...
The problem seems to be solved by commenting out the lines you suggested: ``` //Remove null/false arguments. $query = array_filter($query, function($value) { return ($value !== null) && ($value !== false);...