Closed (fixed)
Project:
Content Blocker
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2008 at 01:42 UTC
Updated:
8 May 2008 at 18:41 UTC
user warning: Unknown column 'nc.uid' in 'IN/ALL/ANY subquery' query: SELECT nc.nid FROM blog_node_comment_statistics nc WHERE ((nc.uid NOT IN(SELECT id FROM blog_contentblocker WHERE type = 'user' AND uid = 1) OR nc.uid IS NULL)) AND ( nc.comment_count > 0 ) ORDER BY nc.last_comment_timestamp DESC LIMIT 0, 10 in /home/kgus/public_html/includes/database.mysql.inc on line 172.
Comments
Comment #1
nedjoLooks like an error in deciding which tables to alter. We need to either skip altering other than the node table or else ensure there's a join on the node table and refer to that.
Comment #2
nedjoI applied a fix to HEAD (which for the moment is still 5.x compatible). Please test and reopen this issue if it didn't solve the problem.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.