Answer the question
In order to leave comments, you need to log in
WordPress error (An unexpected error has occurred...)?
I just recently started learning WordPress and everything related to website development in general. I installed Denwer, I managed to install WordPress, but I ran into difficulties: if I try to download a theme or plugin directly through the Wordpress panel, I get an error:
An unexpected error has occurred. There may be something wrong with the WordPress.org site or with your server settings. If the issue persists, please visit the support forums.
Warning: An unexpected error has occurred. There may be something wrong with the WordPress.org site or with your server settings. If the issue persists, please visit the support forums. (Unable to establish a secure connection to WordPress.org. Please contact the server administrator.) in Z:\home\hellowp.org\www\wp-admin\includes\translation-install.php on line 66
if ( $ssl && is_wp_error( $request ) ) {
trigger_error(
sprintf(
/* translators: %s: support forums URL */
__( '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 <a href="%s">support forums</a>.' ),
__( 'https://wordpress.org/support/' )
) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question