[pmwiki-users] PageList Protect is failing

Sivakatirswami katir at hindu.org
Tue Jul 24 20:47:18 CDT 2007


Suddenly for no reason that I can fathom... Page List Protect no longer
functions

I have it set to 1 (see top of my farm config below..)

but page lists are now showing all groups, even those for which
the user is not authenticated to read.

It was working a few days ago...

any insights one why it would stop?  I did manually delete
everything in the page list work.d cache

I have yet to upgrade . 59 and am using cluster...



<?php

$FarmPubDirUrl = 'http://wiki.hindu.org/pmwiki/pub';

$DefaultPasswords['admin'] ='************;
$DefaultPasswords['attr']='***********';
$DefaultPasswords['upload'] = '***********';
$DefaultPasswords['forms'] = 'nopass';


# Groups are folderized. A new group should create a new folder
# automatically. If it fails it is because php safe mode is back on
# which can happen if PLESK restores its default
# see the web server admin wiki for details on fixing that problem

$EnablePageListProtect = 1;
$WikiDir = new PageStore('wiki.d/{$Group}/{$FullName}');



######

# Cache Page lists to speed up things...
#PmWiki will then try to automatically create work.d for each
#wiki that doesn't already have one (and report back with an error
# if it's unable to do so).

$PageListCacheDir = 'work.d';
mkdirp($PageListCacheDir);

include_once('local/config.php'); ### <----- load wiki's customizations

include_once("$FarmD/cookbook/cluster.php");
include_once("$FarmD/cookbook/wsplus.php");
include_once("$FarmD/cookbook/zap.php");

$Skin= 'fixflow';

Sivakatirswami





More information about the pmwiki-users mailing list