I receive the following error when uploading a picture: “Fatal error: Call to undefine function get_post_thumbnail_id()”
Please create or edit the file wp-content/your-theme/functions.php and add the following:
<?php add_theme_support('post-thumbnails'); ?>