nothing but rubbish
-
If someone can help diagnose me that would mean to world to me. I have literally spent 12 hours on this simple task of installing WP. I should mention I uploaded the files via FTP and my server uses plesk.
Basically, i go to the install.php and I get what is below – nothing but rubbish!
<?php
define(‘WP_INSTALLING’, true);
if (!file_exists(‘../wp-config.php’))
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.”);require_once(‘../wp-config.php’);
require_once(‘./upgrade-functions.php’);$guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, ‘http://’ . $_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’ );
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<title><?php _e(‘WordPress › Installation’); ?></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<style media=”screen” type=”text/css”>
<!–
html {
background: #eee;
}
body {
background: #fff;
color: #000;
font-family: Georgia, “Times New Roman”, Times, serif;
margin-left: 20%;
margin-right: 20%;
padding: .2em 2em;
}h1 {
color: #006;
font-size: 18px;
font-weight: lighter;
}h2 {
font-size: 16px;
The topic ‘nothing but rubbish’ is closed to new replies.