I am setting up a new site on a server. I have uploaded the drupal installation and am having trouble with the empty SQL database. I used phpMyAdmin to create a new SQL database and when I try to install my site in my browser, I get a page of error messages that seem to indicate there are no tables in the SQL database.
I have searched through all the documentation and can not find any advice as to what else I can do. Below are the error messages ... Thanks for any help!
Warning: Table 'ihelpule_lift.access' doesn't exist query: SELECT 1 FROM access WHERE type = 'host' AND LOWER('67.189.170.139') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in /home/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Warning: Table 'ihelpule_lift.users' doesn't exist query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'affe95423eb74b6673cd31d9904aeaaf' in /home/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ihelpule/public_html/iraq/includes/database.mysql.inc:128) in /home/ihelpule/public_html/iraq/includes/bootstrap.inc on line 995
Warning: Table 'ihelpule_lift.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /home/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Warning: Table 'ihelpule_lift.variable' doesn't exist query: SELECT * FROM variable in /home/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Warning: Table 'ihelpule_lift.cache' doesn't exist query: UPDATE cache SET data = '', created = 1259188296, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in /home/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Warning: Table 'ihelpule_lift.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/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Warning: Cannot modify header information - headers already sent by (output started at /home/ihelpule/public_html/iraq/includes/database.mysql.inc:128) in /home/ihelpule/public_html/iraq/includes/bootstrap.inc on line 596
Warning: Cannot modify header information - headers already sent by (output started at /home/ihelpule/public_html/iraq/includes/database.mysql.inc:128) in /home/ihelpule/public_html/iraq/includes/bootstrap.inc on line 597
Warning: Cannot modify header information - headers already sent by (output started at /home/ihelpule/public_html/iraq/includes/database.mysql.inc:128) in /home/ihelpule/public_html/iraq/includes/bootstrap.inc on line 598
Warning: Cannot modify header information - headers already sent by (output started at /home/ihelpule/public_html/iraq/includes/database.mysql.inc:128) in /home/ihelpule/public_html/iraq/includes/bootstrap.inc on line 599
Warning: Table 'ihelpule_lift.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in /home/ihelpule/public_html/iraq/includes/database.mysql.inc on line 128
Comments
Did you import the database?
Did you import the database? If you installed it locally, then moved it, you'd need to import the database into the new server. An empty database isn't enough...
No database created
I have not imported a database - I wanted to start populating it on the server. I have created an empty database. I must be missing something conceptually, I guess. I thought I could start with an empty database on the server and start creating my site there.
I'd recommend starting from
I'd recommend starting from scratch, with a fresh installation. Install it directly on the server.
Thanks
I did just that - and discovered that my host has a shortcut utility on their control panel page that let me set up a Drupal site with one click! I wish I'd known that a while ago (LOL)!
Thank you for your support and suggestion.