Compatibility with Drupal 6.13
SomebodySysop - July 4, 2009 - 21:35
| Project: | Event Views |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
Count me in. This is key functionality for me.
#2
subscribing
#3
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 viewsto
dependencies[] = eventdependencies[] = views
This removes the compatibility error, though I don't know if everything else is working.
#4
not working .. no date fields available in views
#5
subscribing - really need this!
#6
Just discovered the same issue!!! I also really need this to work for my website!
#7
@delineate
Your solution fixes this problem.
Issue solved. :)
#8
I applied @delineate's suggested fix to .info and am subscribing to learn if I shot myself in the foot :)
#9
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?
#10
Also not seeing the fields
Can someone who has got this working please explain what we're expecting to see?
Thanks
#11
#12
i got it working from http://drupal.org/node/293894#comment-1434610