[pmwiki-users] Commenting Malfunction

Hans design at flutesong.net
Wed Feb 9 11:56:14 CST 2005


the comments script is buggy as distributed i believe.
I had to change some lines to get it working.

At line 207 or there about you can try replace the function with this:

// Returns file name for the comments for current page
function CommentsFileName($pagename) {
        global $WorkDir;
        return $WorkDir.'/'.$pagename.".Comments";
}



Best, 
~Hans                           




More information about the pmwiki-users mailing list