Needs review
Project:
Facebook Autopost
Version:
7.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2014 at 16:40 UTC
Updated:
9 Jul 2016 at 18:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
e0ipsoI'm curious why this is only happening to you since there seems to be a lot of sites using this release.
Can you provide more info about possible interactions? Did you trace those problems back to
fb_autopost? If so, can you share your findings (exact function names, line numbers, …)?Thanks for reporting!
Comment #2
e0ipsoPlease, when reporting back specify how/where you installed the Facebook PHP SDK library and the contents of it.
Comment #3
guypaddock commentedI can confirm that
hook_requirementsis not properly implemented in the module.Visiting
admin/reports/statuswhen the Facebook SDK is not installed yields this error:This is because it is not returning a "value" key (see attached screenshot).
Comment #4
guypaddock commentedThe attached patch should correct at least the status report page warnings.
Comment #5
guypaddock commentedComment #6
guypaddock commentedCorrected a few more, related issues in this section.