• When i click on install.php (which I just transferred to my server) I get this coming up in my browser and nothing happens. Any thoughts???

    <?php
    define(‘WP_INSTALLING’, true);
    if (!file_exists(‘../wp-config.php’)) {
    require_once(‘../wp-includes/compat.php’);
    require_once(‘../wp-includes/functions.php’);
    wp_die(“There doesn’t seem to be a 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.”, “WordPress › Error”);

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

The topic ‘Installation: Install.php doens’t do anything’ is closed to new replies.