Uploaded everything, now it won't install

Whenever I go to mysite.com or mysite.com/install I get the following error:

 

Fatal error in exception handler. Check log for Exception #1423544693

When I check the error log it says

[10-Feb-2015 05:04:53 UTC] PHP Warning:  Module 'exif' already loaded in Unknown on line 0
[10-Feb-2015 05:04:53 UTC] PHP Warning:  Module 'gd' already loaded in Unknown on line 0
[10-Feb-2015 05:04:53 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_exif.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_exif.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[10-Feb-2015 05:04:53 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_gd2.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[10-Feb-2015 05:04:53 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[10-Feb-2015 05:04:53 UTC] Exception #1423544693: exception 'InstallationException' with message 'Unable to handle this request. This site is not configured or the database is down.' in /home/deemstars/public_html/development/engine/classes/Elgg/Database.php:594
Stack trace:
#0 /home/deemstars/public_html/development/engine/lib/elgglib.php(1937): Elgg\Database->assertInstalled()
#1 [internal function]: _elgg_engine_boot('boot', 'system', NULL)
#2 /home/deemstars/public_html/development/engine/classes/Elgg/EventsService.php(54): call_user_func_array('_elgg_engine_bo...', Array)
#3 /home/deemstars/public_html/development/engine/lib/elgglib.php(605): Elgg\EventsService->trigger('boot', 'system', NULL)
#4 /home/deemstars/public_html/development/engine/start.php(68): elgg_trigger_event('boot', 'system')
#5 /home/deemstars/public_html/development/index.php(55): require_once('/home/deemstars...')
#6 {main}
[10-Feb-2015 05:04:53 UTC] Exception #1423544693 : fatal error in exception handler : Table 'deemstar_db.social_config' doesn't exist

 QUERY: SELECT value FROM social_config
            WHERE name = 'cookies' AND site_guid = 0

The problem with that is I have cPnale, but I could have sworn I did install exif and gd. MBString was also installed but for some odd reason will not work for the life of me.
Also,t he database issue at the bottom. I thought when I go to install that it will automatically put everything in the database that I need it to?

  • Have you created a database to be used by the Elgg site in CPanel? Elgg won't create the database itself during installation but requires a new database already been available. There's this error message:

    [10-Feb-2015 05:04:53 UTC] Exception #1423544693: exception 'InstallationException' with message 'Unable to handle this request. This site is not configured or the database is down.' in /home/deemstars/public_html/development/engine/classes/Elgg/Database.php:594

    that makes me belief that the database is not available or that you don't provide the correct database credentials (db username, db name etc.) during installation and therefore Elgg can't access the database.