seravi
Member
Posted 11 months ago #
I'm getting an undefined function error. I receive the error when I try and publish a new post (so that it will auto-post to FB), in order to complete the FB setup.
I've seen in other threads that this error is not uncommon, but I can't find a fix in any of those threads. Thoughts? I'm running the current version of WP.
http://wordpress.org/extend/plugins/facebook/
mattkelly
Member
Posted 11 months ago #
Can you paste the error here? Also, if you could link to the other threads, that would be helpful. Thanks
smerriman
Member
Posted 11 months ago #
The get_post_thumbnail_id function is not defined if the theme does not support post thumbnails, and causes a fatal error. The plugin should check for this rather than assuming every theme has add_theme_support('post-thumbnails').
This will be fixed in the next version. Keep your eyes peeled for an update early next week. Please open a new thread if you still see the problem, after you upgrade. Thanks!