I got the fb connect module working. however, when a user registers via facebook (current settings are to bypass the drupal registration form) there is an error. the user still connects and the user account is still established but i get the following error in a red box

warning: implode() [function.implode]: Invalid arguments passed in /home/domainaccount/public_html/includes/form.inc on line 836.

line 835 and 836 in my form.inc is

function form_error(&$element, $message = '') {
  form_set_error(implode('][', $element['#parents']), $message);

i have no idea what this warning mens or how to fix it. Any suggestions or help would be GREATLY appreciated.

many thanks

Comments

calebm12’s picture

Anyone??? Purrrty puulease!!!!! ha

translector’s picture

The best place to ask these type of questions is on the issue queue of this module

http://drupal.org/project/issues/fbconnect

Cheers

calebm12’s picture

ok thanks. just posted there.