You should really read the README file:
The changes in this extension are already included in RT 4.0.

So for 4.0 you don't need this extension as it only back port some changes from 4.0 to 3.8 to make the reminder feature useful under 3.8.

-Chris

Am 10.03.2012 16:38, schrieb Martin Petersson:
Hello

And thank you for the tip. I have RT 4.0.4 , does it work? I installed
but didnt cleared out removed old extension and cleared out Masonbut it
doesnt seem to happen anything?

Do i need to do anything more except the installation?

1. perl Makefile.PL

2. make

3. remove old Extension: rm -rf
/opt/rt3/local/plugins/RT-Extension-ReminderImproved

4. make install

5. Add 'RT::Extension::ReminderImproved' to @Plugins in
/opt/rt3/etc/RT_SiteConfig.pm

6. Clear mason cache: rm -rf /opt/rt3/var/mason_data/obj

7. Restart webserver

I added this ”RT::Extension::ReminderImproved” in RT_SiteConfig.pm like this

# You must install Plugins on your own, this is only an example

# of the correct syntax to use when activating them.

# There should only be one @Plugins declaration in your config file.

#Set(@Plugins,(qw(RT::Extension::QuickDelete
RT::Extension::CommandByMail)));

Set(@Plugins,(qw(RT::Extension::ReminderImproved)));

1;


Reply via email to