Blank Dashboard on Upgrade to 5.6.0.2

Permalink 1 user found helpful
I am having a problem after upgrading from 5.5.2.1 to 5.6.0.2 on one website.

The dashboard is completely blank (See attachment). When I check Firebug I get this error:
ccm_dashboardEqualizeMenus is not defined
[Break On This Error]    
ccm_dashboardEqualizeMenus();


I cannot edit any of the pages on the site either, on a Firebug check I get this error:
ccm_statusBarItem is not defined
[Break On This Error]    
sbitem = new ccm_statusBarItem();


Any help with this would be greatly appreciated,
Thanks,
Dave

1 Attachment

PassionForCreative
 
PassionForCreative replied on at Permalink Reply
PassionForCreative
I sorted it out,

I rolled back to 5.5.2.1 and uninstalled all of the add ons and updated again and it worked.

I don't know which one of the add ons was causing the problem but it is fixed now so panic averted!
liamb2001 replied on at Permalink Reply
im having the same problem but nievly did not make a backup, how did you revert it ? is there an actual fix without reverting it...ive spent about 3 days working on my site and did an update thinking it was be without problems.....stupid i know but now my dashboard is blank and my on the front end of the site the edit and dashboard buttons are blank...just a white strip, could really do with some help !!!
PassionForCreative replied on at Permalink Reply
PassionForCreative
I had an update folder from another website for 5.5.2.1 and copied that into the updates folder on the one I was having problems with.

I then went into the config folder and edited the site.php,
I changed this line:

<?php define('DIRNAME_APP_UPDATED', 'concrete5.6.0.2');?>


to:
<?php define('DIRNAME_APP_UPDATED', 'concrete5.5.2.1');?>


This rolled back the update to the older version.
I then uninstalled the packages and ran the update again.

I reinstalled the add ons after this and it worked fine.
I hope that helps!
Dave