Since a series of module upates some days ago we now discoverd that there is a problem with a before well working view.

There is a date filter on the field "(Rennen)Datum" wich is taken from a defined relationship. The date is compared with "equal or less" than "Today".

Attached is the Views definition an the generated SQL statement.

The resultin dataset is now empty - which is not correct.

Anybody knows wich is the correct module to post this question? Date / Views?

Anbody an idea what is wrong?

Thanks,
Thomas

CommentFileSizeAuthor
view_export.txt12.01 KBt.lan
generated_sql.txt2.37 KBt.lan

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Date
Version: 6.x-2.12 » 6.x-2.x-dev
Component: Views Data » Code
Priority: Critical » Major
Issue tags: -date

Make sure that your issue is a Views issue! Views provides the ability to list data - if your data is provided by a module other than Drupal Core, please enter your issue in that module's issue queue instead. If your problem deals exclusively with fields or filters provided by another module (CCK, Image, VotingAPI are common) please post the issue under the queue for that module first; all modules are responsible for telling Views about their own fields. Issues based on other module's data sent to the Views queue will be punted over to that module's issue queue. Module maintainers are the best people to make the determination that the module is providing the right information to Views and they can kick the issue into the Views queue with an explanation of what's wrong if that is the case.

A code from http://drupal.org/node/571990 what you should have read before creating an issue in the views issue queue.

karens’s picture

Status: Active » Postponed (maintainer needs more info)

Start by checking the latest code to see if there is still a problem. There have been lots of updates. If so I need more information about what is in the view, what kind of fields you use, what version of php you use, how the fields are configured, etc.

All I have here is an export of a fairly complex view and no idea of anything else.

arlinsandbulte’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No reply in 2 months.