I did not go through the entire code, however, one thing that I noticed to be incorrect is the line which says "package RT" shown below:

# Pull in the RT stuff
package RT;
use RT::Interface::CLI qw(CleanEnv GetCurrentUser GetMessageContent loc);
...that line needs to be changed to:
use RT;

-Behzad
On Dec 4, 2009, at 5:38 AM, David X. Glover wrote:

Has anyone attempted to get this script:
http://wiki.bestpractical.com/view/rtUnifiedreminder

Working on RT 3.6? It fails because it can't find the Config Class Method, and I'm wondering whether to bother trying to hack it to make it work, or whether I should give up now.

--
David X. Glover
Department of Physics
University of Oxford
http://www.physics.ox.ac.uk/

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to