marinanya
Beginner 2.0
Tolong dibantu kawan-kawanDWH
Langsung pada perkara; tadi pagi pas update tema tidak ada kendala apa-apa, kemudian coba install plugin security (bad habbit saya sering tutup pasang plugin dan tema di wordpress
) tak lama kemudian ada peringatan

(maaf mungkin reaksinya berlebihan tapi ini pertama kali sy pakai website sama hosting yang berbayar dan belum sebulan, jadi rada takut klo uang melayang dngn cepatnya)
ini codenya tuan:
.../ranslation-install.php on line 65
.../plugin-install.php on line 168
THANKS FOR YOU SUPPORT

Langsung pada perkara; tadi pagi pas update tema tidak ada kendala apa-apa, kemudian coba install plugin security (bad habbit saya sering tutup pasang plugin dan tema di wordpress

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 /home2/jomblose/public_html/wp-admin/includes/translation-install.php on line 65
sebelumnya penyakit ini muncul tapi pas lepas beberapa plugin dah sehat lagi, tapi sekarang beda sampai bersihin semua plugin yang ada tetap saja itu keluar dan tidak bisa check plugin otomatis bahkan untuk gmetrix tidak bisa. mohon bantuannya tuan-tuan sekalianAn 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 /home2/jomblose/public_html/wp-admin/includes/plugin-install.php on line 168


ini codenya tuan:
.../ranslation-install.php on line 65
PHP:
...
$res = apply_filters( 'translations_api', false, $type, $args );
if ( false === $res ) {
$url = $http_url = 'http://api.wordpress.org/translations/' . $type . '/1.0/';
if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) {
$url = set_url_scheme( $url, 'https' );
}
$options = array(
'timeout' => 3,
'body' => array(
'wp_version' => $wp_version,
'locale' => get_locale(),
'version' => $args['version'], // Version of plugin, theme or core
),
);
if ( 'core' !== $type ) {
$options['body']['slug'] = $args['slug']; // Plugin or theme slug
}
$request = wp_remote_post( $url, $options );
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 <---------- INI OM
);
.../plugin-install.php on line 168
PHP:
...
<?php
* Fires after the plugins list table in each tab of the Install Plugins screen.
*
* The dynamic portion of the action hook, `$tab`, allows for targeting
* individual tabs, for instance 'install_plugins_plugin-information'.
*
* @since 2.7.0
*
* @param int $paged The current page number of the plugins list table.
*/
do_action( "install_plugins_{$tab}", $paged ); ?>
<span class="spinner"></span>
</div>
<?php
wp_print_request_filesystem_credentials_modal();
wp_print_admin_notice_templates();
/**
* WordPress Administration Template Footer.<------------- INI YANG BERMASALAH
*/
include(ABSPATH . 'wp-admin/admin-footer.php');