I got this one:
Parse error: syntax error, unexpected T_FUNCTION in /home/content/91/5066391/html/wp-content/plugins/destiny-player-display/class.dpd-widget.php on line 260
<?php query_posts('category_name=Uncategorized'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a> </li>
<?php endwhile; ?>