Upgrade to 5.6.0.2 breaks website
PermalinkJust a note to say that upgrading from 5.5.2.1 to 5.6.0.2 broke my site.
Symptoms:
- Edit bar not visible on home page when logged in
- Template structure broken (seemed to mis-interpret CSS)
- Certain add-ons failing (I guess that is to be expected)
- Blocks missing and/or moved
If anyone has similar issues, simply removing or commenting out the line <?php define('DIRNAME_APP_UPDATED', 'concrete5.6.0.2');?> in /config/site.php reverts to the previous version.
I've done this and my site is working again! Phew! :)
Russ

You can get the downloads from here
http://www.concrete5.org/developers/downloads/...
And you can read how to manually upgrade here
http://www.concrete5.org/documentation/how-tos/developers/manually-...
Hope this helps.
Other than than a few blocks that are clearly mis-coded and outright fail, I personally think the css is the issue. Do you have a live link we could check out?
Some blocks and themes hijack the css by being too broad. If a block builds it's view using common names like 'content' or 'wrapper' and then style those elements, this can cause their css to bleed over other blocks and maybe even the core css.