Does anyone know if SEO position works with Drupal 5.2? I tried to use it and it works fine for admin, but I am getting weird errors for regular users. I am wondering if this is an error with the theme or its compatibility, as the site works fine in other themes. I tried to post several places asking about it but got no response. If anyone knows anything about it or would be willing to help me figure out the errors, I'd greatly appreciate it.

Comments

davidrf’s picture

I am currently using SEO Position on one of my 5.2 installs without any problems.

sambtaylor’s picture

Does this error message make any sense to you? I am getting this for all users, but not for admin, and not for users in any other theme than SEO.

user warning: Unknown column 'n.uid' in 'where clause' query: SELECT DISTINCT(n.nid) FROM node_comment_statistics n INNER JOIN node_access na ON na.nid = n.nid LEFT OUTER JOIN private_nodes pn ON pn.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 2 AND na.realm = 'forum_access'))) AND ((pn.nid is null OR n.uid=2)) AND ( n.comment_count > 0 ) ORDER BY n.last_comment_timestamp DESC LIMIT 0, 10 in /home/qualityw/public_html/thepoetryworkshop.com/includes/database.mysql.inc on line 172.