Jump to content

Memcached


The Jimmo

Recommended Posts

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?

Link to comment
Share on other sites

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' );

 

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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 ..

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...