Forums
(@azzh3)
14 years, 5 months ago
I had the same issue change the 2nd line in the file ‘wp-activate.php’
from:
define( “WP_INSTALLING”, true );
to
define( “WP_INSTALLING”, false );
az