Wordpress Help

dheer

Elite Member
Jr. VIP
Joined
Jul 24, 2009
Messages
3,652
Reaction score
1,302
I installed wordpress but when I try to log in, this is the message I get. Please give me detailed instructions on how to fix it.



'.__('Already Installed').'

'.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'
');} switch($step) { case 0: case 1: // in case people are directly linking to this display_header(); ?>

ReadMe documentation at your leisure. Otherwise, just fill in the information below and you?ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?>

error) ) wp_die($wpdb->error->get_error_message()); display_header(); // Fill in the data we gathered $weblog_title = isset($_POST['weblog_title']) ? stripslashes($_POST['weblog_title']) : ''; $admin_email = isset($_POST['admin_email']) ? stripslashes($_POST['admin_email']) : ''; $public = isset($_POST['blog_public']) ? (int) $_POST['blog_public'] : 0; // check e-mail address $error = false; if (empty($admin_email)) { // TODO: poka-yoke display_setup_form( __('you must provide an e-mail address.') ); $error = true; } else if (!is_email($admin_email)) { // TODO: poka-yoke display_setup_form( __('that isn?t a valid e-mail address. E-mail addresses look like: ') ); $error = true; } if ( $error === false ) { $wpdb->show_errors(); $result = wp_install($weblog_title, 'admin', $admin_email, $public); extract($result, EXTR_SKIP); ?>

admin
'. $password .'
'; } echo '

'. $password_message .'
'; ?>
 
Sounds like you didn't install it correctly, is this the first time your logging in to admin?
 
no man I have installed it earlier.
 
why are you re-installing it? and who is your host?
 
Check if your wp-config file has not been removed/renamed
 
Don't do any of that yet, clearing the database will delete all your posts. PM me and I will walk you through what to do.
 
Have your host completely remove that directory and start over. Otherwise you will be putting bandaids on your site from here on out...

DELETE EVERYTHING - Use a different DB name... too! ( Just in case )
 
Guys, it is just a PHP issue, probably something didn't upload right. First he needs to put up a fresh unedited copy of the latest version.
 
Back
Top