update.php error
-
Al ingresar el administrador y la contrase?a me da un error.
PHP Warning: Ha sucedido un error inesperado. Puede que haya un problema con www.ads-software.com o con la configuraci?3n de este servidor. Si continuas teniendo problemas, por favor prueba en los foros de soporte. (WordPress no pudo establecer una conexi?3n segura con www.ads-software.com. Por favor, contacta con el administrador de tu servidor.) in D:\XVRT\aplimedia.com\Html\wp-includes\update.php on line 295Al buscar en el codigo, me dice que no puede conectar a https://api.www.ads-software.com/plugins/update-check/1.1/
Y asi es: https://api.www.ads-software.com/plugins/update-check/1.1/ da error.
?Que puedo hacer?
—-
When I entering the user and password I have this error.
PHP Warning: Ha sucedido un error inesperado. Puede que haya un problema con www.ads-software.com o con la configuraci?3n de este servidor. Si continuas teniendo problemas, por favor prueba en los foros de soporte. (WordPress no pudo establecer una conexi?3n segura con www.ads-software.com. Por favor, contacta con el administrador de tu servidor.) in D:\XVRT\aplimedia.com\Html\wp-includes\update.php on line 295Code in update.php line 295
$url = $http_url = ‘https://api.www.ads-software.com/plugins/update-check/1.1/’;
if ( $ssl = wp_http_supports( array( ‘ssl’ ) ) )
$url = set_url_scheme( $url, ‘https’ );$raw_response = wp_remote_post( $url, $options );
if ( $ssl && is_wp_error( $raw_response ) ) {
trigger_error( __( ‘An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.’ ) . ‘ ‘ . __( ‘(WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.)’ ), headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE );
$raw_response = wp_remote_post( $http_url, $options );and https://api.www.ads-software.com/plugins/update-check/1.1/ is error.
- The topic ‘update.php error’ is closed to new replies.