Hello,
Today Joomla 3.1.4 released into public, it had 247 tracker issues fixed, so its going to pretty awesome if it applied into our site. But the problem is when you install Joomla 3.1.4 with Seblod... you can't get access into seblod component because "The Default Layout can not be found problem"
I dig deep this issue and found the problem... i don't know yet if it because of a new bug on joomla or PSR-0 Coding Standard Applied.
if you want to know about PSR-0 and Autoloading, you can visit here: http://phpmaster.com/autoloading-and-the-psr-0-standard/
if you want to look for my discussion on Joomla Group https://groups.google.com/forum/#!topic/joomla-dev-general/aMuZT2vgkkM
THE SOLUTION
The solution is easy and pretty straight forward,
1. Open administrator/components/com_cck/views/cck/view.html.php
2. Change the name of the class from CCKViewCCK into CCKViewCcck
Attention
This is just one 'bug' that i found, Joomla 3.1.4 is still new and probably bring more 'bugs' to seblod. If you don't have experience debugging PHP or familiar with Joomla MVC/System ... i suggest you to wait for a week or two.. there's probably report for another bug...
Hope this information helps