[Pmwiki-users] trails script moved to cookbook no longer works

Patrick R. Michaud pmichaud
Wed Nov 3 18:24:01 CST 2004


On Thu, Nov 04, 2004 at 01:05:47AM +0000, Val Sharp wrote:
> I wanted to customise trails.php, so I copied it to the cookbook 
> folder, and in my config.php file set
> 
> $EnableWikiTrails=0;
> include_once("cookbook/vgstrails.php");
> 
> However, even before changing it in any way, it no longer works properly.
> 
> The script is certainly executing, but $prev and $next are now 
> resulting in empty strings. Any ideas?

Hmm, seems to me like it should work.  Try adding

   include_once('scripts/stdmarkup.php');

as the first line of your vgstrails.php script, and see if that helps.
Let me know if it works (or if it doesn't) so I can figure out why
it's not working, as it seems like it should've worked even without the
extra include_once().

Pm



More information about the pmwiki-users mailing list