Installation not working
-
I uploaded everything, and have all of the right information in the config.php file, and have all of the users and databases made. But when I goto the install.php file to begin the installation, it just spurts out a page-full of code and no error message. Here’s a sample of the code:
$v ) if ( !in_array($k, $noUnset) && isset($GLOBALS[$k]) ) unset($GLOBALS[$k]); } unregister_GLOBALS(); unset( $wp_filter, $cache_userdata, $cache_lastcommentmodified, $cache_lastpostdate, $cache_settings, $category_cache, $cache_categories ); if ( ! isset($blog_id) ) $blog_id = 1; // Fix for IIS, which doesn’t set REQUEST_URI if ( empty( $_SERVER[‘REQUEST_URI’] ) ) { $_SERVER[‘REQUEST_URI’] = $_SERVER[‘SCRIPT_NAME’]; // Does this work under CGI? // Append the query string if it exists and isn’t null if (isset($_SERVER[‘QUERY_STRING’]) &&
The topic ‘Installation not working’ is closed to new replies.