Updating from 5.5 to 5.6.2.1 Broke Template

Permalink 1 user found helpful
I just updated from 5.5.x to 5.6.2.1, after the update my template 'broke'.

There are now two grey C5 header bars (with the hand logo) one under the other. The lower one is present whether I'm logged in or not.

Any ideas?

hugostiglitz
 
bobaudio replied on at Permalink Reply
bobaudio
Same issue- "An unexpected error occurred.
mysqlt error: [1054: Unknown column 'isScheduled' in 'where clause'] in EXECUTE("SELECT jID FROM Jobs WHERE isScheduled = 1 ORDER BY jDateLastRun")"

it is also mentioned here-

http://www.concrete5.org/community/forums/usage/errors-after-upgrad...

http://www.concrete5.org/community/forums/installation/database-mys...

similar error is also present in "automated jobs" in dashboard
hugostiglitz replied on at Permalink Reply
hugostiglitz
I've found that right where the
<?PHP Loader::element('footer_required'); ?>
code is in my template, it is rendering a second set of HTML, Body, Javascripts, meta tag and corresponding closing tags. Basically its a full html page beneath the existing one:


<div id="ccm-page-controls-wrapper"><div id="ccm-toolbar"></div></div>
<script type="text/javascript" src="/index.php/tools/required/i18n_js"></script>
<script type="text/javascript" src="/concrete/js/jquery.ui.js?v=f90537a0535b1fcf831020de939541cf"></script>
<script type="text/javascript" src="/concrete/js/jquery.form.js?v=f90537a0535b1fcf831020de939541cf"></script>
<script type="text/javascript" src="/concrete/js/jquery.rating.js?v=f90537a0535b1fcf831020de939541cf"></script>
<script type="text/javascript" src="/concrete/js/bootstrap.js?v=f90537a0535b1fcf831020de939541cf"></script>
<script type="text/javascript" src="/concrete/js/ccm.app.js?v=f90537a0535b1fcf831020de939541cf"></script>
<script type="text/javascript" src="/concrete/js/tiny_mce/tiny_mce.js?v=f90537a0535b1fcf831020de939541cf"></script>
<script type="text/javascript" src="/index.php/tools/required/page_controls_menu_js?cID=1&cvID=&btask=&ts=1392707551"></script>
</body>
</html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!-- insert CSS for Default Concrete Theme //-->
hugostiglitz replied on at Permalink Best Answer Reply
hugostiglitz
OK I've managed to suppress the error by removing the following directories:

/concrete/themes/core/

/concrete/themes/default/

Its a bandaid but will work for now.
bobaudio replied on at Permalink Reply
bobaudio
Good job! Will have to look into that. Thanks for keeping the thread updated!
B