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] AT 2.0 on RT 4.0.5 - Doesn't work

2012-03-02 Thread Scott Gruber (gmail)
Yep I agree. As far as a working version that can import I don't know of any. 
The only option I see is try and figure out the code myself, not real big on 
perl though, or try and figure out the SQL database the values are stored in. 

If anyone knows of a way to get a spreadsheet into AT 4.0.5 would be most 
helpful.

Scott

Sent from my iPad

On Mar 2, 2012, at 9:27 AM, Aaron Zuercher  wrote:

> Thats unfortunate but I understand people have lives to live and other 
> priorities. 
> 
> I do have a question:  is there a certain version of AT + RT that does work 
> completely?  I'm running 3.8.11 and AT 2.0b2 and import/export is broken  (i 
> found a long bug report in github about it).  And this thread is for AT 4.0.5 
> which is broken as well.  So is there a version in the middle that actually 
> works?  
> 
> Aaron
> 
> 
> On Fri, Mar 2, 2012 at 8:14 AM, UnixMan  wrote:
> 
> I contacted the authors but they don't have the time to look into it. Looks
> like it is dead in the water
> 
> 
> 
> UnixMan wrote:
> >
> > Thanks Kevin, I haven't contacted the authors - thanks for the heads up.
> > I'll contact them asap and then post what I find in case anyone else might
> > have the same problem.
> >
> >
> >
> > Kevin Falcone-2 wrote:
> >>
> >> On Thu, Feb 23, 2012 at 05:41:57AM -0800, UnixMan wrote:
> >>>
> >>> I saved a search using "Importable spreadsheet" made a change and
> >>> uploaded
> >>> the same file through "Asset Import" and it said :
> >>>
> >>> * Asset import errors. No changes were made.
> >>> * Asset #1 not updated:
> >>> * Asset #2 not updated:
> >>> * Asset #4 not updated:
> >>>
> >>> I've been searching all in vain for an answer but have not found
> >>> anything
> >>> relevant.
> >>
> >> Have you contacted the Asset Tracker authors?  Best Practical doesn't
> >> maintain Asset Tracker and the AT authors don't always monitor our
> >> mailing list.  You may need to reach out to them directly.
> >>
> >> -kevin
> >>
> >>
> >> 
> >> RT Training Sessions (http://bestpractical.com/services/training.html)
> >> * Boston — March 5 & 6, 2012
> >>
> >
> >
> 
> --
> View this message in context: 
> http://old.nabble.com/AT-2.0-on-RT-4.0.5---Doesn%27t-work-tp33377844p33428676.html
> Sent from the Request Tracker - User mailing list archive at Nabble.com.
> 
> 
> RT Training Sessions (http://bestpractical.com/services/training.html)
> * Boston  March 5 & 6, 2012
> 

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