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
Comment #1
ontwerpwerk commentedobviously this function is in
./buddylist/contrib/buddylist_access/buddylist_access.moduleComment #2
fagothis 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.