Jump to content

Memcached

Featured Replies

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?

Are you sure its running ?

in SSH

/etc/init.d/memcached status

 

Also to check if installed

In SSH

php -m | grep memcache

 

  • Author

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?

No, it works that way. 

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

 

  • Author

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

 

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 

  • Author

Thanks, @Cloud 9! I'm thinking this is a bug with the software and not inputting it as the page just reloads whenever I hit "Save" after editing the Memchaed details. I'll submit it to IPS to verify.

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

  • No registered users viewing this page.