When I went to http://test.friendsofhope.us/photos/image/22 I got the following error messages in the browser,
* user warning: Unknown table 'n' in on clause query: SELECT fid FROM x_image INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all'))) AND ( pid =24 )ORDER BY fid DESC in /home/httpd/friendsofhope_test/sites/all/modules/photos/photos.module on line 491.
* user warning: Unknown table 'n' in on clause query: SELECT fid FROM x_image INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all'))) AND ( pid =24 )ORDER BY fid DESC in /home/httpd/friendsofhope_test/sites/all/modules/photos/photos.module on line 491.
I'm running Drupal 6.4 on Linux with MySQL. I've seen these messages on a few other occasions. --Scott
Comments
Comment #1
eastcn commentedThis is the node access module lead to mistakes.
photos.module on line 491 , Please edit to:
Comment #2
kennedyjs commentedThank you. That fixed the problem. --Scott
Comment #3
berdirComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.