Post editor loads empty

Adding the following constants to my wp-config.php solved the issues:

define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', '' );