Needs review
Project:
Conference
Version:
6.x-1.2-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
7 Apr 2009 at 14:48 UTC
Updated:
28 Dec 2009 at 22:37 UTC
reason
it is not used prefixes in queries.
solution
open conference.module,
replace every line like:
SELECT decision FROM conference_decision
with:
SELECT decision FROM {conference_decision}
note:
i opened this, as a new issue to help people quickly fix unwanted warnings.
finally thanks the author.
Comments
Comment #1
zyxware commentedThis has been corrected in the latest release let us know in case of pit falls
Regards
Zyxware
Comment #2
finex commentedI think this bug can be safely closed: the code looks correct on the latest release.
Just a small, small, small fix would be to remove the extra spaces on line 1479:
Regards.
Comment #3
matholum commentedI had these issues with beta2. I did #2 and got that to fix just fine. The table it told me didn't exist was druapl_content_type_conference_paper. I ended up going into the settings and clicking the button to make another default and deleted the one I had and everything was fine. As it turns out it was mad because I changed the machine-readable name so my table was changed to reflect that instead (conference_paper -> project). I assume that is not the intended functionality as you are able to select the node you want anyway (this just lets you change the human readable one). The only thing is that right now you can't have more than one type that is a conference paper that I'm aware of so it may not matter.
Either way I just thought that you may want to know...
Thanks, I really like your module!
-Matt