wordpress error Cheatin’ uh?

Error: When you try to  upload the image or logo from your theme or media library then wordpress shows the error “Cheatin’ uh?”
Solution : 
1) Open file media-upload.php
vi   wp-admin/media-upload.php
search line number 126
and
replace the code
From
wp_die( __( ‘Cheatin’ uh?’ ) );
To
// wp_die( __( ‘Cheatin’ uh?’ ) );
Save the file
Done
 

2 Thoughts to “wordpress error Cheatin’ uh?”

  1. I can not thank you adequately for the posts on your web site. I know you’d put a lot of time and effort into them and hope you know how much I appreciate it. I hope I’ll do exactly the same for someone else at some point.

    1. Hello,
      Thanks for comment and I want to share more information to client.
      http://www.indianwebportal.com/donate-for-future-help

Comments are closed.