Facebook client libraries will not work properly if arg_separator.output is not "&". Currently the value is "&". Please change this in settings.php or php.ini.

not quite sure why i get this error.

Thanks,
C

Comments

socialnicheguru’s picture

Priority: Normal » Minor

I went into my default/settings.php and changed the arg_seperator.output

what effect will this have on other modules though?

I changed to minor since the error went away when I changed the variable but I am keeping it open for the explanation of above.

Thanks,
Chris

Dave Cohen’s picture

You get that error because its a warning. Facebook's libraries are buggy, and because of that things will not work right if this setting has changed from the default.

It's a mystery to me why Drupal's settings.php changes this value at all. If anyone knows of any problem with changing it, please let me know. I haven't run into any.