|
»Forumlar »SE ? Beginners
»install.php yalnışlık
https://seditio.com.tr/eski1/forums.php?m=posts&q=1809 |
| Author: VulnProf, Posted: 2012-02-12 15:21 GMT. |
|
Selam arkada?lar, ben siteme seditio 151 install ederken bi yaln??l?kla ?zle?dim. install etikde step 1, step 2, step 3, hepsi ba?ar?yla ge?iyor. yaln?z install.php?m=home girdikde 27. sat?rda yaln??l?k oldu?unu bildiriyor ilk kez bu ?ekil hata ile ?zle?dim install.php-nin hata veren hissesinin kodu: Kod: ?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=install.php Version=151 Updated=2010-12-04 Type=Core Author=Neocrome Description=Home page loader [END_SED] ==================== */ define('SED_CODE', TRUE); define('SED_INSTALL', TRUE); $location = 'Installation'; $z = 'install'; require('system/functions.php'); @include('datas/config.php'); if (!empty($cfg['mysqlhost']) || !empty($cfg['mysqldb'])) { header("Location: index.php"); exit; } @set_magic_quotes_runtime(0); define('MQGPC', @get_magic_quotes_gpc()); error_reporting(E_ALL ^ E_NOTICE); unset($res, $cfg_data, $step); $m = sed_import('m','G','ALP',8); $cfg_file = "datas/config.php"; $cfg_root = "datas"; $cfg['installskin'] = 'iridium'; $cfg['sqldb'] = "mysql"; $steps[1] = "Compatibility"; $steps[2] = "Configuration file"; $steps[3] = "MySQL database"; $rwfolders[] = "datas/defaultav"; $rwfolders[] = "datas/avatars"; $rwfolders[] = "datas/photos"; $rwfolders[] = "datas/signatures"; $rwfolders[] = "datas/thumbs"; $rwfolders[] = "datas/users"; // ------------------------------------ 27. sat?r: header("Location: index.php"); |
| Author: Kaan, Posted: 2012-02-12 16:04 GMT. |
| Ald???n hata nedir burada hatal? bir kod yok ba?ka sorundan dolay? hata veriyordur. |
| Powered by Seditio | Print version |