Jump to content

Nickaard

Members
  • Posts

    44
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Nickaard

  1. Hi,

    I am trying to enable Memcache on my server.

    So ive installed memcached, and lauched the server on localhost:11211
    Added the php5-memcache module to apache2

    And added in conf_global.php
    $INFO['use_memcache'] = '1';
    $INFO['memcache_server_1'] = 'localhost';
    $INFO['memcache_port_1'] = '11211';

    I dont know if my cache is working well, i just have :
    Used Cache Size 180.7 KBytes
    Hit Rate 21.08 cache requests/second

    The problem is that my skins are not working, ive tried to recache all the skins, and rebuild all the cache.
    Still not working

    Thx if somebody have an idea

×
×
  • Create New...