An error occured while trying to create the database tables necessary for Shimmie.
Please check and ensure that the database configuration options are all correct.
-{$e->getMessage()}
EOD; - exit($e->getMessage()); + exit(3); } - catch (Exception $e) - { + catch (Exception $e) { print <<An unknown error occured while trying to create the database tables necessary for Shimmie.
Please check the server log files for more information.
-{$e->getMessage()}
EOD; - exit($e->getMessage()); + exit(4); } - } // }}} function insert_defaults() { // {{{ @@ -387,10 +374,10 @@ function insert_defaults() { // {{{An error occured while trying to insert data into the database.
Please check and ensure that the database configuration options are all correct.
-{$e->getMessage()}
EOD; - exit($e->getMessage()); + exit(5); } catch (Exception $e) { @@ -400,10 +387,10 @@ EOD;An unknown error occured while trying to insert data into the database.
Please check the server log files for more information.
-{$e->getMessage()}
EOD; - exit($e->getMessage()); + exit(6); } } // }}} @@ -435,7 +422,7 @@ function build_dirs() { // {{{