Hello. I get this error when I load drupal, wondering if anyone knows what the problem is? Thanks.
Fatal error: Table 'xs2.hud_variable' doesn't exist query: SELECT * FROM hud_variable in /home/x/s/xs/public_html/hud/includes/database.mysql.inc on line 90
I am using Drupal as a website for a college course. I would like to have three instances but have only one MySQL database. I have used database prefixes for my second installation. It appears to install but the side menu is not appearing so I don't have access to any of the configuration or content links. When I first installed I got some warning messages, but unfortunately did not write them down. Does anyone have good info to add to that already on the site about setting up multiple installations with one db?
Nice smooth install.
Fixed the magic_quotes_gpc setting.
Database looks fine.
Created my first account.
Got the email delivery.
Tried to login... No error, but no login. I just end up back at the login page. I've checked my database, and the accounts are in there. I've tried resetting passwords - no help. I've tried to fail login - I get the failure message, so that's working.
My vague guess is that there is some kind of problem with the session, but I can't imagine what it is. I'm no php expert.