Using Drupal 4.7.2 and Buddylist CVS. Seems to install fine, but i get the following error on the main page...


Unknown column 'b.uid' in 'on clause' query: SELECT b.uid, g.label FROM buddylist b, buddylist_groups g INNER JOIN users u ON b.uid = u.uid WHERE b.buddy = 1 in /home/.jaunt/diversity/woo.sh/includes/database.mysql.inc on line 120.

And then when I try to add someone to my buddy list, I get the following error...


    * warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/.jaunt/diversity/woo.sh/includes/menu.inc on line 415.
    * warning: Missing argument 1 for buddylist_addbuddy() in /home/.jaunt/diversity/woo.sh/modules/buddylist/buddylist.module on line 713.

Any ideas?

Cheers,

Alex

Comments

quicksketch’s picture

Hi there. I'm looking into these issues. The second problem is already has a patch available at http://drupal.org/node/71764.

The first problem is in the buddylist_access.module, which isn't needed for basic buddy functionality. Disable that module for the time being if you don't need to restrict access to who can see whose buddylists.

quicksketch’s picture

Status: Active » Closed (fixed)

The first problem dealing with buddylist_access sql query has been fixed (Issue #58616), though the buddylist_access module itself is not working yet.