Hi there, I have a very small family pmwiki and I've finally gotten it
the way I want it but I've noticed that (:pagelist:) is completely
broken. I installed foxcontacts earlier on and I noticed that the
contacts list is not working. The root of the problem is that even a
default (:pagelist:) is not being rendered even in my Site.HomePage.
The pagelist.php script IS being called and it finds 42 matches but
there is nothing rendered on the wiki.
In case it will will help, here is my config.php:
<?php if (!defined('PmWiki')) exit();
include_once("$FarmD/cookbook/persistentlogin/persistentlogin.php");
include_once("$FarmD/cookbook/fox/fox.php");
include_once("$FarmD/cookbook/foxedit/foxedit.php");
include_once("$FarmD/cookbook/foxdelete/foxdelete.php");
include_once("$FarmD/cookbook/wikigallery/wikigallery.php");
$WikiLibDirs[] = new GalleryPageStore('Gallery');
$MaxIncludes = 200;
$WikiTitle = "My Page";
$PageLogoUrl = "http://site.ca/public/my-logo.gif";
$Skin = "skittlish";
$SkinStyle = "fluid";
$SkinColor = "red";
SetTmplDisplay('PageOptionsFmt', 0);
SetTmplDisplay('PageSearchFmt', 0);
SetTmplDisplay('PageTabsFmt', 0);
$DefaultPasswords['admin'] = 'id:gene,meshe';
$EnableUpload = 1;
$DefaultPasswords['upload'] = 'id:gene,meshe';
$DefaultPasswords['edit'] = 'id:gene,meshe';
$DefaultPasswords['read'] = 'id:*';
$AuthUser['gene'] = crypt('PASS');
$AuthUser['meshe'] = crypt('PASS');
include_once('scripts/authuser.php');
putenv("TZ=CST5CDT");
$TimeFmt = '%B %d, %Y, at %I:%M %p CST';
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users