Download & Extend

Facebook client libraries will not work properly if arg_separator.output is not "&".

Project:Drupal for Facebook
Version:6.x-3.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

#2

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.