Bug tracker
Silent die on $user->setup() or $user->set_lang() errors in DEBUG_EXTRA mode (fix completed in vcs)
My question & suggestion is why isn't $user->setup(); and $user->set_lang(); using an internal constant defined check (DEBUG_EXTRA being the constant) to override the @include statement with a normal include statement, and not suppress the include errors? This would help out during debugging for MOD constuction/installation, but not be activated unless the board is in total debug mode anyway.
Comments / History
The same goes for installations where the wrong DBAL was selected. These also die without any error message.