I want to install a Drupal site, this is my 4th Drupal site and in the past everything went smooth.
Right now I get a lot of warnings (see bottom). I downloaded the latest version of Drupal (6.19), made a settings.php file (copy default settings and made changes in $db_url), then I made a new database.
I have done this already 3 times for other websites but now I get this:
Warning: Table 'namedatabase.access' doesn't exist query: SELECT 1 FROM access WHERE type = 'host' AND LOWER('::1') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in C:\xampp\htdocs\drupal\includes\database.mysql.inc on line 128
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\drupal\includes\database.mysql.inc:128) in C:\xampp\htdocs\drupal\includes\bootstrap.inc on line 1162
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\drupal\includes\database.mysql.inc:128) in C:\xampp\htdocs\drupal\includes\bootstrap.inc on line 1162
Warning: Table 'namedatabase.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\xampp\htdocs\drupal\includes\database.mysql.inc on line 128