Hello-

I've installed Tagadelic and Community Tags, set my "page" content types to allow community tagging inline, and designated which vocabulary I wanted to use, but when I try to test it (click on "add" after typing in a new term), nothing happens on the screen and my Firefox add-in (Firebug) tells me that there is an error (actually, it indicates two errors, but both read the same): "o.tags.push is not a function
[MY ROOT HERE]/modules/community_tags/community_tags.js
Line 53"

I double checked the README and don't believe I've missed any steps. What is going wrong here? Do I need to copy the community_tags.js file somewhere?

CommentFileSizeAuthor
#1 community_tags_json_fix.patch665 bytesbdragon

Comments

bdragon’s picture

Status: Active » Needs review
StatusFileSize
new665 bytes

I suspect that the people having trouble with this have output buffering disabled.

Try this.

bdragon’s picture

Additionally, make sure your Drupal is recent enough to have http://drupal.org/node/121876 applied.

avadhutp’s picture

Status: Needs review » Active

The patch does not work. It applies fine, but the error persists. It continues to say "o.tags.push is not a function."