Closed (fixed)
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 07:42 UTC
Updated:
2 Apr 2010 at 11:51 UTC
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
Comment #1
lelizondo commentedNever mind, I had to change in settings.php:
Comment #2
kremisoski commentedI'd recommend setting:
php_value arg_separator.output &
within the
in .htacess rather than editing your ini personally...
Comment #3
kremisoski commentedOn second thought maybe the php.ini has to be changed. I can't seem to get it working with .htaccess =/
Comment #4
kremisoski commentedOk... This is weird. phpinfo() says: arg_separator.output &
Yet, I'm still getting the error...
Comment #5
kremisoski commentedNevermind... I need to learn to read. Changed line 137 in settings.php to change the & to &