Vlad Lasky
Member
Posted 1 year ago #
Version 1.4.2.1 causes the following error to be generated, when you are using a theme without post thumbnail support enabled:
"Fatal error: Call to undefined function has_post_thumbnail()"
The fix is to change line 1410 in plulz/lib/Model/PlulzFacebookAbstract.php to read
if (function_exists('has_post_thumbnail') && has_post_thumbnail($post->ID))
http://wordpress.org/extend/plugins/seo-facebook-comments/
bemcapaz
Member
Plugin Author
Posted 1 year ago #
Hi Vlasky, you are correct, this part of the code is breaking on WordPress versions bellow the 2.9, the correction is already implemented and will be released in the next update of the plugin (hope have it ready for today or, at max, tomorrow)