Closed (fixed)
Project:
DraggableViews
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2013 at 10:45 UTC
Updated:
13 Feb 2015 at 00:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
istryker commentedwhat PHP version are you using? Is it PHP 5.3 or PHP 5.4?
Comment #2
Mołot commented5.4
http://sourceforge.net/projects/miniserver/files/Uniform%20Server/8.8.2-... to be exact and precise.
Comment #3
istryker commentedComment #4
seanenroute commentedHi, I'm getting the same error with PHP4 and PHP5
It's a fresh install of 7.28, using the 7.2 dev of draggable views for Book.
Comment #5
csc4 commentedSame problem here
Has anyone got a solution?
Comment #6
vmsiam commentedSame issue here!!! PHP 5.5
looking for a solution also.
Comment #7
Mołot commentedManually adding
to function definitoin seems to work around this, but it is quite "rude" approach, because variable is ignored.
Comment #9
istryker commented@Molot is right. class views_handler_argument_draggableviews_book extends views_handler_argument. Views_handler_argument:query() probably didn't have $group_by = FALSE awhile back (maybe 7.x-2.x), but now it does.
Committed. I did not test it but I should not have to. Fix is trivial