sorry in advance if I missed a message on this, i've been looking and googling. This is a fresh install and i have followed the directions to a 'T'. Any help would be much appreciated. Here is what I am getting when I run the root site from a browser during the set up:

Warning: Table 'drupal.access' doesn't exist query: SELECT CASE WHEN status=1 THEN 0 ELSE 1 END FROM access WHERE type = 'host' AND LOWER('192.168.0.106') LIKE LOWER(mask) ORDER BY status DESC LIMIT 0, 1 in /var/www/drupal-5.0/includes/database.mysql.inc on line 167

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 = '177b0436dfddbfc7b025271e9f15d756' in /var/www/drupal-5.0/includes/database.mysql.inc on line 167

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/drupal-5.0/includes/database.mysql.inc:167) in /var/www/drupal-5.0/includes/bootstrap.inc on line 811

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/drupal-5.0/includes/database.mysql.inc:167) in /var/www/drupal-5.0/includes/bootstrap.inc on line 811

Warning: Table 'drupal.cache' doesn't exist query: SELECT data, created, headers, expire FROM cache WHERE cid = 'variables' in /var/www/drupal-5.0/includes/database.mysql.inc on line 167

and there is a lot more....

Comments

vjordan’s picture

The database tables haven't been created.

Try www.yourdomain.com/install.php and see how you get on.