I am in the process of moving a client’s Core site to a new host with the plan to upgrade to the newer paid version of EE immediately following. I am trying to make sure that everything is working hunky dory on the mirror site before doing the upgrade and I have hit a snag.
Most of the control panel looks fine, except when I try to got the Edit tab which gives me this error:
MySQL ERROR:
Error Number: 1054
Description: Unknown column ‘exp_weblogs.live_look_template’ in ‘field list’
Query: SELECT exp_weblog_titles.entry_id, exp_weblog_titles.weblog_id, exp_weblog_titles.title, exp_weblog_titles.author_id, exp_weblog_titles.status, exp_weblog_titles.entry_date, exp_weblog_titles.dst_enabled, exp_weblog_titles.comment_total, exp_weblog_titles.trackback_total, exp_weblogs.live_look_template, exp_members.username, exp_members.email, exp_members.screen_name FROM exp_weblog_titles LEFT JOIN exp_weblogs ON exp_weblog_titles.weblog_id = exp_weblogs.weblog_id LEFT JOIN exp_members ON exp_members.member_id = exp_weblog_titles.author_id WHERE exp_weblog_titles.entry_id IN (116,258,259,260,261,257,256,250,255,196,254,253,252,251,249,248,246,247,245,244,167,243,242,241,240,236,235,234,233,232,231,230,229,228,227,226,225,224,223,220,30,218,217,216,215,214,213,237,219,238) ORDER BY entry_date desc
Also the page that should show the live site does not work. When I try to go there I get:
The system does not appear to be installed. Click here to install it.
Does anyone have any suggestions?
Thanks!!