Installation: Install.php doens’t do anything
-
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 awp-config.phpfile. I need this before we can get started. Need more help? We got it. You can create awp-config.phpfile through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”, “WordPress › Error”);
The topic ‘Installation: Install.php doens’t do anything’ is closed to new replies.