Never mind I solved that, I clean all the excerpts and everything worked again.
Another question:
Do you know how i can put a paragraph on a excerpt? A Blank line between two lines? I have turn on the option “Conserver le code HTML ?” to Totalement and even so the break dont know.
Can you help me with that?
After some research i manage to fix this i leave here the code so it may help other with my problem.
The only thing i needed to make was changing this:
<?php query_posts('showposts=5'); ?>
Into this:
<?php query_posts('showposts=5'.'&paged='.$paged); ?>