Needs review
Project:
Facebook Connect
Version:
7.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2013 at 08:32 UTC
Updated:
9 Jun 2015 at 12:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
SebaSOFT commentedsuscribing
Comment #2
rashmiarora commentedI am facing the same problem. Found any solution ??
Comment #3
lisa.rae commentedPatched to fix with the following:
Replace line fbconnect.module:line 935
with
Patch is attached.
Comment #4
jcisio commentedThanks. Committed and pushed.
Comment #6
erik frèrejeanThe provided patch doesn't seem to fix this fully. The problem is caused because
$account->datais a serialized array, but the module tries to alter data directly by accessing the data as if it is an array.I've created an additional patch for this issue that will handle the serialization.
Comment #7
erik frèrejeanComment #8
erik frèrejeanApperently the serialized string only gets passed in the first request after a cache clear. Updated the patch to only unserialize if there is actually a string in
$account->data