Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#3022 closed defect (bug) (worksforme)

Issues with the "It doesn't look like you've installed WP yet." page

Reported by: viper007bond's profile Viper007Bond Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords:
Focuses: Cc:

Description

Installing the latest SVN for a client and I noticed that on the page where it says that I haven't installed WP, there's some bugs.

Here's the contents of the page. Note the image URL:

<!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>WordPress &rsaquo; Error</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: 25%;
		margin-right: 25%;
		padding: .2em 2em;
	}

	h1 {
		color: #006;
		font-size: 18px;
		font-weight: lighter;
	}

	h2 {
		font-size: 16px;
	}

	p, li, dt {
		line-height: 140%;
		padding-bottom: 2px;
	}

	ul, ol {
		padding: 5px 5px 5px 20px;
	}
	#logo {
		margin-bottom: 2em;
	}
	-->
	</style>
<script src="/mint/?js" type="text/javascript"></script>
</head>
<body>
	<h1 id="logo"><img alt="WordPress" src="<div id='error'>
			<p class='wpdberror'><strong>WordPress database error:</strong> [Table &#039;wordpress.imedia_options&#039; doesn&#039;t exist]<br />
			<code>SELECT option_value FROM imedia_options WHERE option_name = &#039;siteurl&#039; LIMIT 1</code></p>
			</div>/wp-admin/images/wordpress-logo.png" /></h1>

	<p>It doesn't look like you've installed WP yet. Try running <a href='wp-admin/install.php'>install.php</a>.</p>
</body>
</html>

I have no clue where that query error is coming from, but I bet someone else does. :)

Any clue how <script src="/mint/?js" type="text/javascript"></script>} got in there BTW? Is that his server or something, or are we supporting Mint now in WP? :|

Change History (3)

#1 @Viper007Bond
19 years ago

Ignore the Mint bit. I'm unfamiliar with it (as I'm cheap), so I didn't realize how smart it was. ;)

php_value auto_prepend_file /home/httpd/vhosts/xxxxxx/httpdocs/mint/config/auto.php

#2 @Nazgul
19 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

I can't reproduce it on the current version of trunk.

#3 @Nazgul
18 years ago

  • Milestone 2.1 deleted
Note: See TracTickets for help on using tickets.