Needs review
Project:
Atrium Answers
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Jun 2010 at 08:21 UTC
Updated:
20 Nov 2010 at 05:26 UTC
Jump to comment: Most recent file
Here are adjustments for atrium answers module to support current version on open atrium (1.0beta6)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 821278.patch | 33.23 KB | owen barton |
| #4 | atrium_answers 2.zip | 41.39 KB | sumitk |
| #3 | atrium_answers.zip | 41.33 KB | sumitk |
| atrium_answers.tar_.gz | 16.05 KB | fatfish |
Comments
Comment #1
eatingsso smart or not, i downloaded this tarball, tried to enable it, and got a 'incompatible with atrium feature' error. i'm running OA-beta6, so i'm not sure what the problem is.
Comment #2
sumitk commentedlocation module is another dependency here install http://drupal.org/project/location to get it working.
Otherwise - feature is still buggy - can't really disable it from group settings.
Comment #3
sumitk commentedRemoved location module's dependency
Comment #4
sumitk commentedAdding final fixed code - it removes dependency of locations module and removes overlapping stuff with Atrium feature - which removes all incompatibility issue.
This is ready to be committed in cvs
Comment #5
owen barton commentedThe above in patch form
Comment #6
jct commentedUsing the above patch, I'm still unable to get questions/answers to show on group pages. I can add questions fine, but they don't appear in the group's answers page. Hopefully these errors from the view are helpful:
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY v.weight, t.weight, t.name' at line 1 query: SELECT t.*, r.nid FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid IN () ORDER BY v.weight, t.weight, t.name in .../profiles/openatrium/modules/custom/litenode/views/litenode_plugin_style_litenode.inc on line 201.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY r.weight, f.fid' at line 1 query: SELECT *, r.nid FROM files f INNER JOIN upload r ON f.fid = r.fid WHERE r.vid IN() ORDER BY r.weight, f.fid in .../profiles/openatrium/modules/custom/litenode/views/litenode_plugin_style_litenode.inc on line 181.
Comment #7
francewhoaRelated issue: http://drupal.org/node/962320
Comment #8
francewhoa