When I go to the search issues page (site.com/project/issues/search) I get this error message.
Notice: Undefined index: #multiple in project_issue_form_views_exposed_form_alter() (line 1051 of /path-to-drupal/sites/all/modules/project_issue/project_issue.module).
When I enter some criteria and click search, the whole thing goes down, and I get a page that reads:
Notice: Undefined index: #multiple in project_issue_form_views_exposed_form_alter() (line 1051 of /path-to-drupal/sites/all/modules/project_issue/project_issue.module).
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'node.bundle' in 'where clause': SELECT field_data_field_project_has_issue_queue0.entity_type AS entity_type, field_data_field_project_has_issue_queue0.entity_id AS entity_id, field_data_field_project_has_issue_queue0.revision_id AS revision_id, field_data_field_project_has_issue_queue0.bundle AS bundle FROM {field_data_field_project_has_issue_queue} field_data_field_project_has_issue_queue0 INNER JOIN {node} node ON node.nid = field_data_field_project_has_issue_queue0.entity_id WHERE (field_data_field_project_has_issue_queue0.field_project_has_issue_queue_value = :db_condition_placeholder_0) AND (field_data_field_project_has_issue_queue0.deleted = :db_condition_placeholder_1) AND (node.bundle IN (:db_condition_placeholder_2)) AND (node.title LIKE :db_condition_placeholder_3 ESCAPE '\\') AND (field_data_field_project_has_issue_queue0.entity_type = :db_condition_placeholder_4) ; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => 0 [:db_condition_placeholder_2] => project [:db_condition_placeholder_3] => %Tale of Two Wastelands% [:db_condition_placeholder_4] => node ) in field_sql_storage_field_storage_query() (line 582 of /path-to-drupal/modules/field/modules/field_sql_storage/field_sql_storage.module).
I searched the issues before I posted this but I couldn't find anything. Using these versions, all downloaded today (fresh as a daisy, heh...)
Chaos tools 7.x-1.0
Conflict 7.x-0.1
Dereference list 7.x-1.x-dev
Entity API 7.x-1.0-rc3+2-dev
Entity Reference 7.x-1.0-rc3+2-dev
Field Extra Widgets 7.x-1.0-beta1+3-dev
Machine name 7.x-1.0-alpha1+4-dev
Nodechanges 7.x-1.x-dev
Project 7.x-2.x-dev
Project issue tracking 7.x-2.x-dev
Views 7.x-3.3
Drupal Core 7.15
Comments
Comment #1
rgristroph commentedHi,
The whole project suite is in the process of bring ported to D7 right now, that's why some of it works and some doesn't and there is no D7 release yet.
There is a roadmap issue, https://drupal.org/node/1551120 , and most of the people working on this are at least occasionally hanging out in #drupal-project.
I don't know what the status of searching specifically is, however there is also a search form at /project/issues. That form doesn't through the same error, but if you search you get nothing, unless you specify a project, in which case I'm getting an SQL error (I'm worried my environment might be messed up so maybe that's not real though).
In any case, this stuff is changing quickly - we aren't working on search at the moment, but there are other patches to review and issues to be done, if you can help that would be awesome. If not, please don't be discouraged - if you check back in a while you find we have made a lot of progress and some of these issues may have gone away.
--Rob
Comment #2
senpai commented@thermador, are you willing and able to help fix these search bugs?
Comment #3
dwwJust marked #1732040: Not able to filter issue queue views by project duplicate with this. I can reproduce the error when using a project filter on a local dev site. I haven't tried the other filters, yet.
Comment #4
senpai commentedAssigning to @bdragon.
Comment #5
bdragon commentedThanks for the report, it was something silly on my part.
Fixed in
http://drupalcode.org/project/project_issue.git/commit/ddf878beb8a174cf9...