Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 16, 20177 yr I installed memcache on my server but when switching to it in ACP I get "You must provide at least one server.". The server address I entered is : 127.0.0.1:11211 I checked to see if memcache is running with the following command: ps ax | grep memcached | grep -Ev grep which returns: 29969 ? Sl 0:00 /usr/bin/memcached -m 64 -p 11211 -u nobody -l 127.0.0.1 So I am using the correct port. It's also seems to be enabled in PHP, running the following command php -i | grep memcache returns: /etc/php5/cli/conf.d/20-memcached.ini, memcached memcached support => enabled libmemcached version => 1.0.16 memcached.compression_factor => 1.3 => 1.3 memcached.compression_threshold => 2000 => 2000 memcached.compression_type => fastlz => fastlz memcached.serializer => php => php memcached.sess_binary => 0 => 0 memcached.sess_connect_timeout => 1000 => 1000 memcached.sess_consistent_hash => 0 => 0 memcached.sess_lock_expire => 0 => 0 memcached.sess_lock_max_wait => 0 => 0 memcached.sess_lock_wait => 150000 => 150000 memcached.sess_locking => 1 => 1 memcached.sess_number_of_replicas => 0 => 0 memcached.sess_prefix => memc.sess.key. => memc.sess.key. memcached.sess_randomize_replica_read => 0 => 0 memcached.sess_remove_failed => 0 => 0 memcached.sess_sasl_password => no value => no value memcached.sess_sasl_username => no value => no value memcached.store_retry_count => 2 => 2 memcached.use_sasl => 0 => 0 Registered save handlers => files user memcached anyone know what the issue might be? Thanks in advance!
April 18, 20177 yr "You must provide at least one server." that sounds like an "inpurt issue". You have actually typed that address and didn't expect the placeholder (which is exactly this address) to work right? Maybe you can attach a screenshot/video clip showing this issue.
April 18, 20177 yr Author 3 hours ago, inkredible said: "You must provide at least one server." that sounds like an "inpurt issue". You have actually typed that address and didn't expect the placeholder (which is exactly this address) to work right? Maybe you can attach a screenshot/video clip showing this issue. Wow I really feel stupid now. it looked like this: So I thought it was prefilled with the default values. But yep it was just a placeholder (facepalm). Thanks a lot for this! it's working perfectly now
April 18, 20177 yr Yes I nearly fell for this as well otherwise I wouldn't even have suggested this :P.
Archived
This topic is now archived and is closed to further replies.