wscocadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Connection IssuesThe ‘trigger_error’ call is line 158.
Forum: Plugins
In reply to: [Document Gallery] Connection Issues$res = apply_filters( 'plugins_api', false, $action, $args ); if ( false === $res ) { $url = $http_url = 'http://api.wordpress.org/plugins/info/1.0/'; if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) $url = set_url_scheme( $url, 'https' ); $http_args = array( 'timeout' => 15, 'body' => array( 'action' => $action, 'request' => serialize( $args ) ) ); $request = wp_remote_post( $url, $http_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, $http_args ); }Forum: Plugins
In reply to: [Document Gallery] Connection Issues[16-Jan-2016 05:10:13 UTC] PHP 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 …../wp-admin/includes/plugin-install.php on line 158
Forum: Plugins
In reply to: [Document Gallery] Connection IssuesMy options array:
Array
(
[thumber] => Array
(
[gs] => /usr/bin/gs
[active] => Array
(
[av] => 1
[gs] => 1
[imagick] => 1
[thumber-co] =>
)[width] => 200
[height] => 200
)[gallery] => Array
(
[attachment_pg] =>
[descriptions] =>
[fancy] => 1
[mime_types] => application,video,text,audio,image
[order] => ASC
[orderby] => menu_order
[relation] => AND
[post_status] => any
[post_type] => attachment
[limit] => -1
[columns] => 4
[new_window] =>
[paginate] => 1
[skip] => 0
)[css] => Array
(
[text] =>
)[meta] => Array
(
[version] => 4.1.10
[donate_link] => https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EE5LWRLG933EN&lc=US&item_name=Document%20Gallery%20Plugin&item_number=document%2dgallery¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
[items_per_page] => 10
)[logging] => Array
(
[enabled] =>
[purge_interval] => 7
)[thumber-co] => Array
(
[uid] =>
[secret] =>
[subscription] => Array
(
)[direct_upload] =>
[mime_types] => Array
(
))
)
Forum: Plugins
In reply to: [Document Gallery] Connection IssuesI’m having the same problem with my site.
The site was unable to connect to jetpack.wordpress.org, or update wordpress itself due to DNS resolution errors until Document Gallery was deactivated.
Honestly, I’m not certain the problem was solely being caused by DG as there are other errors that continue to show up in the WordPress News widget on the main dashboard page.
RSS Error: WP HTTP Error: Couldn’t resolve host ‘wordpress.org’
RSS Error: WP HTTP Error: Couldn’t resolve host ‘planet.wordpress.org’
I wonder if the error being described here might be related: