[SPIP Zone] test notation spip 2.09

salut,
sur une install vierge
dans la base j'ai ce message
La colonne `objet` ne devrait pas faire partie à la fois d'une clé primaire et d'une clé index

en public
jaimejaimepas n'affiche pas l'option j'annule mon vote

<BOUCLE_vignettes(DOCUMENTS){id_article}{notation}{par moyenne_ponderee}>
retourne
*Erreur SQL*
COUNT(notations.note) AS nombre_votes, ROUND(AVG(notations.note),2) AS moyenne, ROUND(AVG(notations.note)*(1-EXP(-5*COUNT(notations.note)/1)),2) AS moyenne_ponderee, documents.fichier, documents.titre FROM spip_documents AS `documents` LEFT JOIN spip_documents_liens AS l ON documents.id_document=l.id_document LEFT JOIN spip_articles AS aa ON (l.id_objet=aa.id_article AND l.objet='article') LEFT JOIN spip_breves AS bb ON (l.id_objet=bb.id_breve AND l.objet='breve') LEFT JOIN spip_rubriques AS rr ON (l.id_objet=rr.id_rubrique AND l.objet='rubrique') LEFT JOIN spip_forum AS ff ON (l.id_objet=ff.id_forum AND l.objet='forum') INNER JOIN spip_documents_liens AS L1 ON ( L1.id_document = documents.id_document ) WHERE ((aa.statut = 'publie' AND aa.date<='9999-12-31') OR bb.statut = 'publie' OR rr.statut = 'publie' OR ff.statut='publie') AND (documents.mode != 'vignette') AND (documents.taille > 0 OR documents.distant='oui') AND (L1.id_objet = 22) AND (L1.objet = 'article') GROUP BY documents.id_document,documents.id_document ORDER BY moyenne_ponderee
*Unknown column 'notations.note' in 'field list'*