Re: [rt-users] could not find component for path MyCalendar

2012-02-08 Thread Scott Gruber (gmail)
Ahhh I stopped and restarted the httpd daemon and it is now working - thanks so 
much

Scott


On Feb 8, 2012, at 11:48 AM, Ruslan Zakirov  wrote:

> On Wed, Feb 8, 2012 at 20:42, senior.unix  wrote:
>> I just installed RT3.8.8 and when I log in I get the following at the "RT at
>> a glance"
>> (this is because we're using this as a test bed for RT 4.0.4 migration) :
>> 
>>  could not find component for path 'MyCalendar'
>> 
>> Here is what it looks like in my RT_SiteConfig.pm :
>> 
>> # Calendar details can be found under
>> http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README
>> Set(@Plugins, qw(RTx::Calendar));
>> Set($CalendarDisplayOwner, 1);
>> Set($ICalTicketType, "Data::ICal::Entry::Event");
>> Set($ICalReminderType ,"Data::ICal::Entry::Todo");
>> @CalendarPopupFields = ('Status', 'OwnerObj->Name', 'DueObj->ISO');
>> Set(@Active_MakeClicky, qw(httpurl));
>> Set(@Plugins, qw(RTx::AssetTracker::System));
>> Set(@Plugins, qw(RTx::EmailCompletion));
>> #Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
>> Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
>> MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
> 
> 
> You need to put all plugins in one place
> 
> Set(@Plugins, qw(
>   RTx::Calendar
>   RT::Extension::Another
>...other plugins...
> ));
> 
>> 
>> Any and all help is greatly appreciated,
>> Thanks,
>> Scott
>> 
>> 
>> RT Training Sessions (http://bestpractical.com/services/training.html)
>> * Boston — March 5 & 6, 2012
> 
> 
> 
> -- 
> Best regards, Ruslan.

RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5 & 6, 2012

Re: [rt-users] could not find component for path MyCalendar

2012-02-08 Thread Kevin Falcone
On Wed, Feb 08, 2012 at 12:11:07PM -0500, senior.unix wrote:
> Thanks Ruslan,
> 
> it now looks like :
> 
> Set(@Plugins, qw(
>  RT::Extension::MergeUsers
>  RTx::Calendar
>  RTx::EmailCompletion
>  RT::Authen::ExternalAuth
> ));
> 
> 
> but unfortunately the problems still persists.

Have you installed the RTx-Calendar extension?  Is it in
/opt/rt3/local/plugins and readable by the webserver?

-kevin

> On Feb 8, 2012, at 11:48 AM, Ruslan Zakirov wrote:
> 
> > On Wed, Feb 8, 2012 at 20:42, senior.unix  wrote:
> >> I just installed RT3.8.8 and when I log in I get the following at the "RT 
> >> at
> >> a glance"
> >> (this is because we're using this as a test bed for RT 4.0.4 migration) :
> >> 
> >>  could not find component for path 'MyCalendar'
> >> 
> >> Here is what it looks like in my RT_SiteConfig.pm :
> >> 
> >> # Calendar details can be found under
> >> http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README
> >> Set(@Plugins, qw(RTx::Calendar));
> >> Set($CalendarDisplayOwner, 1);
> >> Set($ICalTicketType, "Data::ICal::Entry::Event");
> >> Set($ICalReminderType ,"Data::ICal::Entry::Todo");
> >> @CalendarPopupFields = ('Status', 'OwnerObj->Name', 'DueObj->ISO');
> >> Set(@Active_MakeClicky, qw(httpurl));
> >> Set(@Plugins, qw(RTx::AssetTracker::System));
> >> Set(@Plugins, qw(RTx::EmailCompletion));
> >> #Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
> >> Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
> >> MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
> > 
> > 
> > You need to put all plugins in one place
> > 
> > Set(@Plugins, qw(
> >   RTx::Calendar
> >   RT::Extension::Another
> >...other plugins...
> > ));
> > 
> >> 
> >> Any and all help is greatly appreciated,
> >> Thanks,
> >> Scott
> >> 
> >> 
> >> RT Training Sessions (http://bestpractical.com/services/training.html)
> >> * Boston — March 5 & 6, 2012
> > 
> > 
> > 
> > -- 
> > Best regards, Ruslan.
> 
> 
> RT Training Sessions (http://bestpractical.com/services/training.html)
> * Boston  March 5 & 6, 2012


pgpxwJOn0o1Yr.pgp
Description: PGP signature

RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston — March 5 & 6, 2012

Re: [rt-users] could not find component for path MyCalendar

2012-02-08 Thread senior.unix
Thanks Ruslan,

it now looks like :

Set(@Plugins, qw(
 RT::Extension::MergeUsers
 RTx::Calendar
 RTx::EmailCompletion
 RT::Authen::ExternalAuth
));


but unfortunately the problems still persists.

Any and all ideas are greatly sppreciated,
Thanks,
Scott

On Feb 8, 2012, at 11:48 AM, Ruslan Zakirov wrote:

> On Wed, Feb 8, 2012 at 20:42, senior.unix  wrote:
>> I just installed RT3.8.8 and when I log in I get the following at the "RT at
>> a glance"
>> (this is because we're using this as a test bed for RT 4.0.4 migration) :
>> 
>>  could not find component for path 'MyCalendar'
>> 
>> Here is what it looks like in my RT_SiteConfig.pm :
>> 
>> # Calendar details can be found under
>> http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README
>> Set(@Plugins, qw(RTx::Calendar));
>> Set($CalendarDisplayOwner, 1);
>> Set($ICalTicketType, "Data::ICal::Entry::Event");
>> Set($ICalReminderType ,"Data::ICal::Entry::Todo");
>> @CalendarPopupFields = ('Status', 'OwnerObj->Name', 'DueObj->ISO');
>> Set(@Active_MakeClicky, qw(httpurl));
>> Set(@Plugins, qw(RTx::AssetTracker::System));
>> Set(@Plugins, qw(RTx::EmailCompletion));
>> #Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
>> Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
>> MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
> 
> 
> You need to put all plugins in one place
> 
> Set(@Plugins, qw(
>   RTx::Calendar
>   RT::Extension::Another
>...other plugins...
> ));
> 
>> 
>> Any and all help is greatly appreciated,
>> Thanks,
>> Scott
>> 
>> 
>> RT Training Sessions (http://bestpractical.com/services/training.html)
>> * Boston — March 5 & 6, 2012
> 
> 
> 
> -- 
> Best regards, Ruslan.


RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5 & 6, 2012


Re: [rt-users] could not find component for path MyCalendar

2012-02-08 Thread Ruslan Zakirov
On Wed, Feb 8, 2012 at 20:42, senior.unix  wrote:
> I just installed RT3.8.8 and when I log in I get the following at the "RT at
> a glance"
> (this is because we're using this as a test bed for RT 4.0.4 migration) :
>
>  could not find component for path 'MyCalendar'
>
> Here is what it looks like in my RT_SiteConfig.pm :
>
> # Calendar details can be found under
> http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README
> Set(@Plugins, qw(RTx::Calendar));
> Set($CalendarDisplayOwner, 1);
> Set($ICalTicketType, "Data::ICal::Entry::Event");
> Set($ICalReminderType ,"Data::ICal::Entry::Todo");
> @CalendarPopupFields = ('Status', 'OwnerObj->Name', 'DueObj->ISO');
> Set(@Active_MakeClicky, qw(httpurl));
> Set(@Plugins, qw(RTx::AssetTracker::System));
> Set(@Plugins, qw(RTx::EmailCompletion));
> #Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
> Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
> MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);


You need to put all plugins in one place

Set(@Plugins, qw(
   RTx::Calendar
   RT::Extension::Another
...other plugins...
));

>
> Any and all help is greatly appreciated,
> Thanks,
> Scott
>
> 
> RT Training Sessions (http://bestpractical.com/services/training.html)
> * Boston — March 5 & 6, 2012



-- 
Best regards, Ruslan.

RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5 & 6, 2012

[rt-users] could not find component for path MyCalendar

2012-02-08 Thread senior.unix
I just installed RT3.8.8 and when I log in I get the following at the "RT at
a glance"
(this is because we're using this as a test bed for RT 4.0.4 migration) :

 could not find component for path 'MyCalendar' 

Here is what it looks like in my RT_SiteConfig.pm :

# Calendar details can be found under
http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README
Set(@Plugins, qw(RTx::Calendar));
Set($CalendarDisplayOwner, 1);
Set($ICalTicketType, "Data::ICal::Entry::Event");
Set($ICalReminderType ,"Data::ICal::Entry::Todo");
@CalendarPopupFields = ('Status', 'OwnerObj->Name', 'DueObj->ISO');
Set(@Active_MakeClicky, qw(httpurl));
Set(@Plugins, qw(RTx::AssetTracker::System));
Set(@Plugins, qw(RTx::EmailCompletion));
#Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);


Any and all help is greatly appreciated,
Thanks,
Scott

RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston — March 5 & 6, 2012

[rt-users] could not find component for path 'MyCalendar'???

2008-03-10 Thread Greg Evans
Anyone able to tell me how to fix this one? This is happening on every user
with the same privileges as me but does not happen on my account. I am
officially stuck because I don't have a clue on this. I may have missed this
somewhere but a google search showed nothing

could not find component for path 'MyCalendar'


Trace begun at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line
1204
HTML::Mason::Request::comp('HTML::Mason::Request::ApacheHandler=HASH(0xb03a0
e0)', 'MyCalendar') called at /opt/rt3/share/html/Elements/MyRT line 90
HTML::Mason::Commands::__ANON__('HASH(0xb0634ec)') called at
/opt/rt3/share/html/Elements/MyRT line 52
HTML::Mason::Commands::__ANON__ at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xb089da
4)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line
1262
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1252
HTML::Mason::Request::comp(undef, undef) called at
/opt/rt3/share/html/index.html line 81
HTML::Mason::Commands::__ANON__ at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xb0a48c
0)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line
1262
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1252
HTML::Mason::Request::comp(undef, undef, undef) called at
/opt/rt3/share/html/autohandler line 291
HTML::Mason::Commands::__ANON__ at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xa8bdbd
c)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line
1257
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1252
HTML::Mason::Request::comp(undef, undef, undef) called at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 466
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 466
eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 418
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0xb03a0
e0)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm
line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandl
er=HASH(0xb03a0e0)') called at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 825
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(
0x99571b0)', 'Apache2::RequestRec=SCALAR(0xb08e3e0)') called at
/opt/rt3/bin/webmux.pl line 125
eval {...} at /opt/rt3/bin/webmux.pl line 125
RT::Mason::handler('Apache2::RequestRec=SCALAR(0xb08e3e0)') called at -e
line 0


Greg Evans
Hood Canal Communications
(360) 898-2481 ext.212 

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

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


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