When deleting a rule in admin "By Path" tab
/admin/content/nodewords/path

It always throws an error like:
user warning: Unknown column 'id' in 'where clause' query: DELETE FROM nodewords_bypath_tags WHERE id = 1 in /home/sites/lz/web/includes/database.mysql.inc on line 172.

This is due to nodewords_bypath.forms.inc @235
db_query('DELETE FROM {nodewords_bypath_tags} WHERE id = %d', $id);

which should be path_id instead of id.

thus leading to nodewords_bypath_tags to contain orphans.

Comments

Anonymous’s picture

Assigned: » Unassigned
Status: Fixed » Active

This is corrected in 5.x-1.2.

Thanks for catching this one!

Anonymous’s picture

Version: 5.x-1.1 » 5.x-1.2
Assigned: Unassigned »
Status: Active » Fixed
Anonymous’s picture

Assigned: Unassigned »
Status: Active » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.