Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 11, 201014 yr I've just installed memcache and enabled it as per the instructions on here. I'm getting a header output problem though:Warning: memcache_connect() [function.memcache-connect]: Can't connect to localhost:11211, Connection refused (111) in /home/talkford/public_html/ips_kernel/classCacheMemcache.php on line 93 Warning: Cannot modify header information - headers already sent by (output started at /home/talkford/public_html/ips_kernel/classCacheMemcache.php:93) in /home/talkford/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 109 Warning: Cannot modify header information - headers already sent by (output started at /home/talkford/public_html/ips_kernel/classCacheMemcache.php:93) in /home/talkford/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 120 Any ideas?
October 11, 201014 yr The error says that PHP can't connect to the Memcache server. Make sure that the service is running, and that it's accepting incoming connections.
October 12, 201014 yr Author My host has verified it's running, but I still get this error. Can it only be related to whether it's running or not? Do you know of anything else that might cause this issue?
October 12, 201014 yr The ACL's on the machine may be blocking the local connection for it, or it may not be listening ON that port
October 12, 201014 yr Author I've resolved it for the moment, it appears to keep dieing. It'll be a problem for my host to sort out, but at the moment it's running fine. Thanks for the help :)
Archived
This topic is now archived and is closed to further replies.