Having Major problems installing WP blog to my site

  • Unknown's avatar

    Hi,

    I have been trying for the past four hours to install word press blog on my site. And I cannot figure out what I did wrong. I uploaded the wordpress folder via FTP to my site. I change the information on the config.php to the correct information. Then I read the read me folder, then i click on the /wp-admin/install.php and i got the word press blog page, however it says ERROR and that it is already installed. but, when i click on the link nothing shows up. Please if anyone has had this problem, can you please tell me what i am doing wrong. i dont know what else to do. below is the information that shows up on the error page.
    _(‘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: (email visible only to moderators and staff)’) ); $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 .’
    ‘; ?>

    thanks,

    rue

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • Unknown's avatar

    the blog address is clmvisuals.com/blog and this blog will be going on my site that i host through bludomain.com

  • Unknown's avatar

    You are in the wrong forum. We cannot help you here. This forum is only for wordpress.COM bloggers. The correct forum for you is http://wordpress.ORG/support/

  • Unknown's avatar
  • Unknown's avatar

    You’re welcome and best wishes.

  • The topic ‘Having Major problems installing WP blog to my site’ is closed to new replies.