Usually, while uploading an image/logo from your “wordpress theme” or “media library” it gives error : "Cheatin’ uh?"
Resolution:
Login to the cPanel and edit the file : media-upload.php
cPanel >> Filemanager >> wp-admin >> media-upload.php >> here select the file and click on edit icon at top menu >>
Once you edit the file search for following line :
=====================
wp_die( __( ‘Cheatin’ uh?’ ) );
=====================
Comment the above line by entering the two forward slash in from of line, it will be as below :
=====================
// wp_die( __( ‘Cheatin’ uh?’ ) );
=====================
Then, Save the file..
Done..
Resolution:
Login to the cPanel and edit the file : media-upload.php
cPanel >> Filemanager >> wp-admin >> media-upload.php >> here select the file and click on edit icon at top menu >>
Once you edit the file search for following line :
=====================
wp_die( __( ‘Cheatin’ uh?’ ) );
=====================
Comment the above line by entering the two forward slash in from of line, it will be as below :
=====================
// wp_die( __( ‘Cheatin’ uh?’ ) );
=====================
Then, Save the file..
Done..

Comment