/widgets/recrent.php has the same error as before:
line 1:
<?
line 32:
<?
line 36:
<?
line 67:
<input style="width: 200px;" id="ts_recent_title" name="ts_recent_title" type="text" value="<? echo $title; ?>" />
line 72:
<input style="width: 20px;" id="ts_recent_maxposts" name="ts_recent_maxposts" type="text" value="<? echo $maxposts; ?>" />
line 78:
<?
line 93:
<a href="<? the_permalink(); ?>"><?php the_post_thumbnail(array(67, 67)); ?></a>
line 94 (twice):
<p><a href="<? the_permalink(); ?>"><? the_title(); ?></a><?php echo split_by_words(ts_getoption('ts_miniexcerpt_size'), get_the_excerpt()) . ' »'; ?></p>
line 98:
<?
try and change all these php shorttags into full <?php tags.