[Plugin: CataBlog] Admin account w/o permission??
-
I’m trying to create a new catablog entry, all of a sudden I get the error
Your Admin account does not have permission to “edit_posts”.
This is caused by `// make sure the attempting uploader has permission to edit posts
if ( !current_user_can(‘edit_posts’)) {
die(“<li class=’error’>”.__(‘Your Admin account does not have permission to “edit_posts”.’, ‘catablog’).”</li>”);
}`
in catablog.upload.php … any idea why this is giving an error (now) – and is it just me???Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: CataBlog] Admin account w/o permission??’ is closed to new replies.