1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

[ASK] Cara mengatasi server error 500???

Discussion in 'Pemrograman Web' started by fazry, Dec 21, 2015.

Tags:
  1. fazry

    fazry Newbie

    Joined:
    Oct 5, 2013
    Messages:
    38
    Likes Received:
    0
    Location:
    Jawa Barat
    sedah 3 hari web ane mengalami gangguan sperti ini :

    ariants; } } } } if ( ! empty( $families ) ) { $families = array_unique( $families ); // Append all subsets to the path, unless the only subset is latin. if ( ! empty( $subsets ) ) { $subsets = implode( ',', array_unique( $subsets ) ); if ( $subsets != 'latin' ) { $append = '&subset=' . $subsets; } } wp_enqueue_style( 'ot-google-fonts', esc_url( '//fonts.googleapis.com/css?family=' . implode( '|', $families ) ) . $append, false, null ); } } } /** * Registers the Theme Option page link for the admin bar. * * @return void * * @access public * @since 2.1 */ if ( ! function_exists( 'ot_register_theme_options_admin_bar_menu' ) ) { function ot_register_theme_options_admin_bar_menu( $wp_admin_bar ) { if ( ! current_user_can( apply_filters( 'ot_theme_options_capability', 'edit_theme_options' ) ) || ! is_admin_bar_showing() ) return; $wp_admin_bar->add_node( array( 'parent' => 'appearance', 'id' => apply_filters( 'ot_theme_options_menu_slug', 'ot-theme-options' ), 'title' => apply_filters( 'ot_theme_options_page_title', __( 'Theme Options', 'option-tree' ) ), 'href' => admin_url( apply_filters( 'ot_theme_options_parent_slug', 'themes.php' ) . '?page=' . apply_filters( 'ot_theme_options_menu_slug', 'ot-theme-options' ) ) ) ); } } /* End of file ot-functions.php */ /* Location: ./includes/ot-functions.php */

    para master/suhu mohon pencerahannya
     
  2. dadada

    dadada Super Hero

    Joined:
    Dec 10, 2013
    Messages:
    2,514
    Likes Received:
    999
    php kayanya nggak ditutup
     
  3. fazry

    fazry Newbie

    Joined:
    Oct 5, 2013
    Messages:
    38
    Likes Received:
    0
    Location:
    Jawa Barat
    cara ngatasinya gmn gan? maaf newbie
     

Share This Page