Many of you must have faced this issue when wordpress backend is not showing the content but the actual page is working fine. I also faced this situation and had to spend many hours to fix before finding the solution. The actual problem is in the charset of db. To fix this issue open wp-config.php you have to remove the old charset (if present) and add utf8.
define('DB_CHARSET', 'utf8');
(Visited 221 times, 1 visits today)