Community & Support

drupal download from bluehost to xammp (localhost)

i install drupal on the server with simple scripts
i download the site to my computer (to xammp) allso the sql db file
i change the setting of the settings.php to the localhost phpmyadmin new db (named the db name to "fpi")

from:

$db_url = 'mysqli://victorq1_drp1:*******@localhost/victorq1_drp1';
$db_prefix = 'drp_';

to

$db_url = 'mysql://root:@localhost/fpi';
$db_prefix = 'drp_';

but the drupal site on my localhost doesn't work

what do i do wrong ?

10x all :)
(hope you'll understend my bad english )

the errors i get:
--------------------
Warning: Table 'fpi.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\fpi\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\fpi\includes\database.mysql.inc:128) in C:\xampp\htdocs\fpi\includes\bootstrap.inc on line 1037

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\fpi\includes\database.mysql.inc:128) in C:\xampp\htdocs\fpi\includes\bootstrap.inc on line 1037

Warning: Table 'fpi.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\xampp\htdocs\fpi\includes\database.mysql.inc on line 128

Warning: Table 'fpi.variable' doesn't exist query: SELECT * FROM variable in C:\xampp\htdocs\fpi\includes\database.mysql.inc on line 128

Warning: Table 'fpi.cache' doesn't exist query: UPDATE cache SET data = '', created = 1265329415, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in C:\xampp\htdocs\fpi\includes\database.mysql.inc on line 128

Warning: Table 'fpi.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 C:\xampp\htdocs\fpi\includes\database.mysql.inc on line 128

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\fpi\includes\database.mysql.inc:128) in C:\xampp\htdocs\fpi\includes\bootstrap.inc on line 636

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\fpi\includes\database.mysql.inc:128) in C:\xampp\htdocs\fpi\includes\bootstrap.inc on line 637

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\fpi\includes\database.mysql.inc:128) in C:\xampp\htdocs\fpi\includes\bootstrap.inc on line 638

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\fpi\includes\database.mysql.inc:128) in C:\xampp\htdocs\fpi\includes\bootstrap.inc on line 639

Warning: Table 'fpi.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in C:\xampp\htdocs\fpi\includes\database.mysql.inc on line 128