Display Feed Not defined in new update
-
Our hosting provider has been auto updating our plugins, and the ik_facebook which we had on 2.14.2 is being updated to 3.0.2, it keeps breaking on live sites.
The error is: Call to undefined function ik_fb_display_feed() in our templates_c file on line 158.
After investigation is seend the way which we are displaying the feed is in our index.tpl file with this line:
<dd class=’facebook’>
X on Facebook
{ik_fb_display_feed()}<div></div>
</dd>so the ik_fb_display_feed is not defined anymore after the update. in the old version it was at the end of ik_facebook.php. So how should I change my output in my index.tpl file?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display Feed Not defined in new update’ is closed to new replies.