Currently you can enable the tripal core module -after which it doesn't warn you to now install chado- and then continue to enable additional tripal modules without any warning. This will result in not all modules being successfully enabled but doesn't seem to emit an error until you enable tripal_cv at which point you get a WSOD (White Screen of Death) with the error: undefined function tripal_add_cv() on line 42 of tripal_core/cvterms.php
We need to issue some sort of warning/notice to tell tripal admin to install chado before enabling other modules and leading them to the correct location. Aslo, there doesn't seem to be a tripal_add_cv function anywhere in tripal -why do we not get the WSOD error on every install?