[pmwiki-users] Need help with Site/AuthUser

Jon Haupt jhaupt at gmail.com
Wed Jun 14 20:32:39 CDT 2006


On 6/14/06, Jen Gagne <jen at beware-of-art.com> wrote:
> Further down in config.php, I put:
> include_once("scripts/authuser.php");
> $Author = $AuthId;
>

I would suggest that your include_once line is flawed.  I think it'll
look in /local/scripts/authuser.php based on what you have there.  If
you switch it to

include_once("$FarmD/scripts/authuser.php");

I think it'll work... Does that fix it?

Jon




More information about the pmwiki-users mailing list