Just tried to install event_views:

Event Views 6.x-2.x-dev Views-enables the event fields and creates default event views.
This version is incompatible with the 6.13 version of Drupal core.

What needs to be done to get this work?

Comments

nick johnson’s picture

Count me in. This is key functionality for me.

wallbay1’s picture

subscribing

delineate’s picture

It seems that the dependencies are expected as an array in Drupal 6.x but aren't in the .info file.

In event_views.info, change:

dependencies = event views

to

dependencies[] = event
dependencies[] = views

This removes the compatibility error, though I don't know if everything else is working.

liliplanet’s picture

not working .. no date fields available in views

modctek’s picture

subscribing - really need this!

faulkner161’s picture

Just discovered the same issue!!! I also really need this to work for my website!

eldesigner’s picture

Status: Active » Fixed

@delineate
Your solution fixes this problem.
Issue solved. :)

texas-bronius’s picture

I applied @delineate's suggested fix to .info and am subscribing to learn if I shot myself in the foot :)

sra1’s picture

I applied the fix to the .info file but I don't see the date fields in views like Liliplanet said. Is there an additional step I'm missing?

halfiranian’s picture

Also not seeing the fields

Can someone who has got this working please explain what we're expecting to see?

Thanks

halfiranian’s picture

Status: Fixed » Active
najibx’s picture

crystaldawn’s picture

Status: Active » Closed (fixed)

I've uploaded a new development snapshot that closes all of the drupal 6 / views API 2 problems. Closing all issues related to this problem.