<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    ok I found a similar post and the recommendation was<br>
    <p><small>This happens if you have already edited the <code>$db_url</code>
        variable in <code>settings.php</code>. The installer will no
        longer be automatically invoked, because Drupal assumes
        installation has already been completed.</small></p>
    <p><small>To remedy, run the installer manually by visiting <code><a class="moz-txt-link-freetext" href="http://example.com/install.php">http://example.com/install.php</a></code>.</small></p>
    The recommended solution works<br>
    <br>
    <br>
    &#931;&#964;&#953;&#962; 11/11/2010 12:46 &#956;&#956;, &#959;/&#951; n!tesh bhardwaj &#941;&#947;&#961;&#945;&#968;&#949;:
    <blockquote
      cite="mid:AANLkTinEZVciECWSvdW3imDVnQ8cOu9fp+5jSHThJfkr@mail.gmail.com"
      type="cite">
      <pre wrap="">hi
  which version of druapl you are trying to install .check whether
your amp server is compitable with it or not.
regards.

On Thu, Nov 11, 2010 at 4:04 PM, villageeater <a class="moz-txt-link-rfc2396E" href="mailto:villageeater@gmail.com">&lt;villageeater@gmail.com&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello

I am trying to install drupal but I haven't made any progress. I read
through the manuals, I googled for the problem but I haven't found any
solution

Windows 7 64 bit
Apache 2.2.17
PHP 5.3.3
PostgerSQL 8.4 I have even tryed with MySQL 5.X with same behaviour
similar error message.

While trying to install drupal for first time I noticed that nothing
happens.
Apache access.log gave me
"GET /drupal/ HTTP/1.1" 404 -

After googling
I set display_errors = On on the php.ini to see what is happening and
got the following

Warning: pg_query(): Query failed: ERROR: relation "access" does not
exist LINE 1: SELECT 1 FROM access WHERE type = 'host' AND
LOWER('10.0.0.1... ^ in D:\httpdocs\drupal\includes\database.pgsql.inc
on line 139 Warning: ERROR: relation "access" does not exist LINE 1:
SELECT 1 FROM access WHERE type = 'host' AND LOWER('10.0.0.1... ^ query:
SELECT 1 FROM access WHERE type = 'host' AND LOWER('10.0.0.101') LIKE
LOWER(mask) AND status = 0 LIMIT 1 OFFSET 0 in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 160 Warning:
pg_query(): Query failed: ERROR: relation "users" does not exist LINE 1:
SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid ... ^ in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 139 Warning:
ERROR: relation "users" does not exist LINE 1: SELECT u.*, s.* FROM
users u INNER JOIN sessions s ON u.uid ... ^ query: SELECT u.*, s.* FROM
users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid =
'q1rjmcal7bumrgjo46p7ntj907' in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 160 Warning:
pg_query(): Query failed: ERROR: relation "cache" does not exist LINE 1:
...T data, created, headers, expire, serialized FROM cache WHER... ^ in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 139 Warning:
ERROR: relation "cache" does not exist LINE 1: ...T data, created,
headers, expire, serialized FROM cache WHER... ^ query: SELECT data,
created, headers, expire, serialized FROM cache WHERE cid = 'variables'
in D:\httpdocs\drupal\includes\database.pgsql.inc on line 160 Warning:
pg_query(): Query failed: ERROR: relation "variable" does not exist LINE
1: SELECT * FROM variable ^ in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 139 Warning:
ERROR: relation "variable" does not exist LINE 1: SELECT * FROM variable
^ query: SELECT * FROM variable in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 160 Notice:
Undefined variable: variables in
D:\httpdocs\drupal\includes\bootstrap.inc on line 558 Warning:
pg_query(): Query failed: ERROR: relation "cache" does not exist LINE 1:
UPDATE cache SET data = '', created = 1289469500, expire = 0... ^ in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 139 Warning:
ERROR: relation "cache" does not exist LINE 1: UPDATE cache SET data =
'', created = 1289469500, expire = 0... ^ query: UPDATE cache SET data =
'', created = 1289469500, expire = 0, headers = '', serialized = 0 WHERE
cid = 'variables' in D:\httpdocs\drupal\includes\database.pgsql.inc on
line 160 Notice: Undefined variable: variables in
D:\httpdocs\drupal\includes\bootstrap.inc on line 565 Warning:
pg_query(): Query failed: ERROR: relation "system" does not exist LINE
1: SELECT name, filename, throttle FROM system WHERE type = 'mo... ^ in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 139 Warning:
ERROR: relation "system" does not exist LINE 1: SELECT name, filename,
throttle FROM system WHERE type = 'mo... ^ query: SELECT name, filename,
throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap
= 1 ORDER BY weight ASC, filename ASC in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 160 Warning:
pg_query(): Query failed: ERROR: relation "url_alias" does not exist
LINE 1: SELECT COUNT(pid) FROM url_alias ^ in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 139 Warning:
ERROR: relation "url_alias" does not exist LINE 1: SELECT COUNT(pid)
FROM url_alias ^ query: SELECT COUNT(pid) FROM url_alias in
D:\httpdocs\drupal\includes\database.pgsql.inc on line 160


If I switch to MySQL as database I get

Warning: Table 'drupal.access' doesn't exist query: SELECT 1 FROM access
WHERE type = 'host' AND LOWER('10.0.0.101') LIKE LOWER(mask) AND status
= 0 LIMIT 0, 1 in D:\httpdocs\drupal\includes\database.mysql.inc on line
128 Warning: Table 'drupal.users' doesn't exist query: SELECT u.*, s.*
FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid =
'q1rjmcal7bumrgjo46p7ntj907' in
D:\httpdocs\drupal\includes\database.mysql.inc on line 128 Warning:
Table 'drupal.cache' doesn't exist query: SELECT data, created, headers,
expire, serialized FROM cache WHERE cid = 'variables' in
D:\httpdocs\drupal\includes\database.mysql.inc on line 128 Warning:
Table 'drupal.variable' doesn't exist query: SELECT * FROM variable in
D:\httpdocs\drupal\includes\database.mysql.inc on line 128 Notice:
Undefined variable: variables in
D:\httpdocs\drupal\includes\bootstrap.inc on line 558 Warning: Table
'drupal.cache' doesn't exist query: UPDATE cache SET data = '', created
= 1289471532, expire = 0, headers = '', serialized = 0 WHERE cid =
'variables' in D:\httpdocs\drupal\includes\database.mysql.inc on line
128 Notice: Undefined variable: variables in
D:\httpdocs\drupal\includes\bootstrap.inc on line 565 Warning: Table
'drupal.system' doesn't exist query: SELECT name, filename, throttle
FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER
BY weight ASC, filename ASC in
D:\httpdocs\drupal\includes\database.mysql.inc on line 128 Warning:
Table 'drupal.url_alias' doesn't exist query: SELECT COUNT(pid) FROM
url_alias in D:\httpdocs\drupal\includes\database.mysql.inc on line 128


--
[ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]

</pre>
      </blockquote>
      <pre wrap="">


</pre>
    </blockquote>
    <br>
  </body>
</html>