Closed (fixed)
Project:
Views Tagadelic
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2008 at 18:51 UTC
Updated:
5 Mar 2009 at 14:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
kmv commentedWhat version is 2008-05-10? v6.x-2.0-beta3 is 2008-05-20 and v5.x-1.6-beta5 is 2007-05-05.
If you installed the v6.x-2.0-beta3 of Views then I think you problem is that there isn't a v6 version of Views Tagadelic yet (AFAIK).
If you installed the v5.x-1.6-beta5 of Views then why go for that and not the full fat v5.x-1.6 - which does have _views_replace_args() in it?
Either way, I don't think your problem is the Views Tagadelic module.
Comment #2
atelier commentedIt's the Views 5.x-1.x-dev version dated 2008-05-10. I had been using Views 5.x-1.6 and Tagadelic Views together with no problems. The reason I updated Views is because the Date module needs a version dated January 2008 or later.
Do you know if any changes were made to that function for later development versions of Views?
Comment #3
kmv commentedAh yes, I see it now, sorry about that - I was looking at the release date (which is 2006-12-05).
Hmm... not sure what is going on there. I wouldn't use that if I were you. I also note that Date's comment about Views seems to be about the v6 version of Date using the v6 dev version of Views.
In any case, here is what works for me:
Hope that helps.
Comment #4
atelier commentedRegarding the Views version, there are two references on the project page. The one you cite is definitely for D6. The one that prompted me to update is listed under "Important Notices" further down the page. It doesn't specifically reference D5 so I'm not exactly sure of the recommendation. In any case, I've already moved to the D5 dev version of Views so I'll stay with that and hold off deploying Views Tagadelic until any updates are made. Thanks for your feedback.
Comment #5
owen barton commentedJust confirming that tagadelic_views is still broken in the latest views 5.x-dev version. The reason is that the _views_replace_args() function was removed (permanently, it appears) in http://drupal.org/node/165611
I am not sure what the workaround is...hopefully there is one out there!
Comment #6
owen barton commentedOK, this is the simplest fix I think, and should support both the stable and dev branch for views.
Comment #7
indytechcook commentedhas anyone tested this patch and is it still an issue?
Comment #8
seanrConfirmed; patch works. This is critical as the module is completely broken without it.
Comment #9
indytechcook commentedPart of lastest D5-dev. Please review.