[pmwiki-users] Coding confusion - Help

Patrick R. Michaud pmichaud at pobox.com
Mon Jan 30 02:24:56 CST 2006


On Sun, Jan 29, 2006 at 11:53:15PM -0500, Greg wrote:
> I've got pages with several levels of includes and some of them seem to cause later ones to not be included further down the page. 
> 
> I've tried various rewrites and can see no pattern. 

PmWiki has a limit on the number of includes allowed in a page (to
prevent recursions and other issues) -- by default it's set to 50.
You can change this by setting in local/config.php:

    $MaxIncludes = 200;

Or pick whatever number you want.

Pm





More information about the pmwiki-users mailing list