important security checks and There is NO workaround. Please contact your host for more information."); } if(!function_exists("print_a")) { function print_a($var) { return '
'.htmlentities(print_r($var, true), null, "UTF-8").''; } } header("Content-type: text/html; charset=utf-8"); //obsolete $installer_folder_name = 'e107_install'; include_once("./{$HANDLERS_DIRECTORY}e107_class.php"); $e107_paths = compact('ADMIN_DIRECTORY', 'FILES_DIRECTORY', 'IMAGES_DIRECTORY', 'THEMES_DIRECTORY', 'PLUGINS_DIRECTORY', 'HANDLERS_DIRECTORY', 'LANGUAGES_DIRECTORY', 'HELP_DIRECTORY', 'CACHE_DIRECTORY', 'DOWNLOADS_DIRECTORY', 'UPLOADS_DIRECTORY'); $e107 = e107::getInstance(); $e107->init($e107_paths, realpath(dirname(__FILE__))); unset($e107_paths); //obsolete $e107->e107_dirs['INSTALLER'] = "{$installer_folder_name}/"; $e_install = new e_install(); $e_forms = new e_forms(); $e_install->template->SetTag("installer_css_http", $_SERVER['PHP_SELF']."?object=stylesheet"); //obsolete $e_install->template->SetTag("installer_folder_http", e_HTTP.$installer_folder_name."/"); $e_install->template->SetTag("files_dir_http", e_FILE_ABS); if(!isset($_POST['stage'])) { $_POST['stage'] = 1; } $_POST['stage'] = intval($_POST['stage']); switch ($_POST['stage']) { case 1: $e_install->stage_1(); break; case 2: $e_install->stage_2(); break; case 3: $e_install->stage_3(); break; case 4: $e_install->stage_4(); break; case 5: $e_install->stage_5(); break; case 6: $e_install->stage_6(); break; case 7: $e_install->stage_7(); break; default: $e_install->raise_error("Install stage information from client makes no sense to me."); } if($_SERVER['QUERY_STRING'] == "debug") { $e_install->template->SetTag("debug_info", print_a($e_install)); } else { $e_install->template->SetTag("debug_info", (count($e_install->debug_info) ? print_a($e_install->debug_info)."Backtrace:
".LANINS_030." | ||
".LANINS_031." | ||
".LANINS_032." | ||
|
".LANINS_033." | |
".LANINS_034." |
".LANINS_030." | ||
".LANINS_031." | ||
".LANINS_032." | ||
|
".LANINS_033." | |
".LANINS_034." | ||
".LANINS_105." |
".LANINS_014." | {$perms_errors} | {$perms_notes} |
".LANINS_015." | {$php_version} | {$php_help} |
".LANINS_016." | {$mysql_note} | {$mysql_help} |
".LANINS_050." | ".($xml_installed ? LANINS_051 : LANINS_052)." | ".($xml_installed ? LANINS_017 : LANINS_053)." |
previous_steps['admin']['user'] : "")."' maxlength='60' /> | ".LANINS_073." | |
previous_steps['admin']['display'] : "")."' maxlength='60' /> | ".LANINS_075." | |
".LANINS_077." | ||
".LANINS_079." | ||
previous_steps['admin']['email'] : LANINS_082)."' maxlength='100' /> | ".LANINS_081." |