PHP Fatal Error since 2.14 update
-
Hey Gold Plugins,
Love IK FB, but since the update to the latest version, pages that use the feed are no longer properly/fully loading due to a fatal PHP error.
Using $this when not in object context in [.....]/wp-content/plugins/ik-facebook/ik_facebook.php on line 1798
The function there, ik_fb_display_feed (and seemingly, ik_fb_display_like_button below it) need to use
echo $ik_fb->ik_fb_output_feed()
and NOTecho $this->
This fix will probably need applied elsewhere, as you aren’t in the object context when you do it like you guys have.
This fully breaks many of our client’s homepages, so I’ve already fixed locally, but would appreciate a quick fix being pushed, this seems like a major issue.
Thanks again for the great plugin!
Will Presley
- The topic ‘PHP Fatal Error since 2.14 update’ is closed to new replies.