When you try to upload the image or logo from your theme or media library then wordpress shows the error “Cheatin’ uh?”
Open file media-upload.phpvi wp-admin/media-upload.phpsearch line number 126andreplace the codeFromwp_die( __( ‘Cheatin’ uh?’ ) );To// wp_die( __( ‘Cheatin’ uh?’ ) );Save the file