<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hi,<br>
<br>
I am trying to setup a pagelist cache as per below but it doesn't
appear to work.<br>
<br>
<blockquote>$PageListCacheDir<br>
&nbsp;&nbsp;&nbsp; The name of a writable directory where PmWiki can cache results of
(:pagelist:) directives to speed up subsequent displays of the same
list. Default is empty, which disables the pagelist cache.<br>
  <br>
&nbsp;&nbsp;&nbsp; # Enable pagelist caching in work.d/<br>
&nbsp;&nbsp;&nbsp; $PageListCacheDir = 'work.d/';<br>
</blockquote>
<br>
<br>
I have:<br>
&nbsp;<br>
$PageListCacheDir = 'work.d/';&nbsp; <br>
<br>
in my local/config.php&nbsp; but nothing seems to be being written to the
directory.<br>
The directory permissions are set to 777 ( just for validation).&nbsp; <br>
Timings for loading pagelist pages both with and without the cache
"set" are the same, so I conclude that this isn't working.<br>
<br>
Can anyone advise what I've missed or should check?<br>
<br>
Thanks<br>
<br>
Graham<br>
<br>
<br>
</body>
</html>