in date_views.inc , the function _date_views_argument_range_handler
find:
$fieldinfo['fieldname'] = 'range';

change to:
$fieldinfo['fieldname'] = '`range`';

or please change other field name and other codes.
This fix only for mysql database.

Comments

KarenS’s picture

Status: Active » Closed (won't fix)

I'm not making changes to the 5.1 version. I'm officially recommending you move to the 5.2 version now. If you have problems in that version you can check for existing issues or add new ones. Feature requests are now getting posted to the D6 version to be back-ported to 5.2.

This probably doesn't apply to the 5.2 version.