Closed (fixed)
Project:
Facebook Connect
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 04:11 UTC
Updated:
8 Sep 2009 at 07:30 UTC
When I enable the fbconnect module, edit any field and click save, I get the following message:
Detected malicious attempt to alter protected user fields.
and it will not allow the values to save.
I've tracked it down to in the fbconnect.module, if I comment out
$form['uid'] = array(
'#type' => 'hidden',
'#value' => arg(1),
);
the error goes away.
This is on Drupal 6 latest dev (Feb-21)
Comments
Comment #1
LaNets commentedThe newest versions fixed that problem.