I have occasionally seen this intermittent javascript error when caching and javascript aggregation are enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| views-ajax.patch | 1.59 KB | mfb |
I have occasionally seen this intermittent javascript error when caching and javascript aggregation are enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| views-ajax.patch | 1.59 KB | mfb |
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!!