adam overton writes:
if anyone has any guesses as to what kind of operations could be interfering with fox's or pmwiki's ability to grab {$$vars} – something that might have changed btwn 2.2.2 and 2.2.46 – i would be very happy to hear it.

Since 2.2.14, undefined {$$variables} in pagelsts and in included pages are removed. I'm not sure how Fox gets these variables, but you can revert PmWiki to the previous way by adding to config.php this line:

 $EnableUndefinedTemplateVars = 1; # keep and display unset {$$variables}

If this *was* the cause of the problem, please document it on the recipe page.

Petko


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to