I just download and install 6.13 and I got the following error.
I followed all the instructions from install.txt and already created the database in phpMyAdmin.
I'm using Appache, mysql and php.
Please help me to install the v.6.13.
Thank you.
====================================================================================
Warning: Table 'nweb613.access' doesn't exist query: SELECT 1 FROM access WHERE type = 'host' AND LOWER('127.0.0.1') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in D:\AppServ\www\web613\includes\database.mysql.inc on line 128
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\AppServ\www\web613\includes\database.mysql.inc:128) in D:\AppServ\www\web613\includes\bootstrap.inc on line 1031
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\AppServ\www\web613\includes\database.mysql.inc:128) in D:\AppServ\www\web613\includes\bootstrap.inc on line 1031
Warning: Table 'nweb613.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in D:\AppServ\www\web613\includes\database.mysql.inc on line 128
Warning: Table 'nweb613.variable' doesn't exist query: SELECT * FROM variable in D:\AppServ\www\web613\includes\database.mysql.inc on line 128
Warning: Table 'nweb613.cache' doesn't exist query: UPDATE cache SET data = '', created = 1248679081, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in D:\AppServ\www\web613\includes\database.mysql.inc on line 128
Warning: Table 'nweb613.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:\AppServ\www\web613\includes\database.mysql.inc on line 128
Warning: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\web613\includes\database.mysql.inc:128) in D:\AppServ\www\web613\includes\bootstrap.inc on line 630
Warning: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\web613\includes\database.mysql.inc:128) in D:\AppServ\www\web613\includes\bootstrap.inc on line 631
Warning: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\web613\includes\database.mysql.inc:128) in D:\AppServ\www\web613\includes\bootstrap.inc on line 632
Warning: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\web613\includes\database.mysql.inc:128) in D:\AppServ\www\web613\includes\bootstrap.inc on line 633
==============================================================================
Warning: Table 'nweb613.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in D:\AppServ\www\web613\includes\database.mysql.inc on line 128
Comments
I warmly suggest you to take
I warmly suggest you to take a look in Troubleshooting-FAQ here on Drupal.org Documentation.
It looks to me that you have to beginn from scratch and clean your Drupal database with phpmyadmin before you start over again.
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
I get similar errors on a new
I get similar errors on a new localhost Drupal/WAMP install when just accessing the http://localhost. You need to call the http://localhost/install.php script.
What happens when you go to http://yoursite/install.php is it the same error ?
I had the same error and your
I had the same error and your fix fixed it for me.
Thanks weldja,