• Help me when I go to WP installation on my PC I see this: ‘.__(‘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 = stripslashes($_POST[‘weblog_title’]); $admin_email = stripslashes($_POST[‘admin_email’]); $public = (int) $_POST[‘blog_public’]; // check e-mail address if (empty($admin_email)) { // TODO: poka-yoke die(‘

    ‘.__(“ERROR: you must provide an e-mail address.”).’
    ‘); } else if (!is_email($admin_email)) { // TODO: poka-yoke die(‘

    ‘.__(‘ERROR: that isn’t a valid e-mail address. E-mail addresses look like: [email protected]’).’
    ‘); } $wpdb->show_errors(); $result = wp_install($weblog_title, ‘admin’, $admin_email, $public); extract($result, EXTR_SKIP); ?>

    admin

    ‘.__(‘Note that password carefully! It is a random password that was generated just for you.’).”; ?>

    And two lines in blank why? help me please.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Help me when I go to WP installation on my PC I see this

    Do you mean the locally hosted with xampp or wamp? If so then you don’t have php running.

    Thread Starter nillus

    (@nillus)

    I need xammp? I use my pc I use filezilla FTP what I need?

    You either don’t have apache, php, or mysql running like Jeremy said or you’re trying to install directly onto your hard drive (which you can’t do). You need to use something like Xampp. Also, if you aren’t installing on the web, you don’t need FTP — you’d just put the files where you want them.

    No not if you not running wordpress locally. The way you worded your question it sounded like you were hosting it on you own computer. If your uploaded the files somewhere else than you need to make sure your host has php enabled.

    I have the same error.

    PHP is on.
    Originally had an empty database, but figured out how to manually set up the database tables, but regardless, this error doesn’t change when I go to https://www.mydomain.com/wp-admin/install.php

    My wp-config.php file is configured properly – and I’ve tried various databases/users in case there was an issue, but none of it changes.

    Any help would be appreciated…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error in the installation of WP.’ is closed to new replies.