message d'erreur au vide cache et puis c'est tout

J'ai ce message d'erreur dès que je vide la cache une fois et ensuite plus rien:
#PAGINATION sans critère {pagination} ou employé dans une boucle recursive
Ma boucle: ( en fait c'est la boucle de la /dist/)
<div class="liste-articles">
                    #ANCRE_PAGINATION
                   
                        <br />
                            <h4 class="titre"><img src=images/puce.gif width="8" height="11"><a href="#URL_ARTICLE">#TITRE</a></h4>
                            <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]</small>
                                               </BOUCLE_articles>
                    <br /><br />Il y a au total #GRAND_TOTAL textes dans ce thème, cette page en affiche #TOTAL_BOUCLE
                    [<p class="pagination">(#PAGINATION{precedent_suivant})</p>]
                </div>
                </B_articles>
               
                        <br />
                            <h4 class="titre"><img src=images/puce.gif width="8" height="11"><a href="#URL_BREVE">#TITRE</a></h4>
                            <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]</small>
                                               </BOUCLE_breves>
                    <br /><br />Il y a au total #GRAND_TOTAL textes dans ce thème, cette page en affiche #TOTAL_BOUCLE
                    [<p class="pagination">(#PAGINATION{precedent_suivant})</p>]
                               </B_breves>#ANCRE_PAGINATION</p>
      </div>

Le 9 déc. 07 à 19:33, monnaieancienne a écrit :

J'ai ce message d'erreur dès que je vide la cache une fois et ensuite
plus rien:
#PAGINATION sans critère {pagination} ou employé dans une boucle recursive
Ma boucle: ( en fait c'est la boucle de la /dist/)
<div class="liste-articles">
                    #ANCRE_PAGINATION

as-tu un <B_articles> avant ton #ANCRE ?, sinon il faut un mettre un
Claude

                        <BOUCLE_articles(ARTICLES) {id_rubrique} {par
date}{inverse} {pagination 20}>
                        <br />
                            <h4 class="titre"><img src=images/puce.gif
width="8" height="11"><a href="#URL_ARTICLE">#TITRE</a></h4>
                            <small>[(#DATE|affdate_jourcourt)][,
<:par_auteur:> (#LESAUTEURS)]</small>

                        </BOUCLE_articles>
                    <br /><br />Il y a au total #GRAND_TOTAL textes dans
ce thème, cette page en affiche #TOTAL_BOUCLE
                    [<p
class="pagination">(#PAGINATION{precedent_suivant})</p>]
                </div>
                </B_articles>

                        <BOUCLE_breves(BREVES) {id_rubrique} {par
date}{inverse} {pagination 20}>
                        <br />
                            <h4 class="titre"><img src=images/puce.gif
width="8" height="11"><a href="#URL_BREVE">#TITRE</a></h4>
                            <small>[(#DATE|affdate_jourcourt)][,
<:par_auteur:> (#LESAUTEURS)]</small>

                        </BOUCLE_breves>
                    <br /><br />Il y a au total #GRAND_TOTAL textes dans
ce thème, cette page en affiche #TOTAL_BOUCLE
                    [<p
class="pagination">(#PAGINATION{precedent_suivant})</p>]

                </B_breves>#ANCRE_PAGINATION</p>
      </div>
_______________________________________________
liste spip
spip@rezo.net - désabonnement : spip-off@rezo.net
Infos et archives : http://listes.rezo.net/mailman/listinfo/spip
Documentation de SPIP : http://www.spip.net/
irc://irc.freenode.net/spip
FAQ : FAQ webmestre - SPIP

Le Sun, 09 Dec 2007 19:33:27 +0100, monnaieancienne <monnaieancienne@free.fr> a écrit:

J'ai ce message d'erreur dès que je vide la cache une fois et ensuite
plus rien:
#PAGINATION sans critère {pagination} ou employé dans une boucle recursive
Ma boucle: ( en fait c'est la boucle de la /dist/)
<div class="liste-articles">
                    #ANCRE_PAGINATION
                       <BOUCLE_articles(ARTICLES) {id_rubrique} {par
date}{inverse} {pagination 20}>
                        <br />
                            <h4 class="titre"><img src=images/puce.gif
width="8" height="11"><a href="#URL_ARTICLE">#TITRE</a></h4>
                            <small>[(#DATE|affdate_jourcourt)][,
<:par_auteur:> (#LESAUTEURS)]</small>
                       </BOUCLE_articles>
                    <br /><br />Il y a au total #GRAND_TOTAL textes dans
ce thème, cette page en affiche #TOTAL_BOUCLE
                    [<p
class="pagination">(#PAGINATION{precedent_suivant})</p>]
                </div>
                </B_articles>
                       <BOUCLE_breves(BREVES) {id_rubrique} {par
date}{inverse} {pagination 20}>
                        <br />
                            <h4 class="titre"><img src=images/puce.gif
width="8" height="11"><a href="#URL_BREVE">#TITRE</a></h4>
                            <small>[(#DATE|affdate_jourcourt)][,
<:par_auteur:> (#LESAUTEURS)]</small>
                       </BOUCLE_breves>
                    <br /><br />Il y a au total #GRAND_TOTAL textes dans
ce thème, cette page en affiche #TOTAL_BOUCLE
                    [<p
class="pagination">(#PAGINATION{precedent_suivant})</p>]
               </B_breves>#ANCRE_PAGINATION</p>
      </div>

C'est normal #ANCRE_PAGINATION en dehors de </B_breves> par exemple ? La boucle article récent de sommaire ressemble plutôt à ça chez moi :

         <B_articles_recents>
         <div class="menu articles">
             [(#ANCRE_PAGINATION)]
             <h2><:derniers_articles:></h2>
             <ul>
                 <BOUCLE_articles_recents(ARTICLES) {lang} {par date}{inverse} {pagination 5}>
                 <li class="hentry">
                     [(#LOGO_ARTICLE_RUBRIQUE|#URL_ARTICLE|image_reduire{150,100})]
                     <h3 class="entry-title"><a href="#URL_ARTICLE" rel="bookmark">#TITRE</a></h3>
                     <small><abbr class="published"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)]</abbr>[, <:par_auteur:> (#LESAUTEURS)]</small>
                     [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION)</div>]
                 </li>
                 </BOUCLE_articles_recents>
             </ul>
             [<p class="pagination">(#PAGINATION)</p>]
         </div>
         </B_articles_recents>

--
Utilisant le client e-mail révolutionnaire d'Opera : Opera Web Browser | Faster, Safer, Smarter | Opera