Hello,
I upgraded FB Social to beta 3. It works fine, but when i try to add an unpublished story i get this error message:
Fatal error: Unsupported operand types in /home/hajralil/public_html/sites/all/modules/fb_social/fb_social.module on line 201
Hello,
I upgraded FB Social to beta 3. It works fine, but when i try to add an unpublished story i get this error message:
Fatal error: Unsupported operand types in /home/hajralil/public_html/sites/all/modules/fb_social/fb_social.module on line 201
Comments
Comment #1
Balazs91 commentedupdate:
This error message only appears when Like button plugin is enabled in story.
If i disable this plugin i can add an unpublished story correctly.
Is there a solution to this problem?
Comment #2
ferdi commentedFixed by this commit http://drupalcode.org/project/fb_social.git/commitdiff/f8b3e41?hp=d9016f...
thanks !
Comment #3
ferdi commentedComment #4
thomjjames commentedHi
Seems like you missed the $ signs off the "links" in the patch. Patch didn't fix it but adding the $ signs fix it for me.
I will try and do a patch later.
Cheers
Tom
Comment #5
ferdi commentedAh, fixed now http://drupalcode.org/project/fb_social.git/commitdiff/149a8e5?hp=cf67bb...
thanks!