I'm not sure if it's because the code base in FBSS has been updated but I keep getting the following error when submitting a status with FBSS.
warning: Missing argument 3 for mentions_facebook_status_save() in C:\websites\devtest\sites\all\modules\mentions\modules\facebook_status.inc on line 11.
Changing mentions_facebook_status_save($account, $status, $sid) to mentions_facebook_status_save($account, $status, $sid = array()) seems to make the error go away.
Comments
Comment #1
lordofthelake commentedIt's due to a change in FBSS API. To fix the problem, in
modules/facebook_status.inc, from line 11 to 13, change the function to this:The module developer doesn't seem to be around and I need this module for a site I'm developing for a client, so I'm patching & fixing bugs myself, in the hope that at some time the fixes will be merged in the following release. Hope this helps.
Regards,
- M.
Comment #2
3dloco commented+1
Comment #3
3dloco commentedThanks Lordofthelake! The changes mention in #1 removed the error message for me!
Comment #4
walker2238 commentedComment #5
decipheredThere is no further Drupal 6 development planed for Mentions. Sorry this issue was never resolved.