Closed (fixed)
Project:
Facebook-style Micropublisher
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 14:01 UTC
Updated:
27 May 2012 at 06:20 UTC
I get the following errors/warnings when editing a status update. (entering tags)
Thanks
Sharon
Notice: Undefined property: stdClass::$uid in fbsmp_edit_status_submit() (line 892 of ../public_html/sites/all/modules/fbsmp/fbsmp.module).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of ../public_html/includes/entity.inc).
Comments
Comment #1
icecreamyou commentedPossibly a duplicate of #1412798: Warning:Can only flip STRING and INTEGER values!
Comment #2
SharonD214@aol.com commentedI tried applying the patch from the possible duplicate but I still have the same problem.
Sharon
Comment #3
mathankumarc commentedCommitted a fix to dev.
It seems that we have the same issue in 6.x-2.x branch too. Are we going to support it?
Comment #4
mathankumarc commentedoops forget to mention the root cause, in FBSS 3.x uid is renamed to recipient.
Comment #5
icecreamyou commentedFBSS 6.x-3.x and FBSMP 6.x-2.x are fully supported but not receiving new features (or backwards-incompatible changes). FBSS 6.x-2.x and FBSMP 6.x-1.x will only receive critical fixes. So this fix should be backported (committed fix to dev).