• 25-04-2008, 15:30:19
    #1
    xcache ayarı mevcutmu mybb için ? yada herhangi bir cache sistemi ?
  • 12-01-2016, 23:05:08
    #2
    Üyeliği durduruldu
    ronin adlı üyeden alıntı: mesajı görüntüle
    xcache ayarı mevcutmu mybb için ? yada herhangi bir cache sistemi ?
    Merhaba,

    Bugün bir müşterimiz aynı sıkıntıyı yaşamışdık ve sonuçda çözdük sorunu

    sitenin config.php de
    /**
     * Data-cache configuration
     *  The data cache is a temporary cache
     *  of the most commonly accessed data in MyBB.
     *  By default, the database is used to store this data.
     *
     *  If you wish to use the file system (cache/ directory), MemCache (or MemCached), xcache, APC, or eAccelerator
     *  you can change the value below to 'files', 'memcache', 'memcached', 'xcache', 'apc' or 'eaccelerator' from 'db'.
     */
    
    $config['cache_store'] = 'xcache';

    böyle yapıp ftp atmanız eğer hata verirse site server php.ini xcache.var_size aratarak xcache.var_size="100M" böyle yapıp service httpd restart edince sorunsuz çalışıyor olacak.
    .


    Saygılarımla.
  • 14-01-2016, 00:41:45
    #3
    Gigaveri adlı üyeden alıntı: mesajı görüntüle
    Merhaba,

    Bugün bir müşterimiz aynı sıkıntıyı yaşamışdık ve sonuçda çözdük sitenin

    sitenin config.php de
    /**
     * Data-cache configuration
     *  The data cache is a temporary cache
     *  of the most commonly accessed data in MyBB.
     *  By default, the database is used to store this data.
     *
     *  If you wish to use the file system (cache/ directory), MemCache (or MemCached), xcache, APC, or eAccelerator
     *  you can change the value below to 'files', 'memcache', 'memcached', 'xcache', 'apc' or 'eaccelerator' from 'db'.
     */
    
    $config['cache_store'] = 'xcache';

    böyle yapıp ftp atmanız eğer hata verirse site server php.ini xcache.var_size aratarak xcache.var_size="100M" böyle yapıp service httpd restart edince sorunsuz çalışıyor olacak.
    .


    Saygılarımla.
    25-04-2008, 15:30:19

    konu hortlatma konusunda bir rekor kırmış olabilirsin
  • 14-01-2016, 01:00:56
    #4
    Üyeliği durduruldu
    ronin adlı üyeden alıntı: mesajı görüntüle
    25-04-2008, 15:30:19

    konu hortlatma konusunda bir rekor kırmış olabilirsin
    Olsun sonuç da aynı sorun başkasın başına gelirse çözebilsin diye paylaşım yaptım.