Joomla3-Admin-template / joomla-cms

Home of the Joomla! Content Management System
http://joomla.org
GNU General Public License v2.0
53 stars 11 forks source link

Fix install DB creation #96

Closed phproberto closed 12 years ago

phproberto commented 12 years ago

DB creation was broken during installation because it was trying to autoconnect to the non-existent database before it's created.

Issue reported in: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=28899

mbabker commented 12 years ago

Works here. Would like a couple other folks to test before merging.

Thanks for the fix!

phproberto commented 12 years ago

Thinking in possible issues with non mysqli drivers I've modified it to check if a db_select value is already received.

This way we don't allways force autoselection to true.