buddylist_access_node_grants will generate the following error in a fresh install:
Unknown column 'label' in 'field list' query: SELECT b.uid, label FROM buddylist b INNER JOIN users u ON b.uid = u.uid WHERE b.buddy = 1 in /home/httpd/vhosts/webcommunicatie.org/subdomains/drupal/httpdocs/includes/database.mysql.inc on line 121.

probably because the field label is not existing, as far as I can see that field is needed, but there is no way to get it from the database at the moment, maybe the b.buddy field is what is meant

Comments

ontwerpwerk’s picture

obviously this function is in ./buddylist/contrib/buddylist_access/buddylist_access.module

fago’s picture

Status: Active » Closed (won't fix)

this contrib module doesn't exist any more in buddylists' cvs. Don't ask me where it's gone, I've never touched/seen that. so for now it's unsupported.