Currently we're using dev versions of Date, Calendar, Views, and Ctools. This is because there was no working combination of stable releases. However, there are newish releases of Date, Calendar, and Views. It may be possible now to switch to using those stable releases in combination with the dev release of Ctools.

Need to test with the stable releases.

Comments

rosemarymann’s picture

Testing with the latest stable releases of Calendar, Date and Views within an Open Outreach install threw a number of errors including:

#1398584: calendar-date/week generates errors: Undefined index: groupby_times in template_preprocess_calendar_week()
#1263456: Display "Defaults" has an invalid style plugin.

Given this, it seems best to keep with the dev versions for a little longer. The current plan is to test again once there is a new release of Ctools.

trillex’s picture

I assume this isn't for Calendar 7.x-3.0-alpha2, but rather an older version?

I tried giving this a try, after having a working Debut Event up on a site about 6 months ago (probably older version), but now I am getting various errors when trying to view /events. /calendar works just fine:

Debug:
'calendar_plugin_style: The calendar row plugin is required when using the calendar style, but it is missing.'
i calendar_plugin_style->render() (line 217 of sites/all/modules/calendar/includes/calendar_plugin_style.inc).

Trying to edit the views associated with /events, gives me this:

Fatal error: Call to a member function summary_title() on a non-object in sites/all/modules/views/plugins/views_plugin_display.inc on line 1141

As I can't find an older version of Calendar, I don't think I can get this working with ease.

stuzog’s picture

I also get exactly the same error with fresh install of beta7:

Debug:
'calendar_plugin_style: The calendar row plugin is required when using the calendar style, but it is missing.'
in calendar_plugin_style->render() (line 217 of /profiles/openoutreach/modules/contrib/calendar/includes/calendar_plugin_style.inc).

nedjo’s picture

@stuzog: that looks to be a bug with the beta7 release and so not related to this issue, which is about switching to stable releases. Pls post a new issue.

nedjo’s picture

Status: Active » Fixed

We've now switched to the stable releases of these modules for all Debut features.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jmrivero’s picture

So then the development branch dependencies listed in the project page are only for the RC1?

rosemarymann’s picture

The latest stable releases of calendar, date, ctools and views now all work fine for Debut Event--just forgot to update the project page. Will do so right now. Thanks for pointing this out.