I had a SS3 site I was developing.. then a core change caused it to break (think it was about private statics?)
Anyway, today I decided to get back to it, but after trying to update with composer..
I gave up stripped out all modules, edited the json file, and then required them again via composer, thinking that forcing the latest versions would fix any issue.
Alas... I now get this error if I try to view the site (front or admin)
"Notice: Undefined index: configDirs in F:\vhost\mysite\framework\core\manifest\ClassManifest.php on line 133
Fatal error: Access level to BlogEntry::$db must be public (as in class Page) in F:\vhost\mysite\blog\code\BlogEntry.php on line 7"
Please help..