[rt-users] Privileged Users
Stephen Turner
sturner at MIT.EDU
Sun Nov 19 11:33:14 EST 2006
Quoting Mathew Snyder <theillien at yahoo.com>:
> Yeah, I commented it out and it ran find. I'm guessing though, that all the
> errors that I'm getting:
>
> [Sun Nov 19 08:59:35 2006] [err]: RT::User=HASH(0xaea2ed4) was
> created without a
> CurrentUser 1 (/usr/local/rt-3.6.1/lib/RT/Base.pm:92)
>
> are from not running this as an authenticated user? There's a bunch of them
> right before it spits out the results I'm looking for.
>
> Mathew
>
>>>>>> my $users = new RT::Users(RT_System);
Mat,
Try
my $users = new RT::Users(RT::SystemUser);
More information about the rt-users
mailing list