diff -r 9bcc185dc151 -r 85f91037cd4f install/includes/stages/install.php --- a/install/includes/stages/install.php Tue Jan 29 17:29:08 2008 -0500 +++ b/install/includes/stages/install.php Tue Jan 29 23:15:44 2008 -0500 @@ -40,9 +40,9 @@
-

Database connection failed

-

The installer couldn't connect to the database because something went wrong while the connection attempt was being made. Please press your browser's back button and correct your database information.

-

Error description: +

get('database_msg_post_fail_title'); ?>

+

get('database_msg_post_fail_body'); ?>

+

get('database_msg_post_fail_desc'); ?> sql_error(); ?> @@ -61,10 +61,10 @@ flush(); ?> -

Installing Enano

-

Please wait while Enano creates its database and initial content on your server.

+

get('install_title'); ?>

+

get('install_body'); ?>

-

Installation progress

+

get('install_heading_progress'); ?>

get('install_stg_load_title'), 'stg_load_files', $lang->get('install_stg_load_body'), false); +run_installer_stage('setpass', $lang->get('install_stg_setpass_title'), 'stg_password_decode', $lang->get('install_stg_setpass_body')); +run_installer_stage('genaes', $lang->get('install_stg_genaes_title'), 'stg_make_private_key', $lang->get('install_stg_genaes_body')); +run_installer_stage('sqlparse', $lang->get('install_stg_sqlparse_title'), 'stg_load_schema', $lang->get('install_stg_sqlparse_body')); +run_installer_stage('payload', $lang->get('install_stg_payload_title'), 'stg_deliver_payload', $lang->get('install_stg_payload_body')); run_installer_stage('writeconfig', $lang->get('install_stg_writeconfig_title'), 'stg_write_config', $lang->get('install_stg_writeconfig_body')); // Now that the config is written, shutdown our primitive API and startup the full Enano API