Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 13, 20159 yr 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?
March 13, 20159 yr Are you sure its running ?in SSH /etc/init.d/memcached status Also to check if installedIn SSH php -m | grep memcache
March 13, 20159 yr 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?
March 13, 20159 yr 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 defineddefine( 'STORE_METHOD', 'Database' ); define( 'STORE_CONFIG', '[]' ); define( 'CACHE_METHOD', 'None' ); define( 'CACHE_CONFIG', '[]' ); define( 'CACHE_PAGE_TIMEOUT', 0 ); define( 'SUITE_UNIQUE_KEY', 'f8fd48491a' );
March 13, 20159 yr 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
March 13, 20159 yr 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.
March 14, 20159 yr 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.