You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
On clicking "view version detail" link always return this message "Warning: An unexpected error occurred. Something may be wrong with WordPress.org". When i dig in code found that
Hi
On clicking "view version detail" link always return this message "Warning: An unexpected error occurred. Something may be wrong with WordPress.org". When i dig in code found that
$request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => false, 'body' => $api_params ) );
in
function api_request( $_action, $_data ){ }
always return curl error.
cURL error 56: Problem (2) in the Chunked-Encoded data
.My PHP version is 5.323
The text was updated successfully, but these errors were encountered: