RT3.2.1 and rt-remind

Hi all,

I’ve put the script rt-remind.pm into my lib/RT/ directory, but I get the
following error when I run it.

[Wed Aug 4 04:39:14 2004] [crit]: Undefined subroutine
&RT::DropSetGIDPermissions called at ./rt-remind.pm line 105.
(rt-3.2.1/lib/RT.pm:257)

I’m using RT 3.2.1 on a linux box.
I’ve also looked inside RT.pm and there is no function by that name …

Dave Harrison, Systems Administrator, Sensory Networks
email: David.Harrison@sensorynetworks.com
phone: [W] +61-2-8302-2700
fingerprint: E29F 2D6A FA27 5B0B B429 F8D3 5318 22D6 E775 2241

Hi all,

I’ve put the script rt-remind.pm into my lib/RT/ directory, but I get the
following error when I run it.

[Wed Aug 4 04:39:14 2004] [crit]: Undefined subroutine
&RT::DropSetGIDPermissions called at ./rt-remind.pm line 105.
(rt-3.2.1/lib/RT.pm:257)

I’m using RT 3.2.1 on a linux box.
I’ve also looked inside RT.pm and there is no function by that name …

I see the same here:

[root@ns2]#perl rt-remind.pl
[Wed Aug 4 10:22:53 2004] [crit]: Undefined subroutine &RT::DropSetGIDPermissions called at rt-remind.pl line 111.
(/opt/rt3/lib/RT.pm:257)

    cheers
   - wash 

Odhiambo Washington . WANANCHI ONLINE LTD (Nairobi, KE) |
. 1ere Etage, Loita Hse, Loita St., |
GSM: (+254) 722 743 223 . # 10286, 00100 NAIROBI |
GSM: (+254) 733 744 121 . (+254) 020 313 985 - 9 |
“Oh My God! They killed init! You Bastards!”
–from a /. post

Hi all,

I’ve put the script rt-remind.pm into my lib/RT/ directory, but I get
the following error when I run it.

[Wed Aug 4 03:36:06 2004] [crit]: Undefined subroutine &RT::DropSetGIDPermissio 105.
(rt-3.2.1/lib/RT.pm:257)

I’m using RT 3.2.1 on a linux box.
I’ve also looked inside RT.pm and there is no function by that name …

Dave Harrison, Systems Administrator, Sensory Networks
email: David.Harrison@sensorynetworks.com
phone: [W] +61-2-8302-2700
fingerprint: E29F 2D6A FA27 5B0B B429 F8D3 5318 22D6 E775 2241

Hi all,

I’ve put the script rt-remind.pm into my lib/RT/ directory, but I get
the following error when I run it.

[Wed Aug 4 03:36:06 2004] [crit]: Undefined subroutine &RT::DropSetGIDPermissio 105.
(rt-3.2.1/lib/RT.pm:257)

I’m using RT 3.2.1 on a linux box.
I’ve also looked inside RT.pm and there is no function by that name …

Comment the line RT::DropSetGIDPermissions() (line 93) in the rt-remind 

script and you’re done.

This function no longer exists in 3.2 (but existed in 3.0)

Pierre.