Hello,
I've done a clean install by ftp of WP version 3.3.1. I have no plugins activated other than Askimet. When I click the link for All Pages I should see a list of all the pages I've created (so far only 2) but I only see the Home page listed and under the Author column is this error message:
Fatal error: Call to undefined function get_the_author_meta() in /homepages/44/d398494667/htdocs/wp-admin/includes/class-wp-posts-list-table.php on line 656
I've tried both of the default themes and a custom theme and still get the same error message so this makes me think this is not theme related as I've seen in other support posts with similar error messages.
I've re-downloaded both WP versions 3.3.1 and 3.3 and replaced that file (class-wp-posts-list-table.php) thinking that I might have a corrupted version of that file.
Lines 648 to 659 of that file are:
</td>
<?php
break;
case 'author':
?>
<td <?php echo $attributes ?>><?php
printf( '<a href="%s">%s</a>',
esc_url( add_query_arg( array( 'post_type' => $post->post_type, 'author' => get_the_author_meta( 'ID' ) ), 'edit.php' )),
get_the_author()
);
?></td>
Oh yes, I should tell you that I have created only one other user and I'm working on the site as Admin. And I get the same error message when I go to All Posts.
Not sure what else to tell you. Can someone kindly help a gal out?
Thanks in advance.