Jump to content

Memcached


The Jimmo

Recommended Posts

Posted

Memcached is installed on my server and IPS recognizes that it is installed. I've tried both localhost IP (aka 127.0.0.1) for the IP and my actual IP address of the server but IPS does not seem to be accepting it. Plus tried with port 11211 and without a port and still nada. IPS doesn't seem to accept anything, any suggestions?

Posted

Yup, it's installed and running.

EDIT: it seems like it wants me to download a new constants.php file for everything I do in that advanced section except for when I insert my Memcached settings. Is that a bug?

Posted

Have you uploaded the constants.php file (that you downloaded) to the server ?

 

​Yes. This is what it looks like though, it states "none" as cache method even though that is defined

define( 'STORE_METHOD', 'Database' );
define( 'STORE_CONFIG', '[]' );
define( 'CACHE_METHOD', 'None' );
define( 'CACHE_CONFIG', '[]' );
define( 'CACHE_PAGE_TIMEOUT', 0 );
define( 'SUITE_UNIQUE_KEY', 'f8fd48491a' );

 

Posted

This is mine

<?php


define( 'STORE_METHOD', 'Database' );
define( 'STORE_CONFIG', '[]' );
define( 'CACHE_METHOD', 'Memcache' );
define( 'CACHE_CONFIG', '{"servers":["127.0.0.1:11211"]}' );
define( 'CACHE_PAGE_TIMEOUT', 0 );
define( 'SUITE_UNIQUE_KEY', '495fc5e6e1' );

Yours look wrong for memcache 

Posted

Memcached is installed on my server and IPS recognizes that it is installed. I've tried both localhost IP (aka 127.0.0.1) for the IP and my actual IP address of the server but IPS does not seem to be accepting it. Plus tried with port 11211 and without a port and still nada. IPS doesn't seem to accept anything, any suggestions?

​was fixed 8 hours before this post by Mark ..

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...