I am having this issue as well.
I upgraded to 3.5.1 as usual (using the upgrade function in the dashboard).
I can now access the entire dashboard, but my homepage is not displaying.
I deactivated all plugins. It doesn’t work.
I deactivated the theme and activated 2012. It doesn’t work.
I removed the .htaccess file. It doesn’t work.
I only have an index.php file in the root.
My index.php file says:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
Help? Anyone?
Thanks,
J