@govpatel
I’ve checked for extra blank lines and trailing spaces in wp-config.php (functions.php too) and there are none.
Here’s the debug listing:
Notice: Undefined index: HTTPS in /home/myblog/public_html/neb/wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 526
Notice: Undefined index: HTTP_X_FORWARDED_PROTO in /home/myblog/public_html/neb/wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 526
Warning: Cannot modify header information - headers already sent by (output started at /home/myblog/public_html/neb/wp-config.php:1) in /home/myblog/public_html/neb/wp-content/plugins/bad-behavior/bad-behavior/screener.inc.php on line 9
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/myblog/public_html/neb/wp-includes/functions.php on line 3467
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/myblog/public_html/neb/wp-includes/functions.php on line 3587
Notice: Undefined property: s2_frontend::$s2_mu in /home/myblog/public_html/neb/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 13
Notice: Undefined variable: post_title in /home/myblog/public_html/neb/wp-content/plugins/wordpress-ping-optimizer/cbnet-ping-optimizer.php on line 78
Notice: Undefined variable: post_type in /home/myblog/public_html/neb/wp-content/plugins/wordpress-ping-optimizer/cbnet-ping-optimizer.php on line 78
Warning: Cannot modify header information - headers already sent by (output started at /home/myblog/public_html/neb/wp-config.php:1) in /home/myblog/public_html/neb/wp-content/plugins/wp-mobile-detector/functions.php on line 690
Notice: Use of undefined constant wprp_init - assumed 'wprp_init' in /home/myblog/public_html/neb/wp-content/plugins/wp-reportpost/main.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at /home/myblog/public_html/neb/wp-config.php:1) in /home/myblog/public_html/neb/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 76
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/myblog/public_html/neb/wp-includes/functions.php on line 3467
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/myblog/public_html/neb/wp-includes/functions.php on line 3467
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/myblog/public_html/neb/wp-includes/functions.php on line 3551
Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/myblog/public_html/neb/wp-includes/functions.php on line 3587
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/myblog/public_html/neb/wp-config.php:1) in /home/myblog/public_html/neb/wp-content/plugins/si-contact-form/si-contact-form.php on line 2189
Notice: Use of undefined constant wprp_head - assumed 'wprp_head' in /home/myblog/public_html/neb/wp-content/plugins/wp-reportpost/main.php on line 63
I gone through the debug log and disabled every plugin that was reporting an error of some kind.
I also made sure that when disabling SuperCache, I removed its entries from .htaccess.
Unfortunately, still no Dashboard.