Active
Project:
jCarousel
Version:
7.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2012 at 13:02 UTC
Updated:
11 Dec 2012 at 13:06 UTC
Jump to comment: Most recent file
Not sure if EFQ Views is supposed to be supported by jCarousel, but at least I'm needing it now. Seems to work otherwise well, except that EFQ Views has a slightly different approach for doing the count query in jcarousel.views.inc which causes it to break.
Fatal error: Call to undefined method EntityFieldQuery::countQuery() in /../modules/contrib/jcarousel/includes/jcarousel.views.inc on line 146
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jcarousel_efq_views_count_support-1863688-2.patch | 891 bytes | JaakkoL |
Comments
Comment #1
JaakkoL commentedAnd here's a patch that adds support for the efq views syntax.
Comment #1.0
JaakkoL commentedChanged the error line number.