This is a known bug: https://www.drupal.org/node/2502637
What you can do carefully, go to your Drupal database, in the filter_format table and change status to 1
UPDATE drupal.filter_format SET status = '1' WHERE filter_format.format = 'full_html';
source share