• 21-10-2008, 10:22:25
    #1
    mrb arkadaşlar forumuma subforum kurmak istiyorum
    -db ve sql kullanıcılarını oluşturdum
    -dosyaları ftpye attım
    -config.php yi editledim

    fakat kurulumda şöyle bir hata aldım

    Alıntı
    Parse error: syntax error, unexpected T_STRING in /home/XXXXXX/public_html/subforum/includes/config.php on line 66
    66.satırdaki sorun ise şu:

    // ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
    // This option allows you to turn persistent connections to MySQL on or off.
    // The difference in performance is negligible for all but the largest boards.
    // If you are unsure what this should be, leave it off. (0 = off; 1 = on)
    $config['MasterServer']['usepconnect'] = 0;

    kırmızı işaretle görsterdiğim alan..
    nasıl düzeltebileceğim hakkında bi fikri olan varmı acaba?

    teşekkürler şimdiden..
  • 08-11-2008, 16:55:49
    #2
    evet bu probleme çözüm yok sanırım
  • 08-11-2008, 22:18:14
    #3
    $config['MasterServer']['usepconnect'] = 0;

    başına // koy

    //$config['MasterServer']['usepconnect'] = 0;
  • 14-11-2008, 21:56:42
    #4
    malesef sorun düzelmedi