[pmwiki-users] White or inaccessible pages caused by EnablePageIndex

Patrick R. Michaud pmichaud at pobox.com
Thu Feb 8 08:45:30 CST 2007


On Thu, Feb 08, 2007 at 03:37:54PM +0100, EXT / GFI GAGNAIRE Thierry wrote:
>    I had had this night a sequence where no page was accessible :
>    I wanted to optimize index and I added this line in my config.php :
> 
>    $EnablePageIndex = 1
> 
>    As I was following the page documentation :
> 
>    http://www.adelinapi.org/wiki/index.php?n=PmWiki.PagelistVariables

It looks to me as though you're missing the semicolon at the end:

    $EnablePageIndex = 1;

Pm




More information about the pmwiki-users mailing list