Alıntı:
dsuikastp´isimli üyeden Alıntı
config.php yi editledin mi. ftp servera atarken kullanici adini ve sifrene config.php de yazili olmasi lagzim. yoksa config.php taninmiyor. ve boylelikle ftp serverda vBulletin yukleme hatasi verir.
veya. ilk once includes/ dosyasindan config.php.new kopyala masa ustune koy. includes/config.php.new simdi sil.
masa ustundeki includes/config.php.new editle ftp servera baglanmasi icin. sonra bunu config.php olarak kaydet. ettikte sonra includes/ dosyasinin icine at.
config.php edit..
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'Databasename / kulanici adin';
--------------------------------------------------------
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'Kendi e-mail adresini ver';
--------------------------------------------------------
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'Kullanici adin';
$config['MasterServer']['password'] = 'Parola';
ftp server kullanici adin ve parolan
--------------------------------------------------------
dogruysa simdi hata vermemesi lagzim
|
Öncelikle konuyu benim açmamama rağmen cevap verdiğiniz için teşekkürler.
Yalnız bunları yaptıktan sonra bile kuruluma geçince 3. stepte gene config.php ile ilgili hata veriyor.Bayadır araştırıyorum ama düzelmiyor bir türlü..Adminler bu konuda yardımcı olurlarsa sevinirim.
Bu arada Database/kullanıcı adı derken bir sitede de orayı mesela isim xxxx olsa onu xxxx_forum olarak yapın diyor. İsterseniz sizde deneyin databasename bölümüne ne yazdığınızı daha doğrusu ne yazmamız gerektiğini söylerseniz sevinirim.
Kod:
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'forum';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = ' ';
Şurayı nasıl düzenleyeceğimizi lütfen söyleyin banada lazım

