[wp-trac] [WordPress Trac] #3022: Issues with the "It doesn't look
like you've installed WP yet." page
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 10 09:17:44 GMT 2006
#3022: Issues with the "It doesn't look like you've installed WP yet." page
----------------------------+-----------------------------------------------
Reporter: Viper007Bond | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.1
Component: Administration | Version: 2.1
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
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 › 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 'wordpress.imedia_options' doesn't
exist]<br />
<code>SELECT option_value FROM imedia_options
WHERE option_name = 'siteurl' 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? :|
--
Ticket URL: <http://trac.wordpress.org/ticket/3022>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list