Active
Project:
Big Autocomplete TAXonomy
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2009 at 03:08 UTC
Updated:
14 Oct 2010 at 19:16 UTC
Batax module works itself.
However, when Autotag module is activated, Batax does not seem to function and autocomplete functionality does not appear.
Thanks for clarification if this is a bug or I am doing something wrong
Comments
Comment #1
sharadaprasad commentedI have installed the same version. My vocabulary has 400 terms. But Batax does not show any existing terms when I enable the Batax module and set it up for that vocabulary.
Comment #2
sdrycroft commentedWhat do you get if you visit the following URL on your site?
http://example.com/?q=batax/autocomplete/[vid]/[term name]
Where [vid] should be replaced with a Vocabulary VID from your site, and [term name] should be part of a term from that vocabulary.
Comment #3
whiklojI have this happening as well, but it seems to be a permission thing. As when I am logged in as administrator it works, when as a normal user it doesn't.
The above test returned
[ ].I just found this message in my logs.
Comment #4
whiklojLooking at this again, it appears that forum access is injecting itself into the BATAX autocomplete code. Will check in their issue queue.
Comment #5
whiklojNothing in forum access issue queue, disabled forum access and BATAX complains about a missing parameter. Looks like a bigger issue. Will check back when there is an update as it works nice for a user will all permissions, just not for anybody else.
Comment #6
pir commentedI have the same problem. When I'm logged in as admin (not even user 1),
/?q=batax/autocomplete/4/UNISONgives me{ "UNISON:174": "UNISON:174 (unions)" }However as authenticated user I get
[ ]and the error message
Unknown column 't.tid' in 'on clause' query: SELECT t.tid, CONCAT(t.name,':',t.tid) AS name FROM term_data t , term_lowername l LEFT JOIN term_data tac_td ON t.tid = tac_td.tid WHERE (t.tid IN (0, 305, 1, 305) OR tac_td.vid NOT IN (1)) AND ( t.vid = 4 AND l.tid = t.tid AND lowername LIKE LOWER('UNISON%')) LIMIT 0, 10 in /htdocs/sites/default/modules/batax/batax.module on line 191.P.S. I don't have the autotag installed