Hello,
I needed to move my drupal installation from one server to another.
Everything went smoothly but today I changed something and my installation couldn't connect anymore to the database.
I changed the settings.php file to point to the new database but when I try to run the site this are the messages I get:
Warning: Table 'jaguerra_drpl1.users' doesn't exist query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '03135871d307c021a7dfb1cf7a845644' in /home/jaguerra/public_html/includes/database.mysql.inc on line 136
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/jaguerra/public_html/includes/database.mysql.inc:136) in /home/jaguerra/public_html/includes/bootstrap.inc on line 1162
Warning: Table 'jaguerra_drpl1.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 /home/jaguerra/public_html/includes/database.mysql.inc on line 136
Warning: Cannot modify header information - headers already sent by (output started at /home/jaguerra/public_html/includes/database.mysql.inc:136) in /home/jaguerra/public_html/includes/bootstrap.inc on line 726