The site is http://popkrazy.com/
When viewing a blog by a specific user like http://popkrazy.com/blog/5 the error:
user warning: Unknown column 'n.nid' in 'on clause' query: SELECT node.nid, node.created FROM node INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'workflow_access') OR (na.gid = 0 AND na.realm = 'workflow_access_owner'))) AND ( node.type = 'blog' AND node.status = 1 AND node.uid = 5 )ORDER By node.created DESC in /var/www/vhosts/popkrazy.com/httpdocs/sites/all/modules/advanced_blog/advanced_blog.module on line 390.
appears at the top of the page for anonymous users only. This appears for blog pages for all users.
Comments
Comment #1
zim2411 commentedNevermind, fixed.
The block Advanced Blog: navigation was causing issues with the workflow module. I have no use for it right now, so I am just disabling the block.
Comment #2
Max_Headroom commentedIt is not a particular module causing the problem.
The query needs to be fixed.
replace node with n.
Comment #3
svendecabooterThis was fixed in the latest updates to the module