Luis Casillas wrote:
If there isn't a way to do this without modifying the code, I'd ask if the project would accept a patch to make it pick up the default value from DefaultSettings.php.
There's already a big change for this in current CVS, it works differently and AFAIK has removed this limit. I don't know how easy it would be to backport it to 1.3.
If you just want to change the limit locally, it's defined right at the top of Parser.php:
define( "MAX_INCLUDE_REPEAT", 5 );
-- brion vibber (brion @ pobox.com)