Posted by SomebodySysop on July 4, 2009 at 9:35pm
Jump to:
| Project: | Event Views |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#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
#13
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.