[rt-users] RESOLVED: Plugins stopped working [was: Plugin(s) stopped working (long)]
Patrick G. Stoesser
rt-list at himt.de
Tue Nov 22 10:58:38 EST 2016
Final update:
I now upgraded again to 1.01, and the inline images are displayed. No
more error messages in the logfile.
One thing though:
The documentation of Calendar says
******************************************************
Edit your /opt/rt4/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:
Plugin('RTx::Calendar');
For RT 4.0, add this line:
Set(@Plugins, qw(RTx::Calendar));
or add RTx::Calendar to your existing @Plugins line.
******************************************************
I read this in this way:
If you're using 4.2 or greater, add Plugin('RTx::Calendar');
If you're using 4.0, add Set(@Plugins, qw(RTx::Calendar)); or add
RTx::Calendar to your existing @Plugins line.
which did of course not work (I tried nevertheless). I think it's meant like
If you're using 4.2 or greater, add Plugin('RTx::Calendar'); or add
RTx::Calendar to your existing @Plugins line.
If you're using 4.0, add Set(@Plugins, qw(RTx::Calendar)); or add
RTx::Calendar to your existing @Plugins line.
Regards, Patrick
Am 22.11.2016 um 16:42 schrieb Patrick G. Stoesser:
> Update:
>
> I now made research from bottom to top and found out that all files
> under /usr/local/share/request-tracker4/plugins were root:staff and 0775
> - except RTx-Calendar, which was 0444. I chmoded to 0775 and heureka!
> Calendar is displayed. What a...
>
> What still does not work: The inline images of calendar aren't
> displayed. I'll keep at it.
> ---------
> RT 4.4 and RTIR training sessions, and a new workshop day!
> https://bestpractical.com/training
> * Los Angeles - January 9-11 2017
More information about the rt-users
mailing list