wordpress1.2.1 install error
-
first, when I install wordpress1.2.1, in step1 to step3, there are many lines of database errors on the page, it says table wp_options can not been found. I checked the file install.php, and guess the install script is checking if there is an old version product installed. And the process can continue to step4. In step4, it looks fine, no error info now, and it says success.
then I was redirected to the login page, after I input the right user name and the password, I just got an empty page. Then I refer to index.php my wordpress installation, it gives the following response, it looks that the page is not load properly.
————————————————————————————
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head profile="https://gmpg.org/xfn/1">
<title>my weblog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="WordPress 1.2.1" /> <!-- leave this for stats -->
<style type="text/css" media="screen">
@import url( http:/wp-layout.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="http:/print.css" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http:/wp-rss2.php" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http:/wp-rss.php" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http:/wp-atom.php" />
<link rel="pingback" href="http:/xmlrpc.php" />
<link rel="archives" title="October 2004" href="http:/index.php?m=200410" />
<meta name='ICBM' content="0, 0" />
<meta name='DC.title' content="my weblog" />
<meta name='geo.position' content="0;0" />
</head>
<body>
<div id="rap">
<h1 id="header">my weblog</h1>
<div id="content">
<h2>10/13/2004</h2>
<div class="post">
<h3 class="storytitle" id="post-1">Hello world!</h3>
<div class="meta">Filed under: <ul class="post-categories">- General
— site admin @ 9:12 pm </div>
<div class="storycontent">
Welcome to WordPress. This is the first post. Edit or delete it, then start blogging!</div>
<div class="feedback">
Comments (1) </div>
<!--
<rdf:RDF xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="https://purl.org/dc/elements/1.1/"
xmlns:trackback="https://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description rdf:about="http:/index.php?p=1"
dc:identifier="http:/index.php?p=1"
dc:title="Hello world!"
trackback:ping="http:/wp-trackback.php/1" />
</rdf:RDF> -->
</div>
</div>
<div id="menu">-
<li id="links">Links
<li id="categories">Categories:
<li id="search">
<label for="s">Search:</label>
<form id="searchform" method="get" action="/wordpress/index.php">
<div>
<input type="text" name="s" id="s" size="15" /><input type="submit" name="submit" value="Search" />
</div>
</form><li id="archives">Archives:
- October 2004
<li id="calendar">
<table id="wp-calendar">
<caption>October 2004</caption>
<thead>
<tr>
<th abbr="Sunday" scope="col" title="Sunday">S</th>
<th abbr="Monday" scope="col" title="Monday">M</th>
<th abbr="Tuesday" scope="col" title="Tuesday">T</th>
<th abbr="Wednesday" scope="col" title="Wednesday">W</th>
<th abbr="Thursday" scope="col" title="Thursday">T</th>
<th abbr="Friday" scope="col" title="Friday">F</th>
<th abbr="Saturday" scope="col" title="Saturday">S</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3" id="prev" class="pad"> </td>
<td class="pad"> </td>
<td colspan="3" id="next" class="pad"> </td>
</tr>
</tfoot>
<tbody>
<tr>
<td colspan="5" class="pad"> </td><td>1</td><td>2</td>
</tr>
<tr>
<td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td>
</tr>
<tr>
<td>10</td><td>11</td><td>12</td><td id="today">13</td><td>14</td><td>15</td><td>16</td>
</tr>
<tr>
<td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td>
</tr>
<tr>
<td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td>
</tr>
<tr>
<td>31</td>
<td class="pad" colspan="6"> </td>
</tr>
</tbody>
</table>
<li id="other">Other:<li id="meta">Meta:
</div>
</div>
<p class="credit"><!--19 queries. 0.074 seconds. --> <cite>Powered by WordPress</cite>
</body>
</html>———————————————————————————————
I didn’t change anything, it’s just a basic installation. Maybe you can save and check the above code to see what’s wrong.
- The topic ‘wordpress1.2.1 install error’ is closed to new replies.