Zend_Db_Adapter_Exception (error) (SOLVED)

(SOLVED)
I just installed Omeka 2.0 on a Ubuntu LAMP VM with VMWare. I used the VM instruction, and the only change I made was during the permission, I changed 'archives" to 'files' since there isn't an 'archive' folder in 2.0. (Why does the 2.0 install instruction have it labeled as 'archives' when its changed to 'files'?)

Anyway, when I go to my ip, I get the following error.

Omeka has encountered an error. Any idea how to fix this? Or maybe something the in Omeka Vm installation documentation needs to be changed for a 2.0 install? Thanks.

Zend_Db_Adapter_Exception

Configuration array must have a key for 'dbname' that names the database instance

#0 /var/www/application/libraries/Zend/Db/Adapter/Abstract.php(183): Zend_Db_Adapter_Abstract->_checkRequiredOptions(Array)
#1 /var/www/application/libraries/Zend/Db.php(270): Zend_Db_Adapter_Abstract->__construct(Array)
#2 /var/www/application/libraries/Omeka/Application/Resource/Db.php(61): Zend_Db::factory('Mysqli', Array)
#3 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(683): Omeka_Application_Resource_Db->init()
#4 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(629): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('Db')
#5 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(586): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('Db')
#6 /var/www/application/libraries/Omeka/Application/Resource/Pluginbroker.php(22): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('Db')
#7 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(683): Omeka_Application_Resource_Pluginbroker->init()
#8 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(629): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('PluginBroker')
#9 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(586): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('PluginBroker')
#10 /var/www/application/libraries/Omeka/Application/Resource/Frontcontroller.php(42): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('PluginBroker')
#11 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(683): Omeka_Application_Resource_Frontcontroller->init()
#12 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(626): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('frontcontroller')
#13 /var/www/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(586): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap(NULL)
#14 /var/www/application/libraries/Zend/Application.php(355): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap(NULL)
#15 /var/www/application/libraries/Omeka/Application.php(51): Zend_Application->bootstrap()
#16 /var/www/index.php(23): Omeka_Application->initialize()
#17 {main}

Never mind. I figured it out. I had a type in my db.ini file.

In other news, I got 2.0 to install perfectly on a VMWare :)