I installed the module, but I got an error about a not existing database table; I tried to add a new comment to an issue, but I still got an error about a not existing table.
When I then uninstalled it, I got this error message:
user warning: Unknown table 'comment_acl_history' query: DROP TABLE comment_acl_history in /Applications/MAMP/htdocs/dr6/includes/database.mysql-common.inc on line 261.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 532792-comment-acl-install-error-2.patch | 622 bytes | coltrane |
Comments
Comment #1
avpadernoThe only error I can find is in the schema definition, which declares the primary key using a nid field that in not defined.
As the acl_id definition contains "The {node}.nid of the node." as description, I would guess the nid field is really acl_id (or vice versa).
Comment #2
coltranePatch makes key change
Comment #3
gregglesTested and confirmed.
Comment #4
damien tournoud commentedCommitted.