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