• Resolved stuartsbw

    (@stuartsbw)


    Hello

    Can you help with these two installation probs?

    FIRST PROBLEM
    The WP2.8.4 ReadMe file states:
    5. Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.

    – I think there is an error, but I’m not sure (I’m not a coder, so I have no idea what the install.php text means).

    The install.php text says as follows:
    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: username@example.com’) ); $error = true; } if ( $error === false ) { $wpdb->show_errors(); $result = wp_install($weblog_title, ‘admin’, $admin_email, $public); extract($result, EXTR_SKIP); ?>

    ********
    SECOND PROBLEM
    The WP2.8.4 ReadMe file states:
    7. The install script should then send you to the login page. Sign in with the username admin and the password generated during the installation. You can then click on ‘Profile’ to change the password.

    – It doesn’t send me to any login page.

    ********
    NOTES

    Please bear in mind I’ve no idea what is going on here since I’m not a coder. (I don’t even understand why I have to load WP onto my webhost).

    I’m using Filezilla for the FTP.

    Many thanks – in fact I’m pathetically grateful if you’re able to give me a hand!

    Stuart

Viewing 6 replies - 1 through 6 (of 6 total)
  • Could mean you don’t have PHP configured or you the WordPress files haven’t uploaded correctly.

    Thread Starter stuartsbw

    (@stuartsbw)

    Thanks Michael
    Much appreciated. So how do I check each of these points?

    Thread Starter stuartsbw

    (@stuartsbw)

    Okay I’m all fixed – thank you Michael for checking on me

    Michael – Please tell me how you fixed this. I get only the code view of the install.php file, and it goes nowhere. Could be:

      config file is wrong
      files didn’t upload properly
      Earthlink hosting has some quirk
      what else??

    Thanks – Mary

    Thread Starter stuartsbw

    (@stuartsbw)

    Mary

    Don’t know if this is any use, but I found I had a ‘what else’ as you put it.

    According to this tutorial, I was supposed to open in my browser the folder to which I’d uploaded the WP files (i.e. mydomain/myuploadfolder).

    In fact, I had to open the wordpress folder (i.e. mydomain/wordpress). Then it all made sense!

    Hope this is useful.
    S

    maryhruth – are you sure Earthlink meets WordPress requirements?

    See http://wordpress.org/about/requirements/

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Need help with installation prob’ is closed to new replies.