Ok, I don't have to modify anything, because, as I understand, there's no actual limit to how many PTV you use in your wiki.<br>That's great!<br><br>Thanks<br><br>Marius<br><br><div class="gmail_quote">On Fri, Sep 2, 2011 at 1:00 PM, Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Friday 02 September 2011 10:18:28, Marius Stoica wrote :<br>
<div class="im">> I'm planing to use page text variables to annotate the texts and I saw that<br>
> in pmwiki.php there's a limit of 500 PTV.<br>
><br>
> Is this limit applayed to one page or all the wiki pages?<br>
<br>
</div>The limit concerns 500 "displays" of "the same" PageTextVariable from "the<br>
same" page, for example:<br>
<br>
  {Main.HomePage$:Summary}<br>
  {Main.HomePage$:Summary}<br>
  {Main.HomePage$:Summary} etc. 500 times.<br>
<br>
This is probably never needed for normal pages, but in a case where it is, you<br>
can set in config.php $MaxPageTextVars to a larger number.<br>
<br>
The limit is there to avoid infinite loops consuming much memory and server<br>
resources, caused by this and a few other similar cases:<br>
<br>
  VariableOne:{$:VariableTwo}<br>
  VariableTwo:{$:VariableOne}<br>
<font color="#888888"><br>
Petko<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br>