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?
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
Comment #1
nick johnson commentedCount me in. This is key functionality for me.
Comment #2
wallbay1 commentedsubscribing
Comment #3
delineate commentedIt 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:
to
This removes the compatibility error, though I don't know if everything else is working.
Comment #4
liliplanet commentednot working .. no date fields available in views
Comment #5
modctek commentedsubscribing - really need this!
Comment #6
faulkner161 commentedJust discovered the same issue!!! I also really need this to work for my website!
Comment #7
eldesigner commented@delineate
Your solution fixes this problem.
Issue solved. :)
Comment #8
texas-bronius commentedI applied @delineate's suggested fix to .info and am subscribing to learn if I shot myself in the foot :)
Comment #9
sra1 commentedI 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?
Comment #10
halfiranian commentedAlso not seeing the fields
Can someone who has got this working please explain what we're expecting to see?
Thanks
Comment #11
halfiranian commentedComment #12
najibx commentedi got it working from http://drupal.org/node/293894#comment-1434610
Comment #13
crystaldawn commentedI've uploaded a new development snapshot that closes all of the drupal 6 / views API 2 problems. Closing all issues related to this problem.