Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 02:32 UTC
Updated:
23 Aug 2016 at 07:00 UTC
Jump to comment: Most recent
Comments
Comment #1
nedjoI'm not sure exactly why this error would occur but the solution is correct and ensuring we have the object before iterating through it is good practice in any case.
Comment #2
merlinofchaos commentedCommitted. Thanks!
Comment #4
pokadan commentedI'm getting it with js aggregation enabled but even without caching(caching mode:disabled). When can we expect the next stable release for Views?
Thanks
Comment #5
merlinofchaos commentedDrupal 6.9? That's a core version, it's unrelated to the Views version.
Since the date on my commit note above was January and the last release of Views was in December, it's safe to say this isn't out in a released version yet.
Comment #6
pokadan commentedI became aware my mistake and corrected/edited it a while ago. Thanks for the heads up.
Comment #7
jayashreeb commentedi am getting the same error (Drupal.Views.Ajax is undefined in drupal)
i am using the view and jquery update 1.3.2.still i am getting the same error
can u plz help ..
Thanks for help
Comment #8
umeshpatil commentedHi,
I was getting the same error in Drupal 7 and enabling Ajax in views advanced settings solved it.
Thanks!!