I’m trying to replicate my site on a staging sub domain, so I made a copy of everything on my live domain to my staging domain including db, made the path changes, etc. But when I login I get this db error:
A Database Error Occurred
Error Number: 1054
Unknown column ‘site_id’ in ‘field list’
INSERT INTO `exp_sessions` (`admin_sess`, `session_id`, `ip_address`, `member_id`, `last_activity`, `site_id`, `user_agent`) VALUES (1, ‘43a80dd73fcf655cc9c13fba6aa55c9d16d97f04’, ‘74.217.86.15’, 1, 1319909751, 1, ‘Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1’)
Filename: libraries/Session.php
Line Number: 421
Running MSM on the live site, which sounds like is causing the problem on my staging site when it’s trying to insert the session in to the db.
But not quite sure of a work around. Thanks for any help!