Tekil Mesaj gösterimi
  #19 (permalink)   iTrader 
Alt 2007-12-11, 23:40
ENVER ENVER isimli üye çevrimiçidir (Online)
Member
 
Üyelik tarihi: Sep 2006
Mesajlar: 356
Blog Entries: 1
Tecrübe Puanı: 2
iTrader: %100/3
ENVER is an unknown quantity at this point
Standart

Fatal error: Memcache is not installed in /includes/class_datastore.php on line 271 şeklinde hata aldım

confige ekleyince

Alıntı:
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
*/
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$config['Misc']['memcacheserver'] = '127.0.0.3';
$config['Misc']['memcacheport'] = '11211';

// ****** The following options are only needed in special cases ******

// ****** MySQLI OPTIONS *****
// When using MySQL 4.1+, MySQLi should be used to connect to the database.
// If you need to set the default connection charset because your database
// is using a charset other than latin1, you can set the charset here.
// If you don't set the charset to be the same as your database, you
// may receive collation errors. Ignore this setting unless you
// are sure you need to use it.
// $config['Mysqli']['charset'] = 'utf8';
şeklinde config.php
Alıntı ile Cevapla