Thursday, May 3, 2012

Cheatin' Uh? WordPress Solution Fixed

This error occurs when the user don't have the access to change or modify something ..mostly to editor and other lower user, but administrator have the full access to do all changes..

Here i'm going to explain how to fix this "Cheatin' Uh? issue in WordPress..
i used WordPress 3.3 twenty-eleven theme here.. 

so simple : 
1) go to ur FTP or File manager .and open your WordPress folder
2) open wp-admin folder
3) download and open options.php
4) go to line 35 

if ( !current_user_can( $capability ) )
wp_die(__('Cheatin’ uh?'));

you can see this above code there. and add two stroke in front of wp_die .

if ( !current_user_can( $capability ) )
//wp_die(__('Cheatin’ uh?'));

problem solved...

where ever you see this problem , apply this..... just two stroke save your life...