Rick,
In version 1.5.0.1 an error occured when loading multiple models (with the third parameter TRUE) from a controller.
Several other people also mentioned this bug.
Our PHP version is 5.1.2
I hope you can fix this problem, because the possiblity to load/specify a database per model is very handy.
I have made the following temporary Workaround for this moment:
In file Loader.php line 141:
$CI->load->database($db_conn, FALSE, TRUE);
comment this line and autoload library database.
