PHP error notice when updating plug-ins since 3.7 update
-
Have seen this a couple times since 3.7 upgrade but does not seem to effect operations so far. Plug-ins and site works normally AFAIK.
Site url is https://transitiontimecoach.com
Error message:
Warning: 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.) in /home2/kmacker/public_html/wp-includes/update.php on line 259
here is the line referenced in the error message
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 <a href="https://www.ads-software.com/support/">support forums</a>.' ) . ' ' . '(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 );
I’m not a PHP coder so appreciate any insights into this. I see others have posted similar PHP errors related to this upgrade since 3.7 but haven’t found a solution yet.
Thanks in advance!
- The topic ‘PHP error notice when updating plug-ins since 3.7 update’ is closed to new replies.