Hello, I am sure that the following code is correct since it was working before upgrading to MT 4.21.
<a href="<$MTEntryPermalink archive_type=">" title=""></a>
<p><a href="<$MTEntryPermalink archive_type=">" title=""> $mt:EntryID$> </a></p>
<p><a href="<$MTEntryPermalink archive_type=">" title="">Read More</a></p>
It would be great if someone tells me how i can solve this problem.
Reported on Movable Type 4.2

Louaye - I don't see any ArchiveList tags in your code. It seems like your code got a little messed up.
Could you please paste your code again? Be sure to place four spaces before each line of code in order for Markdown to format your code correctly.
Sorry for that. Here's my code:
<MTArchiveList archive_type="Yearly"> <h2><$MTArchiveDate format="%Y"$></h2> <MTEntries category="News"> <div class="excerpt"> <h3><a href="<$MTEntryPermalink archive_type="Individual"$>" title=""><$MTEntryTitle$></a></h3> <p class="summary"> <$mt:EntryExcerpt$> </p> <p class="read_more"><a href="<$MTEntryPermalink archive_type="Individual"$>" title="">Read More</a></p> </div> </MTEntries> </MTArchiveList>