Closed (fixed)
Project:
Facebook-style Micropublisher
Version:
7.x-1.x-dev
Component:
Code - Functionality
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2014 at 15:52 UTC
Updated:
20 Dec 2014 at 08:24 UTC
Jump to comment: Most recent
Comments
Comment #1
metakel commentedI have the same problem. I did suspect that was caused by the Token module and created this issue:
#2157995: PHP Fatal error: __clone method called on non-object
Now I think it should be the problem of this fbsmp module.
Comment #2
thirdender commentedI just had the same issue, and this patch definitely fixed the problem.
It looks like hook_file_load takes an array of file objects. When the hook was invoked and passed a single file it was causing issues in modules that implemented that hook.
Comment #3
metakel commentedThe latest version of fbsmp still have the same problem. I suggest this patch should be committed to the coming releases.
Comment #4
mathankumarc commentedFixed the issue and committed to dev