Re: [Radiant] Issue with 0.9.1 and events_calendar

2010-09-22 Thread William Ross

On 22 Sep 2010, at 02:19, wprater wrote:

> After an upgrade to 0.9.1, an old copy of events_calendar is no longer
> working.  We're not able to upgrade the extension at this time.  The
> exception being thrown is the following:
> 
> =
> "can't convert Array into String", but there does not seem to be an
> array being passed in, it's just a Time object
> =

Please could you post the stack trace?

will



[Radiant] Issue with 0.9.1 and events_calendar

2010-09-21 Thread wprater
After an upgrade to 0.9.1, an old copy of events_calendar is no longer
working.  We're not able to upgrade the extension at this time.  The
exception being thrown is the following:

=
"can't convert Array into String", but there does not seem to be an
array being passed in, it's just a Time object
=

And the line which causes this is:
=
f.time_select :start_time, { :default => @event.start_time ?
@event.start_time : nil, :time_separator => '', :minute_interval =>
15, :include_blank => true, :simple_time_select => true }
=

I can't for the life of me figure out where the array that is causing
the exception could be?  @event.start_time is a Time object and
#inspect shows "Sat Dec 04 11:00:00 UTC 2010"

Any ideas??