I'm getting this error:

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.

I have on settings.php:

require_once "sites/all/modules/fb/fb_settings.inc";
$conf['fb_api_file'] = 'facebook-platform/php/facebook.php';

What am I missing?

Thanks in advance

Comments

lelizondo’s picture

Status: Active » Closed (fixed)

Never mind, I had to change in settings.php:

ini_set('arg_separator.output',     '&');
kremisoski’s picture

I'd recommend setting:
php_value arg_separator.output &
within the
in .htacess rather than editing your ini personally...

kremisoski’s picture

On second thought maybe the php.ini has to be changed. I can't seem to get it working with .htaccess =/

kremisoski’s picture

Ok... This is weird. phpinfo() says: arg_separator.output &
Yet, I'm still getting the error...

kremisoski’s picture

Nevermind... I need to learn to read. Changed line 137 in settings.php to change the &amp to &