Solution:
First of all set “wp_debug” to true in wp-config.php. It will show the error. Also set error_reporting(1) in top of wp-config.php.
error_reporting(1)
Secondly, open your .htaccess file and make it empty.
Now try to open your dashboard.