Pardon haklısın..
Hata veren dosya install.php dosyası.. 17. satırı gösterior..
17. satır a$ağıda ./../ komut tanıtımı olan yer..
define('THIS_SCRIPT', 'install.php');
define('VERSION', '3.0.3');
chdir('./'); <<<<---------17.satır
$phrasegroups = array();
$specialtemplates = array();
if ($HTTP_GET_VARS['step'] > 2 OR $HTTP_POST_VARS['step'] > 2 OR $_GET['step'] > 2 OR $_POST['step'] > 2)
{
define('VB3INSTALL', true);
require_once('../includes/init.php');
require_once('../install/installcore.php');
// connected to the database now lets load schema
require_once('../install/mysql-schema.php');
}
.... böyle gidior
Ne yapabilirim buna ?