On 27 Oct 2010, at 06:05, Jim Gay wrote:
On Wed, Oct 27, 2010 at 1:00 AM, john muhl <[email protected]> wrote:
On Tue, Oct 26, 2010 at 2:02 PM, SS <[email protected]>
wrote:
Hi,
Does anyone know why I'm getting this stacktrace when I try to add a
new Event in my Radiant project?
Am I missing another extension/plugin that is not mentioned in the
documentation for taggable_events extension?
i don't have any first hand experience but a quick poke around the
repo it looks like you need at least event_calendar. do you have that
installed properly?
Nor I, but it sounds like you might not have migrated taggable_events
if you are getting "undefined method `attached_tags' "
Taggable_events is a tiny bit of glue, and not very well documented.
Sorry! Doesn't do much, you see, except to connect these two:
* taggable extension: http://github.com/spanner/radiant-taggable-extension
* event_calendar extension:
http://github.com/radiant/radiant-event-calendar-extension
The attached_tags association is defined by taggable (pages already
have a tags method) so I suspect you're missing that. I'll make the
instructions better.
best,
will
ps. I haven't seen your original messages with the trace yet, but it
does sound we're missing a friendly 'uninstalled extension' signal now
that they all expect to be installed as gems.