I've just upgraded to 3.1 Now, when I'm trying to add / edit Portfolio categories, I get the following error "Cheatin’ uh"
I'm using the Sideways Theme and I've tried reassigning permissions.
Please Help
I've just upgraded to 3.1 Now, when I'm trying to add / edit Portfolio categories, I get the following error "Cheatin’ uh"
I'm using the Sideways Theme and I've tried reassigning permissions.
Please Help
This "Cheatin uh!" is really a sad joke. In some places of core there is this code:
if ( !current_user_can('edit_posts') )
wp_die(__('Cheatin’ uh?'))
It means that user can't edit posts and is trying to access a page that only users with this permission have access. I suppose users without this permission aren't fed with links to these pages, or can't even enter admin page, so developers presume they just typed the URL on browser addressbar and tried to enter.
from
shidouhikari
Member
Posted 1 year ago #
This topic has been closed to new replies.