Hey Guys,
I am running into an issue moving my ExpressionEngine dev environment to my local environment. For some reason I am seeing the white screen of death on my home screen and after I login. When I turn on the debug mode I am getting the error messages below. Can anybody point me into the right direction to fix this issue.
A Database Error Occurred
Error Number: 1054
Unknown column ‘fingerprint’ in ‘field list’
SELECT `member_id`, `admin_sess`, `last_activity`, `fingerprint`, `sess_start` FROM (`exp_sessions`) WHERE `session_id` = ‘6c2f8f9c1c5924add53e6f1d0fe59ed783904851’ AND `fingerprint` = ‘’
Filename: libraries/Session.php
Line Number: 704
A Database Error Occurred
Error Number: 1054
Unknown column ‘session_id’ in ‘field list’
INSERT INTO `exp_security_hashes` (`date`, `hash`, `session_id`) VALUES (1399317901,‘b9c18ae12a456711c93b41f1c2f6bbc64c722c5d’,0)
Filename: core/EE_Security.php
Line Number: 237