The Jimmo Posted March 13, 2015 Posted March 13, 2015 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?
IveLeft... Posted March 13, 2015 Posted March 13, 2015 Are you sure its running ?in SSH /etc/init.d/memcached status Also to check if installedIn SSH php -m | grep memcache
The Jimmo Posted March 13, 2015 Author Posted March 13, 2015 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?
IveLeft... Posted March 13, 2015 Posted March 13, 2015 Have you uploaded the constants.php file (that you downloaded) to the server ?
The Jimmo Posted March 13, 2015 Author Posted March 13, 2015 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 defineddefine( 'STORE_METHOD', 'Database' ); define( 'STORE_CONFIG', '[]' ); define( 'CACHE_METHOD', 'None' ); define( 'CACHE_CONFIG', '[]' ); define( 'CACHE_PAGE_TIMEOUT', 0 ); define( 'SUITE_UNIQUE_KEY', 'f8fd48491a' );
IveLeft... Posted March 13, 2015 Posted March 13, 2015 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
The Jimmo Posted March 13, 2015 Author Posted March 13, 2015 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.
不中用 Posted March 14, 2015 Posted March 14, 2015 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 ..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.