• Hi all,
    I have install now wordpress and I create my first database.
    I tell my database ‘prova’ and I insert the name, login and pwd in wp_config.php but at the moment of I open install.php I receive that answers:

    wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); $schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘http://’; $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, $schema . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>

    I don’t know to do.
    Help me pls.

Viewing 6 replies - 1 through 6 (of 6 total)
  • make sure you hopen that with the regular http://www site that you have it uploaded to. dont let it try to open it under the ftp:// beginning. i did that, didnt work, just figured it out

    Thread Starter firstscream

    (@firstscream)

    my site there is in localhost, how to upload my site?

    Do you have a domain and a host? You have to upload all the WP files on their server and do the installation there.

    And your localhost is NOT working if you see all that code: PHP is not running.

    Thread Starter firstscream

    (@firstscream)

    Sorry but i’m an inexpert user, can you help me about of version of php and how to install it?
    I use microsoft windows XP sp2.
    Thank’s

    I think you’d need access to your server and SSH in order to install php or any other server-side scripting language.

    You could try emailing your host and asking them to install it.

    Installing WP on your own computer (=localhost) and installing WP on a host server are two different things!
    Please, don’t mix them.

    For your WP blog to work on a host server, you don’t need to have WP installed on your computer.

    There is a lot of good documentation about installing WordPress:
    http://codex.wordpress.org/Installing_WordPress
    Read it carefully, and the provided links, too.

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

The topic ‘install.php don’t work’ is closed to new replies.