• V_Renfro6

    (@v_renfro6)


    “Warning: 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 support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /Applications/MAMP/htdocs/tyler-renfro.dev/wp-admin/includes/plugin-install.php on line 83”

    And these are lines 80-85. I think it’s a network issue, but I’m not sure how to fix it.

    $request = wp_remote_post( $url, $args );
    
    		if ( $ssl && is_wp_error( $request ) ) {
    			trigger_error( __( '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="https://wordpress.org/support/">support forums</a>.' ) . ' ' . __( '(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 );
    			$request = wp_remote_post( $http_url, $args );
    		}
Viewing 7 replies - 1 through 7 (of 7 total)
  • already lot of threads and possible solutions exist for this issue

    please go through solutions on this page

    https://wordpress.org/support/topic/an-unexpected-error-occurred?replies=24

    Thread Starter V_Renfro6

    (@v_renfro6)

    Yeah I looked through a couple of those posts, but I still couldn’t figure it out. Most of the posts I’ve read say it has something to do with the network and server, but I’m developing locally.

    Hey I am facing same issue, could you pls help me solving this issue, if you resolved it already

    Warning: 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 support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in C:\wamp\www\wordpress\wp-includes\update.php on line 302

    ???
    ??

    Agreed with V_Renfro6. No solutions out there that have worked for me. I’m running 4.3.1 and receive this when trying to update plugins.

    I’ve been trying to find a solution, but so far nothing’s worked. Spent an hour on the phone with HostGator (shared plan) and they had nothing to say other than ask the forums.

    This is the only site (of 15 I manage) that’s running into this issue. I just switched it from Arvixe (terrible company, btw) but nothing is sticking out.

    Any input would be appreciated. My errors are:

    Warning: 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 support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /public_html/mysite.com/wp-includes/update.php on line 295

    Warning: 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 support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /public_html/mysite.com/wp-includes/update.php on line 457

    Same issue, after WP update to 4.3.1!

    then what we do now can you help me?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't add new plugin’ is closed to new replies.